Age | Commit message (Expand) | Author |
2001-06-23 | Remove unneeded crp_iv field, set the right flags for IV handling in | 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-23 | hifn now supports up to 256K | Peter Valchev |
2001-06-18 | keep track of the txform/thash, and make sure that non-blocksize | Theo de Raadt |
2001-06-18 | oops, backwards check | Theo de Raadt |
2001-06-18 | incorrect panic message | Theo de Raadt |
2001-06-16 | KNF | Theo de Raadt |
2001-06-16 | range check the enc & mac key lengths | Theo de Raadt |
2001-06-15 | save txform->blocksize so we know what the IV size is | Theo de Raadt |
2001-06-15 | constrain to less than 64K until a hifn driver bug is fixed | Theo de Raadt |
2001-06-13 | ivmask has been deprecated. | Angelos D. Keromytis |
2001-06-11 | explicit IV & other fixes; pointed out as umich people tried to use this... | Theo de Raadt |
2001-06-08 | I hate cvs. | Artur Grabowski |
2001-06-08 | rename a file for The Anal One | Theo de Raadt |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-06-06 | Use pool(9) for some of the structures, and splimp/splx to protect | Angelos D. Keromytis |
2001-06-06 | Don't bother migrating software sessions, as this might lead to | Angelos D. Keromytis |
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 |