summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
Commit message (Expand)AuthorAgeFilesLines
* wrap stdint.h include in HAVE_STDINT_HDamien Miller2019-10-091-1/+3
* upstream: use a more common options order in SYNOPSIS and syncjmc@openbsd.org2019-10-041-17/+17
* upstream: thinko in previous; spotted by Mantasdjm@openbsd.org2019-10-021-2/+2
* upstream: ban empty namespace strings for sdjm@openbsd.org2019-10-021-2/+2
* upstream: group and sort single letter options; ok deraadtjmc@openbsd.org2019-10-011-4/+4
* upstream: identity_file[] should be PATH_MAX, not the arbitraryderaadt@openbsd.org2019-10-011-2/+2
* upstream: Allow testing signature syntax and validity without verifyingdjm@openbsd.org2019-09-161-7/+23
* upstream: key conversion should fail for !openssl builds, not falldjm@openbsd.org2019-09-081-2/+5
* upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@djm@openbsd.org2019-09-061-1/+1
* upstream: lots of things were relying on libcrypto headers todjm@openbsd.org2019-09-061-1/+2
* upstream: repair typo and editing mishapnaddy@openbsd.org2019-09-051-2/+2
* upstream: sshsig tweaks and improvements from and suggested bydjm@openbsd.org2019-09-031-5/+5
* upstream: sshsig: lightweight signature and verification abilitydjm@openbsd.org2019-09-031-4/+321
* upstream: factor out confirm_overwrite(); ok markus@djm@openbsd.org2019-09-031-11/+27
* upstream: constify an argumentdjm@openbsd.org2019-09-031-2/+2
* upstream: print comment when printing pubkey from privatedjm@openbsd.org2019-09-021-7/+13
* upstream: Allow the maximimum uint32 value for the argument passed todtucker@openbsd.org2019-08-081-4/+5
* upstream: Many key types are supported now, so take care to checknaddy@openbsd.org2019-08-081-13/+15
* upstream: Accept the verbose flag when searching for host keys in knowndjm@openbsd.org2019-07-191-2/+10
* upstream: remove mostly vestigal uuencode.[ch]; moving the only uniquedjm@openbsd.org2019-07-161-28/+25
* upstream: support PKCS8 as an optional format for storage ofdjm@openbsd.org2019-07-151-11/+14
* upstream: revert header removal that snuck into previousdjm@openbsd.org2019-07-081-1/+2
* upstream: add a local implementation of BSD realpath() fordjm@openbsd.org2019-07-081-2/+1
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-12/+12
* upstream: Add protection for private keys at rest in RAM againstdjm@openbsd.org2019-06-211-2/+2
* upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org2019-06-081-2/+1
* upstream: Make the standard output messages of both methods oflum@openbsd.org2019-06-081-5/+16
* upstream: Expand comment to document rationale for default keydtucker@openbsd.org2019-03-261-3/+10
* upstream: Increase the default RSA key size to 3072 bits. Based ondtucker@openbsd.org2019-03-261-3/+6
* upstream: ssh-keygen -D pkcs11.so needs to initialize pkcs11benno@openbsd.org2019-02-111-2/+2
* upstream: allow auto-incrementing certificate serial number for certsdjm@openbsd.org2019-01-231-5/+12
* upstream: move a bunch of global flag variables to main(); make thedjm@openbsd.org2019-01-231-94/+82
* upstream: add -m to usage(); reminded by jmc@djm@openbsd.org2019-01-231-3/+4
* refactor libcrypto initialisationDamien Miller2018-11-231-5/+2
* Fix error message w/out nistp521.Manoj Ampalam2018-11-101-0/+4
* upstream: when printing certificate contents "ssh-keygen -Lfdjm@openbsd.org2018-10-221-3/+4
* upstream: garbage-collect moribund ssh_new_private() API.djm@openbsd.org2018-09-141-3/+3
* upstream: hold our collective noses and use the openssl-1.1.x API indjm@openbsd.org2018-09-131-15/+46
* upstream: allow key revocation by SHA256 hash and allow ssh-keygendjm@openbsd.org2018-09-121-8/+67
* upstream: Use new private key format by default. This format isdjm@openbsd.org2018-08-081-3/+4
* missing headersDamien Miller2018-07-131-0/+1
* upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@markus@openbsd.org2018-07-101-2/+2
* upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org2018-06-071-8/+17
* upstream: whitespacedjm@openbsd.org2018-06-011-2/+2
* upstream: return correct exit code when searching for and hashingdjm@openbsd.org2018-06-011-5/+4
* upstream: add valid-before="[time]" authorized_keys option. Adjm@openbsd.org2018-03-141-39/+5
* upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org2018-02-261-4/+15
* upstream commitdjm@openbsd.org2018-02-101-1/+3
* upstream commitdjm@openbsd.org2018-02-101-2/+3
* upstream commitjsing@openbsd.org2018-02-081-23/+1