summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* permit KRLs that revoke certificates by serial number or key IDdjm2015-01-301-11/+15
* missing parentheses after if in do_convert_from() brokedjm2015-01-301-3/+3
* update to new API (key_fingerprint => sshkey_fingerprint)djm2015-01-281-4/+14
* djm, your /usr/include tree is oldderaadt2015-01-191-2/+2
* some feedback from markus@: comment hostkeys_foreach()djm2015-01-181-10/+11
* make ssh-keygen use hostkeys_foreach(). Removes somedjm2015-01-181-205/+121
* infer key length correctly when user specified a fully-djm2015-01-181-7/+12
* regression: incorrect error message on otherwise-successfuldjm2015-01-161-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-6/+6
* sync ssh-keysign, ssh-keygen and some dependencies to the newdjm2015-01-151-353/+420
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-22/+36
* Free resources on error in mkstemp and fdopendoug2014-08-211-1/+3
* When hashing or removing hosts using ssh-keygen, don't choke ondjm2014-07-031-26/+44
* standardise on NI_MAXHOST for gethostname() string lengths; aboutdjm2014-07-031-2/+3
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-9/+11
* make compiling against OpenSSL optional (make OPENSSL=no);markus2014-04-291-1/+15
* buffer_get_string_ptr's return should be const to reminddjm2014-04-281-6/+6
* Add support for SSHFP DNS records for ED25519 key types.logan2014-04-201-2/+3
* Improve usage() and documentation towards the standard form. In particular,deraadt2014-03-151-49/+28
* don't count on things that accept arguments by reference to cleardjm2014-03-121-2/+2
* tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@naddy2014-02-051-2/+2
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-17/+17
* replace most bzero with explicit_bzero, except a few that cna be memsettedu2014-01-311-2/+2
* support ed25519 keys (hostkeys and user identities) using the public domainmarkus2013-12-061-3/+8
* new private key format, bcrypt as KDF by default; details in PROTOCOL.key;markus2013-12-061-13/+38
* remove duplicated character ('g') in getopt() string;djm2013-12-061-2/+3
* Make code match documentation: relative-specified certificate expiry timedjm2013-10-231-2/+2
* All the instances of arc4random_stir() are bogus, since arc4random()deraadt2013-09-021-6/+1
* improve batch processing a bit by making use of the quite flag a bitmikeb2013-08-281-10/+15
* another of the same typodjm2013-08-131-2/+2
* typo in error message; from Stephan Rickauerdjm2013-08-131-2/+2
* More useful error message on missing current user in /etc/passwddjm2013-07-201-2/+2
* do_print_resource_record() can never be called with a NULL filename, sodjm2013-07-121-2/+2
* fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@djm2013-07-121-3/+4
* bye, bye xfree(); ok markus@djm2013-05-171-52/+52
* fix some memory leaks; bz#2088 ok dtucker@djm2013-04-191-1/+4
* append to moduli file when screening candidates rather than overwriting.djm2013-02-101-2/+2
* -u before -V in usage();jmc2013-01-181-2/+2
* add support for Key Revocation Lists (KRLs). These are a compact way todjm2013-01-171-7/+250
* correctly initialise fingerprint type for fingerprinting PKCS#11 keysdjm2013-01-091-1/+4
* allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ...djm2013-01-031-6/+21
* Fix compilation with -Wall -Werror (trivial type fixes)djm2012-12-031-2/+2
* allow the full range of unsigned serial numbers; 'fine' deraadt@djm2012-11-141-5/+7
* fix -z option, broken in revision 1.215djm2012-10-021-2/+2
* print details of which host lines were deleted when usingdjm2012-08-171-5/+17
* missing full stop in usage();jmc2012-07-061-2/+2
* Add options to specify starting line number and number of lines to processdtucker2012-07-061-6/+16
* add support for RFC6594 SSHFP DNS records for ECDSA key types.djm2012-05-231-1/+3
* allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@djm2012-02-291-5/+7
* put -K in the right place (usage());jmc2011-10-161-2/+2