Age | Commit message (Expand) | Author |
2018-04-09 | Move some AES-related defines into xform.h to reduce duplication. | Visa Hankala |
2017-05-31 | make the AES-XTS mode a little more constant-time, though the AES | Damien Miller |
2017-05-17 | Revert MI AES-XTS code back to T-tables amid poor performance | Mike Belopuhov |
2017-05-02 | Switch OCF and IPsec over to the new AES | Mike Belopuhov |
2016-09-19 | convert bcopy to memcpy. from david hill | Ted Unangst |
2015-12-10 | Remove plain DES from the kernel crypto framework, including the crypto | Christian Weisgerber |
2015-11-13 | remove unused ARC4 support; ok mikeb@ | Christian Weisgerber |
2015-11-13 | Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddy | Mike Belopuhov |
2015-11-07 | Update copyright information | Mike Belopuhov |
2015-11-07 | Pass AES_GMAC context as a void pointer to cut down on casts in xform.c | Mike Belopuhov |
2015-11-04 | Pass context as a void pointer to cut down on casts in xform.c | Mike Belopuhov |
2015-11-03 | Hook up Chacha20-Poly1305 to the OpenBSD Cryptographic Framework | Mike Belopuhov |
2015-10-27 | Use verbose defines instead of hardcoded values for clarity when | Mike Belopuhov |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-28 | remove KPDK. not really used, and a bad choice anyway. ok naddy | Ted Unangst |
2013-08-25 | Allocate and deallocate memory for encryption contexts within cryptosoft, | Joel Sing |
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt |
2011-01-12 | cleanup aes-ctr keystream after use; ok deraadt | Mike Belopuhov |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2010-10-06 | Retire Skipjack | Mike Belopuhov |
2010-09-22 | OCF support for the Galois/Counter Mode (GCM) for AES as | Mike Belopuhov |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2008-09-06 | match libc sha2(3) API changes for kernel; ok millert@ | Damien Miller |
2008-06-09 | add myself to copyright | Damien Miller |
2008-06-09 | Implement the AES XTS mode of operation for the crypto(9) framework. | Damien Miller |
2007-09-13 | Here too: Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable. | Hans-Joerg Hoexer |
2007-09-10 | Make the hmac ipad/opad globals "const" and fixup the crypto functions | Henric Jungheim |
2007-05-27 | make the #defines in rijndael.h a bit more meaningful | Ted Unangst |
2007-02-19 | minimum blocksize for ESP is 32 bit, so adjust blocksize of NULL | Hans-Joerg Hoexer |
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl |
2004-12-20 | Allow the setkey function of a transform to fail, eg. when an insufficient | Hans-Joerg Hoexer |
2004-12-15 | minimum key length of aes is 128 bit, not 64. | Hans-Joerg Hoexer |
2004-06-26 | Ansification of defalte-/lsz-stubs. | Hans-Joerg Hoexer |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2003-12-26 | - use 1/2 space for rijndael context in ipsec | Markus Friedl |
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino |
2003-02-19 | lzs is lzs, lzs is not deflate | Jason Wright |
2003-02-15 | skeleton support for LZS compression | Jason Wright |
2002-11-12 | Add a CRYPTO_NULL xform (it's a do nothing, but nice for measuring the | Jason Wright |
2002-08-16 | fix size in MALLOC/bzero call, from sam@errno.com, ok deraadt@ | Daniel Hartmeier |
2002-04-22 | KNF | Theo de Raadt |
2002-03-05 | export MD5/SHA1 via /dev/crypto; ok provos@, beck@ | Markus Friedl |
2001-08-28 | Getting closer to working userland MAC. | ben |
2001-08-24 | switch to the optimised AES reference code from | Markus Friedl |
2001-08-17 | Add RC4 support. | ben |
2001-08-08 | remove IPCOMP. derradt@ ok. | Jean-Jacques Bernard-Gundol |
2001-07-05 | #ifdef IPCOMP stuff properly | Theo de Raadt |
2001-07-05 | Support for compression. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-27 | Indentation. | Angelos D. Keromytis |