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
*
highly polished whitespace, mostly fixing spaces-for-tab and bad
djm
2021-04-03
1
-8
/
+8
*
pwcopy() struct passwd that we're going to reuse across a bunch of
djm
2021-03-12
1
-1
/
+2
*
load_hostkeys()/hostkeys_foreach() variants for FILE*
djm
2020-12-20
1
-2
/
+2
*
Include cipher.h for declaration of cipher_by_name.
dtucker
2020-11-28
1
-1
/
+2
*
Document ssh-keygen -Z, sanity check its argument earlier and provide
dtucker
2020-11-27
1
-3
/
+6
*
when requesting a security key touch on stderr, inform the user once
djm
2020-11-08
1
-2
/
+2
*
fix type of nid in type_bits_valid(); github PR#202 from github user
djm
2020-10-29
1
-2
/
+2
*
whitespace; no code change
djm
2020-10-29
1
-2
/
+2
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-170
/
+134
*
when writing an attestation blob for a FIDO key, record all the data
djm
2020-09-09
1
-17
/
+27
*
debug()-print a little info about FIDO-specific key fields via
djm
2020-08-27
1
-2
/
+6
*
Request PIN ahead of time for certain FIDO actions
djm
2020-08-27
1
-18
/
+20
*
major rework of FIDO token selection logic
djm
2020-08-27
1
-1
/
+6
*
support for user-verified FIDO keys
djm
2020-08-27
1
-16
/
+39
*
ensure that certificate extensions are lexically sorted. Previously
djm
2020-08-03
1
-67
/
+85
*
- Add [-a rounds] in ssh-keygen man page and usage()
solene
2020-07-15
1
-7
/
+8
*
Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so we
dtucker
2020-06-26
1
-17
/
+4
*
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
[next]