Age | Commit message (Expand) | Author |
2017-04-30 | remove the (in)famous SSHv1 CRC compensation attack detector. | Damien Miller |
2017-04-30 | remove SSH1 make flag and associated files | Damien Miller |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-05-25 | To prevent screwing up terminal settings when printing to the | Ingo Schwarze |
2016-01-14 | remove roaming support; ok djm@ | Markus Friedl |
2015-03-03 | add SSH1 Makefile knob to make it easier to build without SSH1 support; | Damien Miller |
2015-01-19 | add experimental api for packet layer; ok djm@ | Markus Friedl |
2015-01-19 | update packet.c & isolate, introduce struct ssh | Markus Friedl |
2015-01-14 | avoid BIGNUM in KRL code by using a simple bitmap; | Damien Miller |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-04-30 | UMAC can use our local fallback implementation of AES when OpenSSL isn't | Christian Weisgerber |
2014-04-30 | New buffer API; the first installment of the conversion/replacement | Damien Miller |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-04-22 | comment out the .if (${KERBEROS5:L} block for now, breaks the build | Henning Brauer |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2014-01-28 | rename digest.c to digest-openssl.c and add libc variant; ok djm@ | Markus Friedl |
2014-01-27 | replace openssl HMAC with an implementation based on our ssh_digest_* | Markus Friedl |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller |
2013-12-06 | support ed25519 keys (hostkeys and user identities) using the public domain | Markus Friedl |
2013-11-21 | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" | Damien Miller |
2013-11-02 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); | Markus Friedl |
2013-01-17 | add support for Key Revocation Lists (KRLs). These are a compact way to | Damien Miller |
2012-12-12 | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled | Christian Weisgerber |
2012-10-04 | add umac128 variant; ok djm@ at n2k12 | Markus Friedl |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2011-04-25 | linting this library is not helping anything | Theo de Raadt |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-02-20 | unbreak build for NOPIC systems; noticed, help and ok deraadt@ | Markus Friedl |
2010-02-08 | remove scard | Markus Friedl |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-09-06 | OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our | Damien Miller |
2008-06-10 | support CIDR address matching in sshd_config "Match address" blocks, with | Damien Miller |
2007-06-07 | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must | Peter Valchev |
2006-05-28 | build a lint library for us to use above | Theo de Raadt |
2006-04-18 | Move Buffer bignum functions into their own file, bufbn.c. This means that | Darren Tucker |
2006-03-07 | Implement the diffie-hellman-group-exchange-sha256 key exchange method | Damien Miller |
2005-04-09 | replace tilde_expand_filename with a simpler implementation, ahead of more | Damien Miller |
2004-12-22 | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many | Damien Miller |
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller |
2004-05-09 | kill it here too | Damien Miller |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-05-17 | experimental support for aes-ctr modes from | Markus Friedl |
2003-05-15 | split out custom EVP ciphers | Markus Friedl |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander |
2003-02-21 | move server only kex and monitor code to sshd. | Markus Friedl |