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: fix -Wshadow warning
djm@openbsd.org
2019-10-31
1
-2
/
+2
*
upstream: Refactor signing - use sshkey_sign for everything,
djm@openbsd.org
2019-10-31
1
-7
/
+11
*
upstream: ssh-keygen support for generating U2F/FIDO keys
djm@openbsd.org
2019-10-31
1
-6
/
+35
*
upstream: free buf before return; reported by krishnaiah bommu
djm@openbsd.org
2019-10-16
1
-1
/
+2
*
wrap stdint.h include in HAVE_STDINT_H
Damien Miller
2019-10-09
1
-1
/
+3
*
upstream: use a more common options order in SYNOPSIS and sync
jmc@openbsd.org
2019-10-04
1
-17
/
+17
*
upstream: thinko in previous; spotted by Mantas
djm@openbsd.org
2019-10-02
1
-2
/
+2
*
upstream: ban empty namespace strings for s
djm@openbsd.org
2019-10-02
1
-2
/
+2
*
upstream: group and sort single letter options; ok deraadt
jmc@openbsd.org
2019-10-01
1
-4
/
+4
*
upstream: identity_file[] should be PATH_MAX, not the arbitrary
deraadt@openbsd.org
2019-10-01
1
-2
/
+2
*
upstream: Allow testing signature syntax and validity without verifying
djm@openbsd.org
2019-09-16
1
-7
/
+23
*
upstream: key conversion should fail for !openssl builds, not fall
djm@openbsd.org
2019-09-08
1
-2
/
+5
*
upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@
djm@openbsd.org
2019-09-06
1
-1
/
+1
*
upstream: lots of things were relying on libcrypto headers to
djm@openbsd.org
2019-09-06
1
-1
/
+2
*
upstream: repair typo and editing mishap
naddy@openbsd.org
2019-09-05
1
-2
/
+2
*
upstream: sshsig tweaks and improvements from and suggested by
djm@openbsd.org
2019-09-03
1
-5
/
+5
*
upstream: sshsig: lightweight signature and verification ability
djm@openbsd.org
2019-09-03
1
-4
/
+321
*
upstream: factor out confirm_overwrite(); ok markus@
djm@openbsd.org
2019-09-03
1
-11
/
+27
*
upstream: constify an argument
djm@openbsd.org
2019-09-03
1
-2
/
+2
*
upstream: print comment when printing pubkey from private
djm@openbsd.org
2019-09-02
1
-7
/
+13
*
upstream: Allow the maximimum uint32 value for the argument passed to
dtucker@openbsd.org
2019-08-08
1
-4
/
+5
*
upstream: Many key types are supported now, so take care to check
naddy@openbsd.org
2019-08-08
1
-13
/
+15
*
upstream: Accept the verbose flag when searching for host keys in known
djm@openbsd.org
2019-07-19
1
-2
/
+10
*
upstream: remove mostly vestigal uuencode.[ch]; moving the only unique
djm@openbsd.org
2019-07-16
1
-28
/
+25
*
upstream: support PKCS8 as an optional format for storage of
djm@openbsd.org
2019-07-15
1
-11
/
+14
*
upstream: revert header removal that snuck into previous
djm@openbsd.org
2019-07-08
1
-1
/
+2
*
upstream: add a local implementation of BSD realpath() for
djm@openbsd.org
2019-07-08
1
-2
/
+1
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-12
/
+12
*
upstream: Add protection for private keys at rest in RAM against
djm@openbsd.org
2019-06-21
1
-2
/
+2
*
upstream: Replace calls to ssh_malloc_init() by a static init of
otto@openbsd.org
2019-06-07
1
-2
/
+1
*
upstream: Make the standard output messages of both methods of
lum@openbsd.org
2019-06-07
1
-5
/
+16
*
upstream: Expand comment to document rationale for default key
dtucker@openbsd.org
2019-03-26
1
-3
/
+10
*
upstream: Increase the default RSA key size to 3072 bits. Based on
dtucker@openbsd.org
2019-03-26
1
-3
/
+6
*
upstream: ssh-keygen -D pkcs11.so needs to initialize pkcs11
benno@openbsd.org
2019-02-11
1
-2
/
+2
*
upstream: allow auto-incrementing certificate serial number for certs
djm@openbsd.org
2019-01-23
1
-5
/
+12
*
upstream: move a bunch of global flag variables to main(); make the
djm@openbsd.org
2019-01-23
1
-94
/
+82
*
upstream: add -m to usage(); reminded by jmc@
djm@openbsd.org
2019-01-23
1
-3
/
+4
*
refactor libcrypto initialisation
Damien Miller
2018-11-23
1
-5
/
+2
*
Fix error message w/out nistp521.
Manoj Ampalam
2018-11-10
1
-0
/
+4
*
upstream: when printing certificate contents "ssh-keygen -Lf
djm@openbsd.org
2018-10-22
1
-3
/
+4
*
upstream: garbage-collect moribund ssh_new_private() API.
djm@openbsd.org
2018-09-14
1
-3
/
+3
*
upstream: hold our collective noses and use the openssl-1.1.x API in
djm@openbsd.org
2018-09-13
1
-15
/
+46
*
upstream: allow key revocation by SHA256 hash and allow ssh-keygen
djm@openbsd.org
2018-09-12
1
-8
/
+67
*
upstream: Use new private key format by default. This format is
djm@openbsd.org
2018-08-08
1
-3
/
+4
*
missing headers
Damien Miller
2018-07-13
1
-0
/
+1
*
upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@
markus@openbsd.org
2018-07-10
1
-2
/
+2
*
upstream: switch config file parsing to getline(3) as this avoids
markus@openbsd.org
2018-06-06
1
-8
/
+17
*
upstream: whitespace
djm@openbsd.org
2018-06-01
1
-2
/
+2
*
upstream: return correct exit code when searching for and hashing
djm@openbsd.org
2018-06-01
1
-5
/
+4
*
upstream: add valid-before="[time]" authorized_keys option. A
djm@openbsd.org
2018-03-14
1
-39
/
+5
[next]