Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-add our own aesctr implementation; ok djm@ | 2014-04-29 | 1 | -0/+44 | |
| | |||||
* | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many | 2004-12-22 | 1 | -51/+0 | |
| | | | | years now; ok deraadt@ | ||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -3/+3 | |
| | |||||
* | missing $OpenBSD: | 2001-09-13 | 1 | -0/+2 | |
| | |||||
* | switch to the optimised AES reference code from | 2001-08-23 | 1 | -58/+46 | |
| | | | | http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip | ||||
* | new BSD-style license: | 2001-07-30 | 1 | -8/+21 | |
| | | | | | | | | | | | Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose. | ||||
* | fix prototype; J.S.Peatfield@damtp.cam.ac.uk | 2001-05-09 | 1 | -2/+3 | |
| | |||||
* | copyright notices on all source files | 2001-03-01 | 1 | -1/+15 | |
| | |||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | undo change in comment; stevesk@pobox.com | 2000-12-29 | 1 | -4/+4 | |
| | |||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -4/+4 | |
| | | | | with u_char. | ||||
* | undo rijndael changes | 2000-12-09 | 1 | -21/+25 | |
| | |||||
* | new rijndael implementation. fixes endian bugs | 2000-12-06 | 1 | -25/+21 | |
| | |||||
* | rijndael/aes support | 2000-10-13 | 1 | -0/+31 | |