summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* highly polished whitespace, mostly fixing spaces-for-tab and baddjm2021-04-031-8/+8
* pwcopy() struct passwd that we're going to reuse across a bunch ofdjm2021-03-121-1/+2
* load_hostkeys()/hostkeys_foreach() variants for FILE*djm2020-12-201-2/+2
* Include cipher.h for declaration of cipher_by_name.dtucker2020-11-281-1/+2
* Document ssh-keygen -Z, sanity check its argument earlier and providedtucker2020-11-271-3/+6
* when requesting a security key touch on stderr, inform the user oncedjm2020-11-081-2/+2
* fix type of nid in type_bits_valid(); github PR#202 from github userdjm2020-10-291-2/+2
* whitespace; no code changedjm2020-10-291-2/+2
* use the new variant log macros instead of prepending __func__ anddjm2020-10-181-170/+134
* when writing an attestation blob for a FIDO key, record all the datadjm2020-09-091-17/+27
* debug()-print a little info about FIDO-specific key fields viadjm2020-08-271-2/+6
* Request PIN ahead of time for certain FIDO actionsdjm2020-08-271-18/+20
* major rework of FIDO token selection logicdjm2020-08-271-1/+6
* support for user-verified FIDO keysdjm2020-08-271-16/+39
* ensure that certificate extensions are lexically sorted. Previouslydjm2020-08-031-67/+85
* - Add [-a rounds] in ssh-keygen man page and usage()solene2020-07-151-7/+8
* Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so wedtucker2020-06-261-17/+4
* fix exit status for downloading of FIDO resident keys; fromdjm2020-05-291-4/+4
* avoid possible NULL deref; from Pedro Martellettodjm2020-05-181-3/+5
* preserve group/world read permission on known_hosts file across runs ofdjm2020-05-131-1/+5
* we have a sshkey_save_public() function to save public keys; use itdjm2020-05-021-49/+18
* avoid NULL dereference when attempting to convert invalid ssh.comdjm2020-05-011-4/+5
* fix a bug I introduced in r1.406: when printing private key fingerprintdjm2020-04-201-10/+14
* repair private key fingerprint printing to also print comment afterdjm2020-04-171-9/+8
* give ssh-keygen the ability to dump the contents of a binary keydjm2020-04-031-4/+6
* spelling errors in comments; no code changedjm2020-03-131-2/+2
* when downloading FIDO2 resident keys from a token, don't prompt for a PINdjm2020-03-131-8/+15
* fix use-after-free in do_download_sk; ok djmmarkus2020-03-061-2/+2
* exit if ssh_krl_revoke_key_sha256 fails; ok djmmarkus2020-03-061-1/+4
* no-touch-required certificate option should be an extension, notdjm2020-02-281-2/+2
* change explicit_bzero();free() to freezero()jsg2020-02-261-17/+9
* fix two PIN entry bugs on FIDO keygen: 1) it would allow more than thedjm2020-02-071-6/+12
* Replace "security key" with "authenticator" in program messages.naddy2020-02-061-5/+5
* require FIDO application strings to start with "ssh:"; ok markus@djm2020-02-041-1/+5
* changes to support FIDO attestationdjm2020-01-281-3/+33
* improve the error message for u2f enrollment errors by makingdjm2020-01-251-2/+2
* factor out reading/writing sshbufs to dedicated functions;djm2020-01-251-38/+10
* expose PKCS#11 key labels/X.509 subjects as commentsdjm2020-01-251-5/+9
* minor tweaks to ssh-keygen -Y find-principals:djm2020-01-241-11/+21
* when signing a certificate with an RSA key, default to a safe signaturedjm2020-01-241-5/+9
* allow PEM export of DSA and ECDSA keys; bz3091, patch from Jakub Jelendjm2020-01-241-1/+9
* ssh-keygen -Y find-principals fixes based on feedback from Markus:djm2020-01-231-14/+13
* remove trailing period characters from pub/priv key pathnames -djm2020-01-231-3/+3
* add a new signature operations "find-principal" to look up thedjm2020-01-231-9/+75
* For ssh-keygen -lF only add a space after key fingerprint when there is aclaudio2020-01-221-3/+5
* don't #ifdef out the KRL code when compiling without libcryptodjm2020-01-211-11/+1
* sync ssh-keygen.1 and ssh-keygen's usage() with each other and realitynaddy2020-01-141-6/+5
* Extends the SK API to accept a set of key/value options for alldjm2020-01-061-12/+27
* ability to download FIDO2 resident keys from a token viadjm2020-01-021-60/+162
* Remove the -x option currently used for FIDO/U2F-specific key flags.djm2019-12-301-23/+22