summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@naddy2019-11-181-1/+2
* Refactor signing - use sshkey_sign for everything, including the newdjm2019-10-311-3/+3
* remove some duplicate #includesdjm2019-10-021-2/+1
* fixes for !WITH_OPENSSL compilation; ok dtucker@djm2019-09-061-3/+5
* lots of things were relying on libcrypto headers to transitivelydjm2019-09-061-1/+2
* if passed a bad fd, log what it wasdjm2019-06-141-2/+2
* Replace calls to ssh_malloc_init() by a static init of malloc_options.otto2019-06-061-2/+1
* add a ssh_config "Match final" predicatedjm2018-11-231-2/+3
* Now that ssh can't be setuid, remove the original_real_uid anddtucker2018-07-271-6/+2
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-2/+3
* ssh_free checks for and handles NULL args, remove NULL checks from remainingdtucker2018-02-071-2/+2
* Add a function to enable security-related malloc_options. With and okdtucker2016-02-151-1/+2
* implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)markus2015-12-041-2/+3
* pledge, better fatal() messages; feedback deraadt@djm2015-11-291-7/+16
* add an XXX reminder for getting correct key paths from sshd_configdjm2015-07-031-1/+2
* consistent check for NULL as noted by Nicholas Lemonias; ok djm@markus2015-03-241-2/+2
* update to new API (key_fingerprint => sshkey_fingerprint)djm2015-01-281-3/+4
* sync ssh-keysign, ssh-keygen and some dependencies to the newdjm2015-01-151-52/+68
* deprecate key_load_private_pem() and sshkey_load_private_pem()djm2015-01-081-8/+13
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-2/+3
* Tweak config reparsing with host canonicalisationdjm2014-10-081-2/+2
* make compiling against OpenSSL optional (make OPENSSL=no);markus2014-04-291-1/+4
* Delete futile calls to RAND_seed. ok djmtedu2014-04-191-5/+1
* include fingerprint of key not founddjm2014-04-011-6/+8
* support ed25519 keys (hostkeys and user identities) using the public domainmarkus2013-12-061-2/+3
* add a "Match" keyword to ssh_config that allows matching on hostname,djm2013-10-141-2/+2
* bye, bye xfree(); ok markus@djm2013-05-171-10/+10
* make hostbased auth with ECDSA keys work correctly. Based on patchdjm2011-02-161-8/+15
* reintroduce commit from tedu@, which I pulled out for release engineering:djm2010-08-311-2/+2
* backout previous temporarily; discussed with deraadt@djm2010-08-161-2/+2
* OpenSSL_add_all_algorithms is the name of the function we have a man pagetedu2010-08-121-2/+2
* clean for -Wuninitializeddjm2010-08-041-2/+2
* enable certificates for hostbased authentication, from Iain Morgan;djm2010-08-041-2/+2
* Make HostBased authentication work with a ProxyCommand. bz #1569, patchdtucker2010-01-131-2/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-4/+2
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <unistd.h> out of includes.hstevesk2006-07-171-1/+2
* move #include <fcntl.h> out of includes.hstevesk2006-07-091-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-2/+5
* sessionid can be 32 bytes now too when sha256 kex is used; ok djm@dtucker2006-04-021-3/+3
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* move #include <paths.h> out of includes.h; ok markus@stevesk2006-02-081-1/+3
* ensure that stdio fds are attached; ok deraadt@djm2005-09-131-1/+8
* Remove duplicate getuid(), suggested by & ok markus@dtucker2004-08-231-3/+3
* Use permanently_set_uid() in ssh and ssh-keysign for consistency, matchesdtucker2004-08-231-7/+7
* perform strict ownership and modes checks for ~/.ssh/config files, as thesedjm2004-04-181-2/+2
* fix mem leaks; some fixes from Pete Flugstad; tested dtucker@markus2004-01-191-1/+2
* return error on msg send/receive failure (rather than fatal); ok markus@djm2003-11-171-2/+3