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
*
Replace calls to ssh_malloc_init() by a static init of malloc_options.
otto
2019-06-06
1
-2
/
+1
*
Make the standard output messages of both methods of changing a key
lum
2019-05-29
1
-5
/
+16
*
Expand comment to document rationale for default key sizes.
dtucker
2019-03-25
1
-3
/
+10
*
Increase the default RSA key size to 3072 bits. Based on the estimates
dtucker
2019-03-25
1
-3
/
+6
*
ssh-keygen -D pkcs11.so needs to initialize pkcs11 interactive,
benno
2019-02-10
1
-2
/
+2
*
allow auto-incrementing certificate serial number for certs signed
djm
2019-01-23
1
-5
/
+12
*
move a bunch of global flag variables to main(); make the rest static
djm
2019-01-23
1
-94
/
+82
*
add -m to usage(); reminded by jmc@
djm
2019-01-22
1
-3
/
+4
*
when printing certificate contents "ssh-keygen -Lf /path/certificate",
djm
2018-10-19
1
-3
/
+4
*
garbage-collect moribund ssh_new_private() API.
djm
2018-09-14
1
-3
/
+3
*
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
djm
2018-09-13
1
-16
/
+47
*
allow key revocation by SHA256 hash and allow ssh-keygen to create KRLs
djm
2018-09-12
1
-8
/
+67
*
Use new private key format by default. This format is suported by
djm
2018-08-08
1
-3
/
+4
*
replace cast with call to sshbuf_mutable_ptr(); ok djm@
markus
2018-07-09
1
-2
/
+2
*
switch config file parsing to getline(3) as this avoids static limits
markus
2018-06-06
1
-8
/
+17
*
whitespace
djm
2018-06-01
1
-2
/
+2
*
return correct exit code when searching for and hashing known_hosts
djm
2018-06-01
1
-5
/
+4
*
add valid-before="[time]" authorized_keys option. A simple way of
djm
2018-03-12
1
-39
/
+5
*
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
markus
2018-02-23
1
-4
/
+15
*
Refuse to create a certificate with an unusable number of principals;
djm
2018-02-10
1
-1
/
+3
*
fatal if we're unable to write all the public key; previously we
djm
2018-02-10
1
-2
/
+3
*
Remove some #ifdef notyet code from OpenSSL 0.9.8 days.
jsing
2018-02-07
1
-23
/
+1
*
pass negotiated signing algorithm though to sshkey_verify() and
djm
2017-12-18
1
-2
/
+2
*
allow certificate validity intervals that specify only a start or
djm
2017-11-03
1
-4
/
+8
*
When generating all hostkeys (ssh-keygen -A), clobber existing keys
djm
2017-07-07
1
-34
/
+72
*
remove post-SSHv1 removal dead code from rsa.c and merge the
djm
2017-07-01
1
-3
/
+2
*
Allow ssh-keygen to use a key held in ssh-agent as a CA when signing
djm
2017-06-28
1
-9
/
+67
*
remove unused wrapper functions from key.[ch]; ok djm@
markus
2017-05-30
1
-10
/
+10
*
Refuse RSA keys <1024 bits in length. Improve reporting for keys that
djm
2017-05-07
1
-8
/
+16
*
remove KEY_RSA1
djm
2017-04-30
1
-22
/
+5
*
unifdef WITH_SSH1
djm
2017-04-30
1
-8
/
+1
*
allow ssh-keygen to include arbitrary string or flag certificate
djm
2017-04-29
1
-2
/
+37
*
ensure hostname is lower-case before hashing it; bz#2591 reported by
djm
2017-03-10
1
-1
/
+2
*
Check l->hosts before dereferencing; fixes potential null pointer deref.
dtucker
2017-03-06
1
-2
/
+2
*
linenum is unsigned long so use %lu in log formats. ok deraadt@
dtucker
2017-03-06
1
-6
/
+6
*
fix ssh-keygen -H accidentally corrupting known_hosts that contained
djm
2017-03-03
1
-3
/
+3
*
Do not show rsa1 key type in usage when compiled without SSH1 support.
dtucker
2017-02-17
1
-3
/
+9
*
Sanitise escape sequences in key comments sent to printf but preserve
djm
2017-02-10
1
-4
/
+8
*
Avoid printf %s NULL. From semarie@, OK djm@
millert
2017-02-08
1
-2
/
+5
*
Spaces->tabs.
dtucker
2016-09-12
1
-3
/
+3
*
Style whitespace fix. Also happens to remove a no-op diff with portable.
dtucker
2016-09-12
1
-3
/
+2
*
support SHA256 and SHA512 RSA signatures in certificates;
djm
2016-05-02
1
-3
/
+9
*
fix signed/unsigned errors reported by clang-3.7; add
djm
2016-05-02
1
-4
/
+4
*
Add a function to enable security-related malloc_options. With and ok
dtucker
2016-02-15
1
-1
/
+2
*
use SSH_MAX_PUBKEY_BYTES consistently as buffer size when reading key
djm
2015-12-11
1
-3
/
+3
*
Remove NULL-checks before sshkey_free().
mmcc
2015-12-11
1
-3
/
+2
*
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
markus
2015-12-04
1
-2
/
+2
*
do not leak temp file if there is no known_hosts file
deraadt
2015-11-28
1
-2
/
+5
*
allow comment change for all supported formats
halex
2015-11-20
1
-4
/
+6
*
trailing whitespace
djm
2015-11-19
1
-4
/
+4
[next]