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
/
ssh-keygen.c
Age
Commit message (
Expand
)
Author
2020-04-03
give ssh-keygen the ability to dump the contents of a binary key
Damien Miller
2020-03-13
spelling errors in comments; no code change
Damien Miller
2020-03-13
when downloading FIDO2 resident keys from a token, don't prompt for a PIN
Damien Miller
2020-03-06
fix use-after-free in do_download_sk; ok djm
Markus Friedl
2020-03-06
exit if ssh_krl_revoke_key_sha256 fails; ok djm
Markus Friedl
2020-02-28
no-touch-required certificate option should be an extension, not
Damien Miller
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2020-02-07
fix two PIN entry bugs on FIDO keygen: 1) it would allow more than the
Damien Miller
2020-02-06
Replace "security key" with "authenticator" in program messages.
Christian Weisgerber
2020-02-04
require FIDO application strings to start with "ssh:"; ok markus@
Damien Miller
2020-01-28
changes to support FIDO attestation
Damien Miller
2020-01-25
improve the error message for u2f enrollment errors by making
Damien Miller
2020-01-25
factor out reading/writing sshbufs to dedicated functions;
Damien Miller
2020-01-25
expose PKCS#11 key labels/X.509 subjects as comments
Damien Miller
2020-01-24
minor tweaks to ssh-keygen -Y find-principals:
Damien Miller
2020-01-24
when signing a certificate with an RSA key, default to a safe signature
Damien Miller
2020-01-24
allow PEM export of DSA and ECDSA keys; bz3091, patch from Jakub Jelen
Damien Miller
2020-01-23
ssh-keygen -Y find-principals fixes based on feedback from Markus:
Damien Miller
2020-01-23
remove trailing period characters from pub/priv key pathnames -
Damien Miller
2020-01-23
add a new signature operations "find-principal" to look up the
Damien Miller
2020-01-22
For ssh-keygen -lF only add a space after key fingerprint when there is a
Claudio Jeker
2020-01-21
don't #ifdef out the KRL code when compiling without libcrypto
Damien Miller
2020-01-14
sync ssh-keygen.1 and ssh-keygen's usage() with each other and reality
Christian Weisgerber
2020-01-06
Extends the SK API to accept a set of key/value options for all
Damien Miller
2020-01-02
ability to download FIDO2 resident keys from a token via
Damien Miller
2019-12-30
Remove the -x option currently used for FIDO/U2F-specific key flags.
Damien Miller
2019-12-30
translate and return error codes; retry on bad PIN
Damien Miller
2019-12-30
SK API and sk-helper error/PIN passing
Damien Miller
2019-12-30
basic support for generating FIDO2 resident keys
Damien Miller
2019-12-30
remove single-letter flags for moduli options
Damien Miller
2019-12-30
prepare for use of ssh-keygen -O flag beyond certs
Damien Miller
2019-12-10
when acting as a CA and using a security key as the CA key, remind the
Damien Miller
2019-11-25
Print a key touch reminder when generating a security key. Most keys
Damien Miller
2019-11-25
allow "ssh-keygen -x no-touch-required" when generating a security key
Damien Miller
2019-11-25
add a "no-touch-required" option for authorized_keys and a similar
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-11-18
more missing mentions of ed25519-sk; ok djm@
Christian Weisgerber
2019-11-18
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
Christian Weisgerber
2019-11-18
Fix incorrect error message when key certification fails
Damien Miller
2019-11-18
allow *-sk key types to be turned into certificates
Damien Miller
2019-11-18
missing break in getopt switch; spotted by Sebastian Kinne
Damien Miller
2019-11-14
directly support U2F/FIDO2 security keys in OpenSSH by linking
Damien Miller
2019-11-12
security keys typically need to be tapped/touched in order to perform
Damien Miller
2019-11-12
enable ed25519 support; ok djm
Markus Friedl
2019-11-08
duplicate 'x' character in getopt(3) optstring
Damien Miller
2019-11-07
Fill in missing man page bits for U2F security key support:
Christian Weisgerber
2019-10-31
fix -Wshadow warning
Damien Miller
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-10-31
ssh-keygen support for generating U2F/FIDO keys
Damien Miller
2019-10-16
free buf before return; reported by krishnaiah bommu
Damien Miller
[next]