Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-17 | Add RC4 support. | ben | |
2001-06-24 | Remove whitespace. | Angelos D. Keromytis | |
2001-06-23 | Adjust length. | Angelos D. Keromytis | |
2001-06-23 | Use C-style comments... | Angelos D. Keromytis | |
2001-06-23 | Initialize crd_skip | Angelos D. Keromytis | |
2001-06-23 | Remove unneeded crp_iv field, set the right flags for IV handling in | Angelos D. Keromytis | |
the crypto device. | |||
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts ↵ | Theo de Raadt | |
inside OpenSSL codebase | |||
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 | |
requests do not get passed to device drivers, because some like the ubsec(4) will do really nasty things like DMA to completely random locations in memory when you do so | |||
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-11 | explicit IV & other fixes; pointed out as umich people tried to use this... | Theo de Raadt | |
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-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 | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. |