Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-26 | RIPEMD-160 implementation based on | Markus Friedl | |
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@ | |||
2001-09-13 | missing $OpenBSD: | Markus Friedl | |
2001-09-03 | do not screw up the reference counts | Theo de Raadt | |
2001-08-28 | Getting closer to working userland MAC. | ben | |
2001-08-24 | KNF | Theo de Raadt | |
2001-08-24 | switch to the optimised AES reference code from | Markus Friedl | |
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip the same code is used by ssh, so please make sure to update usr.sbin/ssh/rijndael.c if you change this code. tested on sparc (jason) and with swap encryption (me); ok deraadt@, provos@ | |||
2001-08-22 | add RC4 and SHA1 support | Theo de Raadt | |
2001-08-20 | Move param.h before systm.h so vax macros are picked up properly. | Hugh Graham | |
2001-08-17 | Add RC4 support. | ben | |
2001-08-12 | remove redundant vm includes | Michael Shalayeff | |
2001-08-09 | Force alignment of blocks so that we don't crash on strict alignment | Heikki Korpela | |
archs. This is a stopgap until we get a rijndael implementation that doesn't assume 4 byte alignment. ok deraadt@ | |||
2001-08-08 | remove IPCOMP. derradt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-05 | put in tags for ARC4 to please ben, who now has no excuses | Theo de Raadt | |
2001-07-31 | new BSD-style license and whitespace sync with openssh | Kevin Steves | |
2001-07-16 | Make gcc 3.0 happy. From Heikki Korpela <heko@iki.fi> | Jean-Jacques Bernard-Gundol | |
2001-07-05 | #ifdef IPCOMP stuff properly | Theo de Raadt | |
2001-07-05 | KNF | Theo de Raadt | |
2001-07-05 | Support for compression. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | deflate algo, used by IPComp. Currently it won't be compiled until IPComp | Jean-Jacques Bernard-Gundol | |
is completely imported into the tree. | |||
2001-07-05 | Stylistic changes. | Angelos D. Keromytis | |
2001-07-05 | Compression support for IPComp. Include files only. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-06-27 | KNF | Angelos D. Keromytis | |
2001-06-27 | Indentation. | Angelos D. Keromytis | |
2001-06-26 | Remove space. | Angelos D. Keromytis | |
2001-06-25 | Add crypto_check_alg(), from jgarfiel@seas.upenn.edu | Angelos D. Keromytis | |
2001-06-25 | Update comments. | Angelos D. Keromytis | |
2001-06-25 | Update copyright; you can use this with or without fee (unless your | Angelos D. Keromytis | |
name is Theo Deraadt) | |||
2001-06-24 | Fix RSA structure. | Angelos D. Keromytis | |
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 | New prototype for crypto_register(), to take into account maximum key | Angelos D. Keromytis | |
length (for PK operations) and various flags. Structures for public key operations (DH, RSA, DSA). A lot of this work was done by jgarfiel@seas.upenn.edu | |||
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-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 | |
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | |||
2001-06-06 | Use pool(9) for some of the structures, and splimp/splx to protect | Angelos D. Keromytis | |
from ourselves. Should solve PR 1850. | |||
2001-06-06 | Don't bother migrating software sessions, as this might lead to | Angelos D. Keromytis | |
session leakage. |