| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | minor tweaks |  deraadt | 2002-04-26 | 1 | -34/+33 |
| * | KNF |  deraadt | 2002-04-22 | 1 | -34/+34 |
| * | fix possible alignment problem; with markus@, angelos@ deraadt@ ok. |  fgsch | 2002-04-03 | 1 | -3/+6 |
| * | Don't keep the last blocksize-bytes of ciphertext for use as the next |  angelos | 2002-03-19 | 1 | -15/+17 |
| * | export MD5/SHA1 via /dev/crypto; ok provos@, beck@ |  markus | 2002-03-05 | 1 | -5/+46 |
| * | remove CRYPTO_BUF_CONTIG and convert to handle iovs. okay deraadt@ |  provos | 2002-03-01 | 1 | -161/+222 |
| * | be way more sure that software cannot be used |  deraadt | 2001-11-09 | 1 | -2/+2 |
| * | remove IPCOMP. derradt@ ok. |  jjbg | 2001-08-08 | 1 | -5/+1 |
| * | #ifdef IPCOMP stuff properly |  deraadt | 2001-07-05 | 1 | -5/+5 |
| * | Support for compression. angelos@ ok. |  jjbg | 2001-07-05 | 1 | -2/+116 |
| * | Update copyright; you can use this with or without fee (unless your |  angelos | 2001-06-25 | 1 | -3/+3 |
| * | New prototype for crypto_register(), to take into account maximum key |  angelos | 2001-06-23 | 1 | -12/+22 |
| * | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts inside OpenSSL codebase |  deraadt | 2001-06-23 | 1 | -2/+2 |
| * | KNF |  deraadt | 2001-06-16 | 1 | -647/+587 |
| * | Don't bother migrating software sessions, as this might lead to |  angelos | 2001-06-06 | 1 | -14/+1 |
| * | fix $OpenBSD$ header |  deraadt | 2001-05-15 | 1 | -1/+1 |
| * | initial cut at /dev/crypto support. takes original mbuf "try, and discard |  deraadt | 2001-05-13 | 1 | -2/+2 |
| * | Use the M_CRYPTO_DATA and M_CRYPTO_OPS malloc types. |  angelos | 2001-05-05 | 1 | -16/+21 |
| * | *HMAC96->*HMAC |  angelos | 2000-11-17 | 1 | -16/+16 |
| * | indentation nits. |  art | 2000-11-09 | 1 | -3/+3 |
| * | Forgot to commit this, necessary for AES support. |  angelos | 2000-10-15 | 1 | -1/+8 |