Age | Commit message (Expand) | Author |
2016-02-08 | refactor activation of rekeying | Damien Miller |
2016-01-14 | remove roaming support; ok djm@ | Markus Friedl |
2015-12-13 | unbreak connections with peers that set first_kex_follows; | Damien Miller |
2015-12-10 | Remove NULL-checks before free(). | mmcc |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-11-13 | send SSH2_MSG_UNIMPLEMENTED replies to unexpected messages during | Damien Miller |
2015-10-13 | free the correct IV length, don't assume it's always the cipher | Damien Miller |
2015-08-21 | Improve printing of KEX offers and decisions | Damien Miller |
2015-07-30 | Allow ssh_config and sshd_config kex parameters options be prefixed | Damien Miller |
2015-07-29 | fix bug in previous; was printing incorrect string for failed | Damien Miller |
2015-07-29 | include the peer's offer when logging a failure to negotiate a | Damien Miller |
2015-04-17 | don't try to cleanup NULL KEX proposals in kex_prop_free(); | Damien Miller |
2015-01-30 | fix ssh protocol 1, spotted by miod@ | Damien Miller |
2015-01-26 | correctly match ECDSA subtype (== curve) for offered/recevied | Damien Miller |
2015-01-20 | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | Theo de Raadt |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | move dispatch to struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | update packet.c & isolate, introduce struct ssh | Markus Friedl |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-01-25 | dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len) | Markus Friedl |
2014-01-25 | Add a special case for the DH group size for 3des-cbc, which has an | Darren Tucker |
2014-01-12 | avoid use of OpenSSL BIGNUM type and functions for KEX with | Damien Miller |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller |
2013-11-07 | Output the effective values of Ciphers, MACs and KexAlgorithms when | Darren Tucker |
2013-11-02 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); | Markus Friedl |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-04-19 | remove duplicated list entry pointed out by naddy@ | Damien Miller |
2013-04-19 | add the ability to query supported ciphers, MACs, key type and KEX | Damien Miller |
2013-01-08 | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) | Markus Friedl |
2012-08-17 | add some comments about better handling first-KEX-follows notifications | Damien Miller |
2010-09-22 | add a KexAlgorithms knob to the client and server configuration to allow | Damien Miller |
2010-09-09 | ECDH/ECDSA compliance fix: these methods vary the hash function they use | Damien Miller |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-08-31 | Add buffer_get_cstring() and related functions that verify that the | Damien Miller |
2009-10-24 | Let the client detect if the server supports roaming by looking | Andreas Gunnarsson |
2009-05-27 | Move the KEX_COOKIE_LEN define to kex.h | Andreas Gunnarsson |
2008-09-06 | OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our | Damien Miller |
2007-06-05 | Preserve MAC ctx between packets, saving 2xhash calls per-packet. | Damien Miller |
2007-05-30 | tidy: KNF, ARGSUSED and u_int | Damien Miller |
2007-01-21 | spaces | Kevin Steves |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <sys/param.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-20 | spacing | Theo de Raadt |
2006-03-19 | spacing | Theo de Raadt |