index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-keygen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix exit status for downloading of FIDO resident keys; from
djm
2020-05-29
1
-4
/
+4
*
avoid possible NULL deref; from Pedro Martelletto
djm
2020-05-18
1
-3
/
+5
*
preserve group/world read permission on known_hosts file across runs of
djm
2020-05-13
1
-1
/
+5
*
we have a sshkey_save_public() function to save public keys; use it
djm
2020-05-02
1
-49
/
+18
*
avoid NULL dereference when attempting to convert invalid ssh.com
djm
2020-05-01
1
-4
/
+5
*
fix a bug I introduced in r1.406: when printing private key fingerprint
djm
2020-04-20
1
-10
/
+14
*
repair private key fingerprint printing to also print comment after
djm
2020-04-17
1
-9
/
+8
*
give ssh-keygen the ability to dump the contents of a binary key
djm
2020-04-03
1
-4
/
+6
*
spelling errors in comments; no code change
djm
2020-03-13
1
-2
/
+2
*
when downloading FIDO2 resident keys from a token, don't prompt for a PIN
djm
2020-03-13
1
-8
/
+15
*
fix use-after-free in do_download_sk; ok djm
markus
2020-03-06
1
-2
/
+2
*
exit if ssh_krl_revoke_key_sha256 fails; ok djm
markus
2020-03-06
1
-1
/
+4
*
no-touch-required certificate option should be an extension, not
djm
2020-02-28
1
-2
/
+2
*
change explicit_bzero();free() to freezero()
jsg
2020-02-26
1
-17
/
+9
*
fix two PIN entry bugs on FIDO keygen: 1) it would allow more than the
djm
2020-02-07
1
-6
/
+12
*
Replace "security key" with "authenticator" in program messages.
naddy
2020-02-06
1
-5
/
+5
*
require FIDO application strings to start with "ssh:"; ok markus@
djm
2020-02-04
1
-1
/
+5
*
changes to support FIDO attestation
djm
2020-01-28
1
-3
/
+33
*
improve the error message for u2f enrollment errors by making
djm
2020-01-25
1
-2
/
+2
*
factor out reading/writing sshbufs to dedicated functions;
djm
2020-01-25
1
-38
/
+10
*
expose PKCS#11 key labels/X.509 subjects as comments
djm
2020-01-25
1
-5
/
+9
*
minor tweaks to ssh-keygen -Y find-principals:
djm
2020-01-24
1
-11
/
+21
*
when signing a certificate with an RSA key, default to a safe signature
djm
2020-01-24
1
-5
/
+9
*
allow PEM export of DSA and ECDSA keys; bz3091, patch from Jakub Jelen
djm
2020-01-24
1
-1
/
+9
*
ssh-keygen -Y find-principals fixes based on feedback from Markus:
djm
2020-01-23
1
-14
/
+13
*
remove trailing period characters from pub/priv key pathnames -
djm
2020-01-23
1
-3
/
+3
*
add a new signature operations "find-principal" to look up the
djm
2020-01-23
1
-9
/
+75
*
For ssh-keygen -lF only add a space after key fingerprint when there is a
claudio
2020-01-22
1
-3
/
+5
*
don't #ifdef out the KRL code when compiling without libcrypto
djm
2020-01-21
1
-11
/
+1
*
sync ssh-keygen.1 and ssh-keygen's usage() with each other and reality
naddy
2020-01-14
1
-6
/
+5
*
Extends the SK API to accept a set of key/value options for all
djm
2020-01-06
1
-12
/
+27
*
ability to download FIDO2 resident keys from a token via
djm
2020-01-02
1
-60
/
+162
*
Remove the -x option currently used for FIDO/U2F-specific key flags.
djm
2019-12-30
1
-23
/
+22
*
translate and return error codes; retry on bad PIN
djm
2019-12-30
1
-9
/
+19
*
SK API and sk-helper error/PIN passing
djm
2019-12-30
1
-2
/
+2
*
basic support for generating FIDO2 resident keys
djm
2019-12-30
1
-1
/
+3
*
remove single-letter flags for moduli options
djm
2019-12-30
1
-101
/
+150
*
prepare for use of ssh-keygen -O flag beyond certs
djm
2019-12-30
1
-3
/
+8
*
when acting as a CA and using a security key as the CA key, remind the
djm
2019-12-10
1
-4
/
+16
*
Print a key touch reminder when generating a security key. Most keys
djm
2019-11-25
1
-1
/
+6
*
allow "ssh-keygen -x no-touch-required" when generating a security key
djm
2019-11-25
1
-8
/
+14
*
add a "no-touch-required" option for authorized_keys and a similar
djm
2019-11-25
1
-8
/
+17
*
Add new structure for signature options
djm
2019-11-25
1
-3
/
+10
*
more missing mentions of ed25519-sk; ok djm@
naddy
2019-11-18
1
-2
/
+2
*
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
naddy
2019-11-18
1
-1
/
+2
*
Fix incorrect error message when key certification fails
djm
2019-11-18
1
-2
/
+2
*
allow *-sk key types to be turned into certificates
djm
2019-11-18
1
-4
/
+2
*
missing break in getopt switch; spotted by Sebastian Kinne
djm
2019-11-18
1
-1
/
+2
*
directly support U2F/FIDO2 security keys in OpenSSH by linking
djm
2019-11-14
1
-1
/
+4
*
security keys typically need to be tapped/touched in order to perform
djm
2019-11-12
1
-3
/
+11
[next]