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.h
Age
Commit message (
Expand
)
Author
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-01-26
move check_host_cert() from sshconnect,c to sshkey.c and refactor
Damien Miller
2020-11-08
Replace WITH_OPENSSL ifdefs in log calls with a macro. The log calls
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-04-08
add sshkey_parse_pubkey_from_private_fileblob_type()
Damien Miller
2019-12-30
SK API and sk-helper error/PIN passing
Damien Miller
2019-12-30
implement loading of resident keys in ssh-sk-helper
Damien Miller
2019-12-13
perform security key enrollment via ssh-sk-helper too. This means
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-13
fix shield/unshield for xmss keys:
Markus Friedl
2019-11-12
enable ed25519 support; ok djm
Markus Friedl
2019-11-12
implement ssh-ed25519-sk verification; ok djm@
Markus Friedl
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-10-31
Initial infrastructure for U2F/FIDO support
Damien Miller
2019-09-03
make get_sigtype public as sshkey_get_sigtype(); ok markus@
Damien Miller
2019-07-15
support PKCS8 as an optional format for storage of private keys,
Damien Miller
2019-06-21
Add protection for private keys at rest in RAM against speculation
Damien Miller
2019-01-20
add support for ECDSA keys in PKCS#11 tokens
Damien Miller
2018-09-14
garbage-collect moribund ssh_new_private() API.
Damien Miller
2018-09-13
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
Damien Miller
2018-09-12
add sshkey_check_cert_sigtype() that checks a cert->signature_type
Damien Miller
2018-09-12
add cert->signature_type field and keep it in sync with certificate
Damien Miller
2018-07-03
some finesse to fix RSA-SHA2 certificate authentication for certs
Damien Miller
2018-07-03
Improve strictness and control over RSA-SHA2 signature types:
Damien Miller
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-12-18
sshkey_sigtype() function to return the type of a signature;
Damien Miller
2017-07-01
remove post-SSHv1 removal dead code from rsa.c and merge the
Damien Miller
2017-06-28
Allow ssh-keygen to use a key held in ssh-agent as a CA when signing
Damien Miller
2017-06-13
missing prototype.
Damien Miller
2017-05-07
Refuse RSA keys <1024 bits in length. Improve reporting for keys that
Damien Miller
2017-05-03
remove miscellaneous SSH1 leftovers; ok markus@
Christian Weisgerber
2017-04-30
remove KEY_RSA1
Damien Miller
2017-03-10
fix regression in 7.4 server-sig-algs, where we were accidentally
Damien Miller
2016-09-12
list all supported signature algorithms in the server-sig-algs
Damien Miller
2016-05-02
support SHA256 and SHA512 RSA signatures in certificates;
Damien Miller
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-11-19
move the certificate validity formatting code to sshkey.[ch]
Damien Miller
2015-09-13
- Fix error message: passphrase needs to be at least 5 characters, not 4.
tim
2015-08-04
backout SSH_RSA_MINIMUM_MODULUS_SIZE increase for this release;
Damien Miller
2015-07-03
another SSH_RSA_MINIMUM_MODULUS_SIZE that needed cranking
Damien Miller
2015-07-03
delete support for legacy v00 certificates; "sure" markus@ dtucker@
Damien Miller
2015-05-21
refactor: split base64 encoding of pubkey into its own
Damien Miller
2015-01-26
small refactor and add some convenience functions;
Damien Miller
2015-01-13
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
Damien Miller
2015-01-08
deprecate key_load_private_pem() and sshkey_load_private_pem()
Damien Miller
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
[next]