| Commit message (Expand) | Author | Age | Files | Lines |
* | free(9) sizes. |  mpi | 2019-01-09 | 1 | -3/+3 |
* | Add sizes for free(). |  fcambus | 2018-05-31 | 1 | -6/+7 |
* | Switch OCF and IPsec over to the new AES |  mikeb | 2017-05-02 | 1 | -5/+5 |
* | Reduce the per-packet allocation costs for crypto operations (cryptop) |  patrick | 2017-02-07 | 1 | -4/+7 |
* | Remove variables 'm' and 'uio' that are only ever assigned to |  tom | 2016-09-02 | 1 | -5/+1 |
* | Remove plain DES from the kernel crypto framework, including the crypto |  naddy | 2015-12-10 | 1 | -7/+1 |
* | Cleanup gotos as suggested by jsing@ along with spaces and label names |  mikeb | 2015-11-18 | 1 | -8/+7 |
* | Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddy |  mikeb | 2015-11-13 | 1 | -30/+1 |
* | remove a few unused defines |  mikeb | 2015-11-12 | 1 | -3/+2 |
* | Enable Chacha20-Poly1305 in the software crypto driver |  mikeb | 2015-11-03 | 1 | -1/+25 |
* | Use axf's hashsize as a block size in the authenticated encryption routine. |  mikeb | 2015-10-26 | 1 | -7/+7 |
* | two fairly simple sizes for free() |  deraadt | 2015-08-31 | 1 | -3/+4 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | remove KPDK. not really used, and a bad choice anyway. ok naddy |  tedu | 2014-12-28 | 1 | -59/+1 |
* | use mallocarray() |  deraadt | 2014-07-13 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -12/+12 |
* | Allocate and deallocate memory for encryption contexts within cryptosoft, |  jsing | 2013-08-25 | 1 | -4/+14 |
* | Bring back a small copy optimization in the aes-gcm handling: |  mikeb | 2012-12-11 | 1 | -2/+3 |
* | RFC 4106, Section 5 states that the SPI and a 64-bit Sequence |  mikeb | 2012-12-07 | 1 | -17/+25 |
* | Fix one of the two issues with ESN support in the GCM case: |  mikeb | 2012-12-07 | 1 | -4/+4 |
* | Clean up uninitialized warnings from cryptosoft and aesni. |  haesbaert | 2012-10-04 | 1 | -2/+4 |
* | Add support for the Extended (64-bit) Sequence Number as defined |  mikeb | 2012-06-29 | 1 | -6/+25 |
* | fix encryption for uio_iovcnt > 1 by passing the absolute offset 'count' |  markus | 2011-01-11 | 1 | -3/+16 |
* | add explicit_bzero() calls before free()ing key material |  deraadt | 2011-01-11 | 1 | -6/+6 |
* | accidental commit of a pending diff relating to something else |  deraadt | 2011-01-11 | 1 | -21/+8 |
* | for key material that is being being discarded, convert bzero() to |  deraadt | 2011-01-11 | 1 | -8/+21 |
* | use the do {} while construct in the copying macros |  deraadt | 2010-12-22 | 1 | -9/+15 |
* | remove dead code (ivp did always point to iv in the decrypt path). |  markus | 2010-12-21 | 1 | -38/+14 |
* | Retire Skipjack |  mikeb | 2010-10-06 | 1 | -8/+1 |
* | zero out auth hash context before freeing it; ok matthew millert |  mikeb | 2010-10-06 | 1 | -2/+4 |
* | OCF support for the Galois/Counter Mode (GCM) for AES as |  mikeb | 2010-09-22 | 1 | -1/+192 |
* | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics |  blambert | 2010-07-02 | 1 | -3/+3 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -2/+1 |
* | Fix two bugs in IPsec/HMAC-SHA2: |  markus | 2010-01-10 | 1 | -8/+24 |
* | Implement the AES XTS mode of operation for the crypto(9) framework. |  djm | 2008-06-09 | 1 | -5/+39 |
* | rename arc4random_bytes => arc4random_buf to match libc's nicer name; |  djm | 2008-06-09 | 1 | -2/+2 |
* | fix error introduced by my previous commit: |  hshoexer | 2007-09-15 | 1 | -2/+2 |
* | Here too: Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable. |  hshoexer | 2007-09-13 | 1 | -12/+9 |
* | Make the hmac ipad/opad globals "const" and fixup the crypto functions |  henric | 2007-09-10 | 1 | -3/+3 |
* | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ |  pedro | 2006-12-29 | 1 | -2/+2 |
* | AESCTR support for ESP (RFC 3686); ok hshoexer |  markus | 2005-05-25 | 1 | -16/+31 |
* | support NULL encryption for ESP; ok hshoexer, ho |  markus | 2005-05-10 | 1 | -1/+4 |
* | simplify by using arc4random_bytes(), ok djm, hshoexer |  markus | 2005-05-02 | 1 | -22/+3 |
* | Allow the setkey function of a transform to fail, eg. when an insufficient |  hshoexer | 2004-12-20 | 1 | -3/+6 |
* | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. |  millert | 2004-05-07 | 1 | -2/+2 |
* | leak; vgirish at tenet.res.in; via angelos; ok hshoexer, henning, deraadt |  markus | 2004-04-14 | 1 | -1/+4 |
* | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok |  itojun | 2003-07-24 | 1 | -1/+19 |
* | There's no cleaning necessary for deflate compression, so remove it from |  jason | 2003-02-21 | 1 | -6/+1 |
* | From Angelos: |  jason | 2002-11-21 | 1 | -31/+25 |
* | Add a CRYPTO_NULL xform (it's a do nothing, but nice for measuring the |  jason | 2002-11-12 | 1 | -1/+8 |