| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol. |  dtucker | 2019-04-18 | 1 | -2/+1 |
* | merge kexkem[cs] into kexgen |  djm | 2019-01-21 | 1 | -6/+4 |
* | use KEM API for vanilla ECDH |  djm | 2019-01-21 | 1 | -3/+1 |
* | use KEM API for vanilla DH KEX |  djm | 2019-01-21 | 1 | -3/+1 |
* | use KEM API for vanilla c25519 KEX |  djm | 2019-01-21 | 1 | -3/+1 |
* | Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org |  djm | 2019-01-21 | 1 | -1/+6 |
* | remove last traces of old packet API! |  djm | 2019-01-19 | 1 | -2/+1 |
* | Remove support for running ssh(1) setuid and fatal if attempted. |  dtucker | 2018-07-18 | 1 | -2/+1 |
* | remove legacy buffer API emulation layer; ok djm@ |  markus | 2018-07-09 | 1 | -5/+1 |
* | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) |  markus | 2018-02-23 | 1 | -1/+13 |
* | group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL |  markus | 2018-01-08 | 1 | -1/+86 |
* | ssh/lib hasn't worked towards our code-sharing goals for a quit while, |  deraadt | 2017-12-10 | 1 | -11/+1 |
* | rationalise the long list of manual CDIAGFLAGS that we add; most of |  djm | 2017-06-02 | 1 | -17/+4 |
* | undo some local debugging stuff that I committed by accident |  djm | 2017-04-30 | 1 | -7/+15 |
* | remove SSH1 make flag and associated files |  djm | 2017-04-30 | 1 | -8/+1 |
* | unifdef WITH_SSH1 |  djm | 2017-04-30 | 1 | -15/+6 |
* | Change COMPILER_VERSION tests which limited additional warnings to gcc4 |  jsg | 2017-04-17 | 1 | -2/+2 |
* | Compile-time disable SSH v.1 again |  djm | 2015-07-01 | 1 | -2/+2 |
* | put back SSH1 for now - we want to make sure we don't regress |  djm | 2015-05-29 | 1 | -2/+2 |
* | Compile-time disable SSH protocol 1. You can turn it back on using |  djm | 2015-03-24 | 1 | -2/+2 |
* | add SSH1 Makefile knob to make it easier to build without SSH1 support; |  djm | 2015-03-03 | 1 | -2/+11 |
* | make compiling against OpenSSL optional (make OPENSSL=no); |  markus | 2014-04-29 | 1 | -1/+6 |
* | ssh has a target painted on it's back, so use -fstack-protector-all |  deraadt | 2014-03-31 | 1 | -1/+2 |
* | Absolutely do not override base system build features in this file!! |  deraadt | 2014-02-28 | 1 | -2/+1 |
* | -Wold-style-declaration is not supported by gcc 3. |  miod | 2014-02-07 | 1 | -2/+5 |
* | remove experimental, never-enabled JPAKE code; ok markus@ |  djm | 2014-01-29 | 1 | -7/+26 |
* | Remove -Wbounded: it is now the compiler default. |  martynas | 2014-01-18 | 1 | -2/+1 |
* | new private key format, bcrypt as KDF by default; details in PROTOCOL.key; |  markus | 2013-12-06 | 1 | -1/+3 |
* | turn off -g too |  djm | 2010-10-01 | 1 | -2/+2 |
* | oops, didn't mean to turn -Werror on for everyone. |  djm | 2010-10-01 | 1 | -2/+2 |
* | adapt to API changes in openssl-1.0.0a |  djm | 2010-10-01 | 1 | -4/+4 |
* | unbreak build for NOPIC systems; noticed, help and ok deraadt@ |  markus | 2010-02-20 | 1 | -1/+5 |
* | enable PKCS#11 code; ok djm |  markus | 2010-02-09 | 1 | -2/+2 |
* | replace our obsolete smartcard code with PKCS#11. |  markus | 2010-02-08 | 1 | -3/+2 |
* | Add support for an experimental zero-knowledge password authentication |  djm | 2008-11-04 | 1 | -1/+3 |
* | revert accidental commit (nearly 2 months ago!) that |  djm | 2008-06-28 | 1 | -3/+3 |
* | Make the maximum number of sessions run-time controllable via |  djm | 2008-05-08 | 1 | -3/+3 |
* | turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are clean |  djm | 2005-06-17 | 1 | -4/+4 |
* | comment out -Wshadow for now, gcc2 sucks. noticed by markus |  avsm | 2004-06-21 | 1 | -2/+2 |
* | make ssh -Wshadow clean, no functional changes |  avsm | 2004-06-21 | 1 | -1/+2 |
* | include SSHFP lookup code (not enabled by default). ok markus@ |  jakob | 2003-10-14 | 1 | -3/+1 |
* | replace fatal_cleanup() and linked list of fatal callbacks with static |  markus | 2003-09-23 | 1 | -2/+2 |
* | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ |  markus | 2003-09-18 | 1 | -1/+3 |
* | add experimental support for verifying hos keys using DNS as described |  jakob | 2003-05-14 | 1 | -1/+3 |
* | undo |  markus | 2002-03-06 | 1 | -2/+2 |
* | compat.c |  markus | 2002-03-06 | 1 | -2/+2 |
* | undo (disable debug again) |  markus | 2001-10-30 | 1 | -2/+2 |
* | ssh.1 |  markus | 2001-10-30 | 1 | -2/+2 |
* | typo, add -Wunused |  markus | 2001-07-29 | 1 | -2/+3 |
* | CDIAGFLAGS. Okay markus@ |  espie | 2001-07-26 | 1 | -7/+7 |