Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-09 | constify arguments in wrapper functions; the lower level functions | Damien Miller | |
were already done | |||
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl | |
2004-12-20 | Allow the setkey function of a transform to fail, eg. when an insufficient | Hans-Joerg Hoexer | |
number of key bits is supplied. Only AES and DES/3DES might fail. ok and help markus@ | |||
2004-12-14 | indentation and some knf, no binary change | Hans-Joerg Hoexer | |
ok + help markus | |||
2004-02-08 | save kernel space; full unroll is not needed; from freebsd | Theo de Raadt | |
2004-02-05 | expose two more functions | Theo de Raadt | |
2003-12-26 | - use 1/2 space for rijndael context in ipsec | Markus Friedl | |
- rijndael_set_key_enc_only() sets up context for encryption only - rijndael_set_key() always sets up full context - rijndaelKeySetupDec() gets back original protoype - uvm: use _enc_only() interface with hshoexer@, ok deraadt@ | |||
2002-07-10 | use right sizeof in memcpy; markus ok | Theo de Raadt | |
2001-12-19 | sync KNF with src/usr.bin/ssh | Markus Friedl | |
2001-09-13 | missing $OpenBSD: | Markus Friedl | |
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-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-07-31 | new BSD-style license and whitespace sync with openssh | Kevin Steves | |
2000-12-09 | pull in endianess fix from openssh | Markus Friedl | |
2000-11-11 | undo last change, ipsec+AES and swap-encrypt work again | Markus Friedl | |
2000-10-16 | indent | Theo de Raadt | |
2000-10-15 | typo | Markus Friedl | |
2000-06-06 | OpenBSD tags | Theo de Raadt | |
2000-05-27 | use rijndael instead of blowfish because of faster key setup. | Niels Provos | |
break swap paritions into sections, each section has own encryption key. if a section's key becomes unreferenced, erase it. |