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
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
2019-10-03
use a more common options order in SYNOPSIS and sync usage();
Jason McIntyre
2019-10-02
thinko in previous; spotted by Mantas MikulÄnas
Damien Miller
2019-10-02
ban empty namespace strings for sshsig; spotted by Mantas MikulÄnas
Damien Miller
2019-09-29
group and sort single letter options; ok deraadt
Jason McIntyre
2019-09-24
identity_file[] should be PATH_MAX, not the arbitrary number 1024
Theo de Raadt
2019-09-16
Allow testing signature syntax and validity without verifying that
Damien Miller
2019-09-06
key conversion should fail for !openssl builds, not fall through to
Damien Miller
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
Damien Miller
2019-09-06
lots of things were relying on libcrypto headers to transitively
Damien Miller
2019-09-03
repair typo and editing mishap
Christian Weisgerber
2019-09-03
sshsig tweaks and improvements from and suggested by Markus
Damien Miller
2019-09-03
sshsig: lightweight signature and verification ability for OpenSSH
Damien Miller
2019-09-03
factor out confirm_overwrite(); ok markus@
Damien Miller
2019-09-02
constify an argument
Damien Miller
2019-09-01
print comment when printing pubkey from private
Damien Miller
2019-08-08
Allow the maximimum uint32 value for the argument passed to -b which
Darren Tucker
2019-08-05
Many key types are supported now, so take care to check the size
Christian Weisgerber
2019-07-19
Accept the verbose flag when searching for host keys in known hosts
Damien Miller
2019-07-16
remove mostly vestigal uuencode.[ch]; moving the only unique
Damien Miller
2019-07-15
support PKCS8 as an optional format for storage of private keys,
Damien Miller
2019-07-05
revert header removal that snuck into previous
Damien Miller
2019-07-05
add a local implementation of BSD realpath() for sftp-server use
Damien Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-21
Add protection for private keys at rest in RAM against speculation
Damien Miller
2019-06-06
Replace calls to ssh_malloc_init() by a static init of malloc_options.
Otto Moerbeek
2019-05-29
Make the standard output messages of both methods of changing a key
Mark Lumsden
2019-03-25
Expand comment to document rationale for default key sizes.
Darren Tucker
2019-03-25
Increase the default RSA key size to 3072 bits. Based on the estimates
Darren Tucker
2019-02-10
ssh-keygen -D pkcs11.so needs to initialize pkcs11 interactive,
Sebastian Benoit
2019-01-23
allow auto-incrementing certificate serial number for certs signed
Damien Miller
2019-01-23
move a bunch of global flag variables to main(); make the rest static
Damien Miller
[next]