| Commit message (Expand) | Author | Age | Files | Lines |
* | upstream: Generate Ed25519 keys when invoked without arguments | job@openbsd.org | 2023-09-07 | 1 | -3/+3 |
* | upstream: man page typos; ok jmc@ | naddy@openbsd.org | 2023-07-27 | 1 | -3/+3 |
* | upstream: space between macro and punctuation; | jmc@openbsd.org | 2023-02-16 | 1 | -2/+2 |
* | upstream: let ssh-keygen and ssh-keyscan accept | djm@openbsd.org | 2023-02-10 | 1 | -2/+17 |
* | upstream: fix repeated words ok miod@ jmc@ | jsg@openbsd.org | 2022-09-14 | 1 | -3/+3 |
* | upstream: use .Cm for "sign"; from josiah frentsos | jmc@openbsd.org | 2022-08-17 | 1 | -3/+3 |
* | upstream: allow certificate validity intervals, sshsig verification | djm@openbsd.org | 2022-08-11 | 1 | -23/+65 |
* | upstream: ssh-keygen -A: do not generate DSA keys by default. | dtucker@openbsd.org | 2022-06-03 | 1 | -5/+5 |
* | upstream: Allow existing -U (use agent) flag to work with "-Y sign" | djm@openbsd.org | 2022-05-09 | 1 | -3/+5 |
* | upstream: Add FIDO AUTHENTICATOR section and explain a bit how FIDO | florian@openbsd.org | 2022-05-05 | 1 | -52/+78 |
* | upstream: remove please from manual pages ok jmc@ sthen@ millert@ | jsg@openbsd.org | 2022-02-07 | 1 | -8/+8 |
* | upstream: allow selection of hash at sshsig signing time; code | djm@openbsd.org | 2022-01-05 | 1 | -2/+11 |
* | upstream: ssh-keygen -Y match-principals doesn't accept any -O | djm@openbsd.org | 2021-11-28 | 1 | -3/+2 |
* | upstream: Add ssh-keygen -Y match-principals operation to perform | djm@openbsd.org | 2021-11-27 | 1 | -2/+15 |
* | upstream: when verifying sshsig signatures, support an option | djm@openbsd.org | 2021-08-11 | 1 | -2/+4 |
* | upstream: punctuation; | jmc@openbsd.org | 2021-07-24 | 1 | -2/+2 |
* | upstream: Let allowed signers files used by ssh-keygen(1) | djm@openbsd.org | 2021-07-23 | 1 | -3/+22 |
* | upstream: Clarify language about moduli. While both ends of the | dtucker@openbsd.org | 2021-05-14 | 1 | -4/+3 |
* | upstream: Document ssh-keygen -Z, sanity check its argument earlier and | dtucker@openbsd.org | 2020-11-27 | 1 | -2/+11 |
* | upstream: Specify that the KDF function is bcrypt. Based on github | dtucker@openbsd.org | 2020-11-17 | 1 | -3/+5 |
* | upstream: Minor man page fixes (capitalization, commas) identified by | dtucker@openbsd.org | 2020-10-26 | 1 | -5/+5 |
* | upstream: when writing an attestation blob for a FIDO key, record all | djm@openbsd.org | 2020-09-09 | 1 | -4/+5 |
* | upstream: tweak previous; | jmc@openbsd.org | 2020-08-27 | 1 | -2/+2 |
* | upstream: Request PIN ahead of time for certain FIDO actions | djm@openbsd.org | 2020-08-27 | 1 | -1/+3 |
* | upstream: support for user-verified FIDO keys | djm@openbsd.org | 2020-08-27 | 1 | -3/+19 |
* | upstream: - Add [-a rounds] in ssh-keygen man page and usage() - | solene@openbsd.org | 2020-07-17 | 1 | -3/+10 |
* | upstream: Add default for number of rounds (-a). ok djm@ | dtucker@openbsd.org | 2020-07-15 | 1 | -2/+3 |
* | upstream: give ssh-keygen the ability to dump the contents of a | djm@openbsd.org | 2020-04-03 | 1 | -2/+6 |
* | upstream: Fix typo. Patch from itoama at live.jp via github PR#173. | dtucker@openbsd.org | 2020-02-24 | 1 | -3/+3 |
* | upstream: sync the description of the $SSH_SK_PROVIDER environment | djm@openbsd.org | 2020-02-07 | 1 | -3/+5 |
* | upstream: require FIDO application strings to start with "ssh:"; ok | djm@openbsd.org | 2020-02-04 | 1 | -2/+4 |
* | upstream: use better markup for challenge and write-attestation, and | jmc@openbsd.org | 2020-02-04 | 1 | -9/+7 |
* | upstream: shuffle the challenge keyword to keep the -O list sorted; | jmc@openbsd.org | 2020-02-02 | 1 | -10/+10 |
* | upstream: changes to support FIDO attestation | djm@openbsd.org | 2020-01-29 | 1 | -2/+14 |
* | upstream: ssh-keygen -Y find-principals fixes based on feedback | djm@openbsd.org | 2020-01-25 | 1 | -5/+6 |
* | upstream: new sentence, new line; | jmc@openbsd.org | 2020-01-23 | 1 | -3/+3 |
* | upstream: add a new signature operations "find-principal" to look | djm@openbsd.org | 2020-01-23 | 1 | -2/+17 |
* | upstream: one more replacement "(security) key" -> "(FIDO) | naddy@openbsd.org | 2020-01-21 | 1 | -2/+2 |
* | upstream: undo merge error and replace the term "security key" | naddy@openbsd.org | 2020-01-21 | 1 | -3/+3 |
* | upstream: sync ssh-keygen.1 and ssh-keygen's usage() with each | naddy@openbsd.org | 2020-01-21 | 1 | -6/+6 |
* | upstream: put the fido options in a list, and tidy up the text a | jmc@openbsd.org | 2020-01-09 | 1 | -19/+17 |
* | upstream: Extends the SK API to accept a set of key/value options | djm@openbsd.org | 2020-01-06 | 1 | -4/+19 |
* | upstream: the download resident keys option is -K (upper) not -k | jmc@openbsd.org | 2020-01-04 | 1 | -3/+3 |
* | upstream: ability to download FIDO2 resident keys from a token via | djm@openbsd.org | 2020-01-02 | 1 | -2/+9 |
* | upstream: simplify the list for moduli options - no need for | jmc@openbsd.org | 2020-01-02 | 1 | -8/+2 |
* | upstream: Remove the -x option currently used for | djm@openbsd.org | 2019-12-30 | 1 | -15/+24 |
* | upstream: remove single-letter flags for moduli options | djm@openbsd.org | 2019-12-30 | 1 | -64/+78 |
* | upstream: prepare for use of ssh-keygen -O flag beyond certs | djm@openbsd.org | 2019-12-30 | 1 | -95/+93 |
* | upstream: sort -Y internally in the options list, as is already | jmc@openbsd.org | 2019-12-30 | 1 | -17/+17 |
* | upstream: in the options list, sort -Y and -y; | jmc@openbsd.org | 2019-12-30 | 1 | -5/+5 |