Age | Commit message (Expand) | Author |
2008-06-09 | Implement the AES XTS mode of operation for the crypto(9) framework. | Damien Miller |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2007-09-15 | fix error introduced by my previous commit: | Hans-Joerg Hoexer |
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 |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl |
2005-05-10 | support NULL encryption for ESP; ok hshoexer, ho | Markus Friedl |
2005-05-02 | simplify by using arc4random_bytes(), ok djm, hshoexer | Markus Friedl |
2004-12-20 | Allow the setkey function of a transform to fail, eg. when an insufficient | Hans-Joerg Hoexer |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-04-14 | leak; vgirish at tenet.res.in; via angelos; ok hshoexer, henning, deraadt | Markus Friedl |
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino |
2003-02-21 | There's no cleaning necessary for deflate compression, so remove it from | Jason Wright |
2002-11-21 | From Angelos: | Jason Wright |
2002-11-12 | Add a CRYPTO_NULL xform (it's a do nothing, but nice for measuring the | Jason Wright |
2002-04-26 | minor tweaks | Theo de Raadt |
2002-04-22 | KNF | Theo de Raadt |
2002-04-03 | fix possible alignment problem; with markus@, angelos@ deraadt@ ok. | Federico G. Schwindt |
2002-03-19 | Don't keep the last blocksize-bytes of ciphertext for use as the next | Angelos D. Keromytis |
2002-03-05 | export MD5/SHA1 via /dev/crypto; ok provos@, beck@ | Markus Friedl |
2002-03-01 | remove CRYPTO_BUF_CONTIG and convert to handle iovs. okay deraadt@ | Niels Provos |
2001-11-09 | be way more sure that software cannot be used | Theo de Raadt |
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-25 | Update copyright; you can use this with or without fee (unless your | Angelos D. Keromytis |
2001-06-23 | New prototype for crypto_register(), to take into account maximum key | Angelos D. Keromytis |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in... | Theo de Raadt |
2001-06-16 | KNF | Theo de Raadt |
2001-06-06 | Don't bother migrating software sessions, as this might lead to | Angelos D. Keromytis |
2001-05-15 | fix $OpenBSD$ header | Theo de Raadt |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt |
2001-05-05 | Use the M_CRYPTO_DATA and M_CRYPTO_OPS malloc types. | Angelos D. Keromytis |
2000-11-17 | *HMAC96->*HMAC | Angelos D. Keromytis |
2000-11-09 | indentation nits. | Artur Grabowski |
2000-10-15 | Forgot to commit this, necessary for AES support. | Angelos D. Keromytis |
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ angelos@ | Nathan Binkert |
2000-07-21 | Fix KPDK mode (based on patch provided by lob@netstream.se) | Angelos D. Keromytis |
2000-06-20 | Use crypto_done() | Angelos D. Keromytis |
2000-06-18 | Register software Rijndael. | Angelos D. Keromytis |
2000-06-18 | Add Rijndael (128-bit blocksize) in the software crypto driver. | Angelos D. Keromytis |
2000-06-06 | OpenBSD tags | Theo de Raadt |
2000-06-06 | fix cleanup of crypto sessions | Theo de Raadt |
2000-04-23 | Correct bitmask. | Angelos D. Keromytis |
2000-04-23 | Change the type of freesession to take u_int64_t as argument. | Angelos D. Keromytis |
2000-04-18 | Add a few newlines for readability. | Angelos D. Keromytis |
2000-03-29 | Better support for weird IV schemes (like ESP half-IV, or the swap | Angelos D. Keromytis |
2000-03-25 | Add CRD_F_IV_PRESENT, to indicate encryption requests where an | Angelos D. Keromytis |
2000-03-20 | move software crypto engine out of main crypto.c | Theo de Raadt |