summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
Commit message (Expand)AuthorAgeFilesLines
...
* upstream: Add new structure for signature optionsdjm@openbsd.org2019-11-251-3/+10
* upstream: more missing mentions of ed25519-sk; ok djm@naddy@openbsd.org2019-11-201-2/+2
* upstream: additional missing stdarg.h includes when built withoutnaddy@openbsd.org2019-11-201-1/+1
* upstream: Fix incorrect error message when key certification failsdjm@openbsd.org2019-11-181-2/+2
* upstream: allow *-sk key types to be turned into certificatesdjm@openbsd.org2019-11-181-4/+2
* upstream: missing break in getopt switch; spotted by Sebastian Kinnedjm@openbsd.org2019-11-181-1/+2
* upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org2019-11-151-1/+6
* upstream: security keys typically need to be tapped/touched indjm@openbsd.org2019-11-131-3/+11
* Remove leftover if statement from sync.Darren Tucker2019-11-131-1/+0
* upstream: enable ed25519 support; ok djmmarkus@openbsd.org2019-11-131-7/+18
* upstream: duplicate 'x' character in getopt(3) optstringdjm@openbsd.org2019-11-111-2/+2
* upstream: Fill in missing man page bits for U2F security key support:naddy@openbsd.org2019-11-081-2/+3
* autoconf pieces for U2F supportDamien Miller2019-11-011-1/+9
* upstream: fix -Wshadow warningdjm@openbsd.org2019-11-011-2/+2
* upstream: Refactor signing - use sshkey_sign for everything,djm@openbsd.org2019-11-011-7/+11
* upstream: ssh-keygen support for generating U2F/FIDO keysdjm@openbsd.org2019-11-011-6/+35
* upstream: free buf before return; reported by krishnaiah bommudjm@openbsd.org2019-10-161-1/+2
* 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