Age | Commit message (Expand) | Author |
2001-06-01 | CRIOGET is a _IOWR ioctl | Theo de Raadt |
2001-06-01 | What was cri_insert used for anyway ? | Angelos D. Keromytis |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-15 | DTYPE_CRYPTO | Theo de Raadt |
2001-05-15 | fix $OpenBSD$ header | Theo de Raadt |
2001-05-15 | since all files have varying copyright notices, this file is wrong | Theo de Raadt |
2001-05-14 | dummy cryptof_stat | Theo de Raadt |
2001-05-14 | art added fo_stat everywhere, except here, then blamed me... | Theo de Raadt |
2001-05-14 | use real uio | Theo de Raadt |
2001-05-13 | copyrights and $OpenBSD$ tags | Jason Wright |
2001-05-13 | bail out better from tsleep failure | Theo de Raadt |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt |
2001-05-09 | fix prototype; J.S.Peatfield@damtp.cam.ac.uk | Markus Friedl |
2001-05-05 | Use the M_CRYPTO_DATA and M_CRYPTO_OPS malloc types. | Angelos D. Keromytis |
2000-12-13 | make the 31-bit code work on 32-bit machines. | Niels Provos |
2000-12-09 | pull in endianess fix from openssh | Markus Friedl |
2000-11-17 | *HMAC96->*HMAC | Angelos D. Keromytis |
2000-11-11 | undo last change, ipsec+AES and swap-encrypt work again | Markus Friedl |
2000-11-09 | indentation nits. | Artur Grabowski |
2000-10-16 | indent | Theo de Raadt |
2000-10-15 | typo | Markus Friedl |
2000-10-15 | Forgot to commit this, necessary for AES support. | Angelos D. Keromytis |
2000-10-09 | AES alias for Rijndael, also adjust the name. | Angelos D. Keromytis |
2000-09-07 | avoid excessive wakeup(). we think this is safe... | Theo de Raadt |
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-07-03 | Fix tail queue leakage (zzlevo@dd.chalmers.se) | Angelos D. Keromytis |
2000-06-20 | Use crypto_done() | Angelos D. Keromytis |
2000-06-20 | crypto_done(), all it does for now is invoke the callback. | Angelos D. Keromytis |
2000-06-20 | Add crypto_done() prototype. | 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-18 | Move prototype to include file. | Angelos D. Keromytis |
2000-06-18 | Crypto kernel thread interface; requests are enqueued and processed by | Angelos D. Keromytis |
2000-06-17 | cbc mode | Niels Provos |
2000-06-06 | OpenBSD tags | Theo de Raadt |
2000-06-06 | fix cleanup of crypto sessions | Theo de Raadt |
2000-06-06 | Replace all the opaque pointers with just one. | Angelos D. Keromytis |
2000-06-04 | better indent for easier searching | Theo de Raadt |
2000-05-27 | use rijndael instead of blowfish because of faster key setup. | Niels Provos |
2000-04-28 | crypto_dispatch() only returns an error if the argument it was | Angelos D. Keromytis |
2000-04-28 | avoid using void * when we are talking about pointers | Theo de Raadt |
2000-04-24 | use pmap_extract() instead of vtophys(); art | 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-20 | Don't include machine/pmap.h, vm/pmap.h does that for us. | Artur Grabowski |
2000-04-19 | split out mbuf scatter gather function | Theo de Raadt |
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 |