Age | Commit message (Expand) | Author |
2023-09-04 | Generate Ed25519 keys when invoked without arguments | Job Snijders |
2023-07-23 | man page typos; ok jmc@ | Christian Weisgerber |
2023-02-10 | space between macro and punctuation; | Jason McIntyre |
2023-02-10 | let ssh-keygen and ssh-keyscan accept -Ohashalg=sha1|sha256 when | Damien Miller |
2022-09-10 | fix repeated words | Jonathan Gray |
2022-08-16 | use .Cm for "sign"; from josiah frentsos | Jason McIntyre |
2022-08-11 | allow certificate validity intervals, sshsig verification times and | Damien Miller |
2022-06-03 | ssh-keygen -A: do not generate DSA keys by default. Based on github PR#303 | Darren Tucker |
2022-05-09 | Allow existing -U (use agent) flag to work with "-Y sign" operations, | Damien Miller |
2022-05-03 | Add FIDO AUTHENTICATOR section and explain a bit how FIDO works. The | Florian Obser |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2022-01-05 | allow selection of hash at sshsig signing time; code already supported | Damien Miller |
2021-11-28 | ssh-keygen -Y match-principals doesn't accept any -O options | Damien Miller |
2021-11-27 | Add ssh-keygen -Y match-principals operation to perform matching of | Damien Miller |
2021-08-11 | when verifying sshsig signatures, support an option (-Oprint-pubkey) | Damien Miller |
2021-07-23 | punctuation; | Jason McIntyre |
2021-07-23 | Let allowed signers files used by ssh-keygen(1) signatures support key | Damien Miller |
2021-05-12 | Clarify language about moduli. While both ends of the connection do need | Darren Tucker |
2020-11-27 | Document ssh-keygen -Z, sanity check its argument earlier and provide | Darren Tucker |
2020-11-17 | Specify that the KDF function is bcrypt. Based on github PR#214 | Darren Tucker |
2020-10-26 | Minor man page fixes (capitalization, commas) identified by the | Darren Tucker |
2020-09-09 | when writing an attestation blob for a FIDO key, record all the data | Damien Miller |
2020-08-27 | tweak previous; | Jason McIntyre |
2020-08-27 | Request PIN ahead of time for certain FIDO actions | Damien Miller |
2020-08-27 | support for user-verified FIDO keys | Damien Miller |
2020-07-15 | - Add [-a rounds] in ssh-keygen man page and usage() | solene |
2020-07-15 | Add default for number of rounds (-a). ok djm@ | Darren Tucker |
2020-04-03 | give ssh-keygen the ability to dump the contents of a binary key | Damien Miller |
2020-02-24 | Fix typo. Patch from itoama at live.jp via github PR#173. | Darren Tucker |
2020-02-07 | sync the description of the $SSH_SK_PROVIDER environment variable with | Damien Miller |
2020-02-04 | require FIDO application strings to start with "ssh:"; ok markus@ | Damien Miller |
2020-02-03 | use better markup for challenge and write-attestation, | Jason McIntyre |
2020-02-02 | shuffle the challenge keyword to keep the -O list sorted; | Jason McIntyre |
2020-01-28 | changes to support FIDO attestation | Damien Miller |
2020-01-23 | ssh-keygen -Y find-principals fixes based on feedback from Markus: | Damien Miller |
2020-01-23 | new sentence, new line; | Jason McIntyre |
2020-01-23 | add a new signature operations "find-principal" to look up the | Damien Miller |
2020-01-18 | one more replacement "(security) key" -> "(FIDO) authenticator" | Christian Weisgerber |
2020-01-18 | undo merge error and replace the term "security key" again | Christian Weisgerber |
2020-01-14 | sync ssh-keygen.1 and ssh-keygen's usage() with each other and reality | Christian Weisgerber |
2020-01-06 | put the fido options in a list, and tidy up the text a little; | Jason McIntyre |
2020-01-06 | Extends the SK API to accept a set of key/value options for all | Damien Miller |
2020-01-03 | the download resident keys option is -K (upper) not -k (lower); | Jason McIntyre |
2020-01-02 | ability to download FIDO2 resident keys from a token via | Damien Miller |
2019-12-30 | simplify the list for moduli options - no need for -compact; | Jason McIntyre |
2019-12-30 | Remove the -x option currently used for FIDO/U2F-specific key flags. | 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-27 | sort -Y internally in the options list, as is already done in synopsis; | Jason McIntyre |
2019-12-27 | in the options list, sort -Y and -y; | Jason McIntyre |