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