summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keysign
AgeCommit message (Expand)Author
2020-04-03give ssh-keygen the ability to dump the contents of a binary keyDamien Miller
2020-01-25factor out reading/writing sshbufs to dedicated functions;Damien Miller
2020-01-23Make zlib optional. This adds a "ZLIB" build time option that allowsDarren Tucker
2019-12-13use ssh-sk-helper for all security key signing operationsDamien Miller
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingDamien Miller
2018-12-27move client/server SSH-* banners to buffers under ssh->kex and factorDamien Miller
2018-07-25Don't redefine Makefile choices which come correct from bsd.*.mkTheo de Raadt
2018-07-18Remove support for running ssh(1) setuid and fatal if attempted.Darren Tucker
2018-01-08group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLMarkus Friedl
2017-12-14Replace ED25519's private SHA-512 implementation with a call to theChristian Weisgerber
2017-12-12Create a persistent umac128.c source file: #define the output size andChristian Weisgerber
2017-12-10ssh/lib hasn't worked towards our code-sharing goals for a quit while,Theo de Raadt
2016-01-14remove roaming support; ok djm@Markus Friedl
2013-07-02add missing library dependenciesMarkus Friedl
2013-05-16switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@Darren Tucker
2009-05-28Keep track of number of bytes read and written. Needed for upcomingAndreas Gunnarsson
2002-07-03re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configMarkus Friedl
2002-07-01disable ssh-keysign for now (no sbit); netbsd via itojunMarkus Friedl
2002-05-31extent ssh-keysign protocol:Markus Friedl
2002-05-25first version of ssh-keysign manpage, ok deraadt@Markus Friedl
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl