index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshkey.c
Age
Commit message (
Expand
)
Author
2023-12-20
spelling; ok markus@
Jonathan Gray
2023-10-16
Move declaration of "len" into the block where it's used. This lets
Darren Tucker
2023-10-11
add support for reading ED25519 private keys in PEM PKCS8 format;
Damien Miller
2023-08-21
want stdlib.h for free(3)
Damien Miller
2023-07-27
increase default KDF work-factor for OpenSSH format private keys from
Damien Miller
2023-06-21
better validate CASignatureAlgorithms in ssh_config and sshd_config.
Damien Miller
2023-03-31
remove unused variable; prompted by Coverity CID 291879
Damien Miller
2022-10-28
put sshkey_check_rsa_length() back in sshkey.c to unbreak
Damien Miller
2022-10-28
refactor sshkey_private_deserialize
Damien Miller
2022-10-28
refactor sshkey_private_serialize_opt()
Damien Miller
2022-10-28
refactor certify
Damien Miller
2022-10-28
refactor sshkey_sign() and sshkey_verify()
Damien Miller
2022-10-28
refactor sshkey_from_blob_internal()
Damien Miller
2022-10-28
refactor sshkey_from_private()
Damien Miller
2022-10-28
factor out key generation
Damien Miller
2022-10-28
refactor and simplify sshkey_read()
Damien Miller
2022-10-28
factor out public key serialization
Damien Miller
2022-10-28
factor out sshkey_equal_public()
Damien Miller
2022-10-28
begin big refactor of sshkey
Damien Miller
2022-09-17
Add a sshkey_check_rsa_length() call for checking the length of an
Damien Miller
2022-05-05
sshkey_unshield_private() contains a exact duplicate of the code in
Damien Miller
2022-01-06
add a helper function to match a key type to a list of signature
Damien Miller
2021-07-23
Let allowed signers files used by ssh-keygen(1) signatures support key
Damien Miller
2021-07-12
Use existing format_absolute_time() function when printing cert validity
Darren Tucker
2021-07-05
Fix a couple of whitespace things. Portable already has these so this
Darren Tucker
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-02-02
fix memleaks in private key deserialisation; enforce more consistency
Damien Miller
2021-01-26
move check_host_cert() from sshconnect,c to sshkey.c and refactor
Damien Miller
2021-01-15
Make output buffer larger to prevent potential truncation warnings from
Darren Tucker
2020-10-19
Adapt XMSS to new logging infrastructure. With markus@, ok djm@.
Darren Tucker
2020-08-27
support for user-verified FIDO keys
Damien Miller
2020-06-24
only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok djm
Markus Friedl
2020-06-22
Add support for FIDO webauthn (verification only). webauthn is a
Damien Miller
2020-04-11
Refactor private key parsing. Eliminates a fair bit of duplicated
Damien Miller
2020-04-08
add sshkey_parse_pubkey_from_private_fileblob_type()
Damien Miller
2020-04-08
simplify sshkey_parse_private_fileblob_type()
Damien Miller
2020-04-08
check private key type against requested key type in new-style private
Damien Miller
2020-04-08
check that pubkey in private key envelope matches actual private key
Damien Miller
2020-04-08
refactor private key parsing a little
Damien Miller
2020-03-06
sshkey_cert_check_authority requires reason to be set; ok djm
Markus Friedl
2020-03-06
passphrase depends on kdfname, not ciphername (possible null-deref);
Markus Friedl
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2020-01-21
fix ssh-keygen not displaying authenticator touch prompt;
Damien Miller
2019-12-30
SK API and sk-helper error/PIN passing
Damien Miller
2019-12-13
use ssh-sk-helper for all security key signing operations
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-11-18
fix a bug that prevented serialisation of ed25519-sk keys
Damien Miller
2019-11-18
fix bug that prevented certification of ed25519-sk keys
Damien Miller
2019-11-15
remove most uses of BN_CTX
Damien Miller
2019-11-13
in order to be able to figure out the number of signatures left on
Markus Friedl
[next]