Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
940fd0fa
Commit
940fd0fa
authored
Jan 14, 2002
by
Niels Möller
Browse files
(read_user_keys): Added ATOM_RSA_PKCS1.
Rev: src/lsh.c:1.157
parent
87ed96bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh.c
View file @
940fd0fa
...
...
@@ -43,8 +43,8 @@
#include
"gateway_commands.h"
#include
"handshake.h"
#include
"lookup_verifier.h"
#include
"publickey_crypto.h"
#include
"randomness.h"
#include
"rsa.h"
#include
"sexp.h"
#include
"spki.h"
#include
"srp.h"
...
...
@@ -359,6 +359,7 @@ read_user_keys(struct lsh_options *options)
-
1
);
break
;
case
ATOM_RSA_PKCS1
:
case
ATOM_RSA_PKCS1_SHA1
:
return
make_object_list
(
2
,
make_keypair
(
ATOM_SSH_RSA
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment