Age | Commit message (Expand) | Author |
2017-05-08 | remove hmac-ripemd160; ok dtucker | Damien Miller |
2016-07-08 | Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms. | Damien Miller |
2015-01-15 | handle UMAC128 initialization like UMAC; ok djm@ markus@ | Christian Weisgerber |
2015-01-13 | adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependencies | Markus Friedl |
2014-04-30 | UMAC can use our local fallback implementation of AES when OpenSSL isn't | Christian Weisgerber |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-02-07 | remove some logging that makes ssh debugging output very verbose; | Damien Miller |
2014-01-27 | replace openssl HMAC with an implementation based on our ssh_digest_* | Markus Friedl |
2014-01-04 | use standard types and formats for size_t like variables. ok dtucker | Ted Unangst |
2013-11-07 | Output the effective values of Ciphers, MACs and KexAlgorithms when | Darren Tucker |
2013-06-03 | force the MAC output to be 64-bit aligned so umac won't see unaligned | Darren Tucker |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-04-19 | add the ability to query supported ciphers, MACs, key type and KEX | Damien Miller |
2012-12-11 | fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@ | Stuart Henderson |
2012-12-11 | add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms | Markus Friedl |
2012-10-04 | add umac128 variant; ok djm@ at n2k12 | Markus Friedl |
2012-06-28 | Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed | Darren Tucker |
2011-12-02 | fix bz#1934: newer OpenSSL versions will require HMAC_CTX_Init before | Damien Miller |
2011-08-02 | Add new SHA256 and SHA512 based HMAC modes from | Damien Miller |
2008-06-13 | upcast another size_t to u_long to match format | Darren Tucker |
2007-06-07 | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must | Peter Valchev |
2007-06-05 | Preserve MAC ctx between packets, saving 2xhash calls per-packet. | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2003-09-18 | A few signedness fixes for harmless situations; markus@ ok | Miod Vallat |
2002-05-16 | fix warnings (openssl 0.9.7 requires const) | Markus Friedl |
2002-01-25 | use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@ | Markus Friedl |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl |