index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssh-keygen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Defer creation of ~/.ssh by ssh(1) until we attempt to
dtucker@openbsd.org
2020-06-26
1
-17
/
+4
*
upstream: fix exit status for downloading of FIDO resident keys;
djm@openbsd.org
2020-05-29
1
-4
/
+4
*
upstream: avoid possible NULL deref; from Pedro Martelletto
djm@openbsd.org
2020-05-27
1
-3
/
+5
*
upstream: preserve group/world read permission on known_hosts
djm@openbsd.org
2020-05-27
1
-1
/
+5
*
upstream: we have a sshkey_save_public() function to save public keys;
djm@openbsd.org
2020-05-02
1
-49
/
+18
*
upstream: avoid NULL dereference when attempting to convert invalid
djm@openbsd.org
2020-05-01
1
-4
/
+5
*
upstream: fix a bug I introduced in r1.406: when printing private key
djm@openbsd.org
2020-04-20
1
-10
/
+14
*
upstream: repair private key fingerprint printing to also print
djm@openbsd.org
2020-04-17
1
-9
/
+8
*
upstream: give ssh-keygen the ability to dump the contents of a
djm@openbsd.org
2020-04-03
1
-4
/
+6
*
upstream: spelling errors in comments; no code change from
djm@openbsd.org
2020-03-14
1
-2
/
+2
*
upstream: when downloading FIDO2 resident keys from a token, don't
djm@openbsd.org
2020-03-14
1
-8
/
+15
*
upstream: fix use-after-free in do_download_sk; ok djm
markus@openbsd.org
2020-03-13
1
-2
/
+2
*
upstream: exit if ssh_krl_revoke_key_sha256 fails; ok djm
markus@openbsd.org
2020-03-13
1
-1
/
+4
*
upstream: no-touch-required certificate option should be an
djm@openbsd.org
2020-02-28
1
-2
/
+2
*
upstream: change explicit_bzero();free() to freezero()
jsg@openbsd.org
2020-02-28
1
-17
/
+9
*
upstream: fix two PIN entry bugs on FIDO keygen: 1) it would allow more
djm@openbsd.org
2020-02-07
1
-6
/
+12
*
upstream: Replace "security key" with "authenticator" in program
naddy@openbsd.org
2020-02-06
1
-5
/
+5
*
upstream: require FIDO application strings to start with "ssh:"; ok
djm@openbsd.org
2020-02-04
1
-1
/
+5
*
upstream: changes to support FIDO attestation
djm@openbsd.org
2020-01-29
1
-3
/
+33
*
upstream: improve the error message for u2f enrollment errors by
djm@openbsd.org
2020-01-26
1
-2
/
+2
*
upstream: factor out reading/writing sshbufs to dedicated
djm@openbsd.org
2020-01-26
1
-38
/
+10
*
Put EC key export inside OPENSSL_HAS_ECC.
Darren Tucker
2020-01-25
1
-0
/
+2
*
upstream: expose PKCS#11 key labels/X.509 subjects as comments
djm@openbsd.org
2020-01-25
1
-5
/
+9
*
upstream: minor tweaks to ssh-keygen -Y find-principals:
djm@openbsd.org
2020-01-25
1
-11
/
+21
*
upstream: when signing a certificate with an RSA key, default to
djm@openbsd.org
2020-01-25
1
-5
/
+9
*
upstream: allow PEM export of DSA and ECDSA keys; bz3091, patch
djm@openbsd.org
2020-01-25
1
-1
/
+9
*
upstream: ssh-keygen -Y find-principals fixes based on feedback
djm@openbsd.org
2020-01-25
1
-14
/
+13
*
upstream: remove trailing period characters from pub/priv key
djm@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
-9
/
+75
*
upstream: For ssh-keygen -lF only add a space after key fingerprint
claudio@openbsd.org
2020-01-22
1
-3
/
+5
*
upstream: don't #ifdef out the KRL code when compiling without
djm@openbsd.org
2020-01-21
1
-9
/
+1
*
upstream: sync ssh-keygen.1 and ssh-keygen's usage() with each
naddy@openbsd.org
2020-01-21
1
-6
/
+5
*
upstream: Extends the SK API to accept a set of key/value options
djm@openbsd.org
2020-01-06
1
-12
/
+27
*
upstream: ability to download FIDO2 resident keys from a token via
djm@openbsd.org
2020-01-02
1
-61
/
+163
*
upstream: Remove the -x option currently used for
djm@openbsd.org
2019-12-30
1
-23
/
+22
*
upstream: translate and return error codes; retry on bad PIN
djm@openbsd.org
2019-12-30
1
-11
/
+21
*
upstream: SK API and sk-helper error/PIN passing
djm@openbsd.org
2019-12-30
1
-2
/
+2
*
upstream: basic support for generating FIDO2 resident keys
djm@openbsd.org
2019-12-30
1
-1
/
+3
*
upstream: remove single-letter flags for moduli options
djm@openbsd.org
2019-12-30
1
-99
/
+150
*
upstream: prepare for use of ssh-keygen -O flag beyond certs
djm@openbsd.org
2019-12-30
1
-3
/
+8
*
remove a bunch of ENABLE_SK #ifdefs
Damien Miller
2019-12-13
1
-4
/
+0
*
upstream: when acting as a CA and using a security key as the CA
djm@openbsd.org
2019-12-11
1
-4
/
+16
*
upstream: Print a key touch reminder when generating a security
djm@openbsd.org
2019-11-25
1
-1
/
+6
*
upstream: allow "ssh-keygen -x no-touch-required" when generating a
djm@openbsd.org
2019-11-25
1
-13
/
+15
*
upstream: add a "no-touch-required" option for authorized_keys and
djm@openbsd.org
2019-11-25
1
-8
/
+17
*
upstream: Add new structure for signature options
djm@openbsd.org
2019-11-25
1
-3
/
+10
*
upstream: more missing mentions of ed25519-sk; ok djm@
naddy@openbsd.org
2019-11-19
1
-2
/
+2
*
upstream: additional missing stdarg.h includes when built without
naddy@openbsd.org
2019-11-19
1
-1
/
+1
*
upstream: Fix incorrect error message when key certification fails
djm@openbsd.org
2019-11-18
1
-2
/
+2
*
upstream: allow *-sk key types to be turned into certificates
djm@openbsd.org
2019-11-18
1
-4
/
+2
[next]