Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #if 0 some more arrays used only for decrypting (we don't use | 2015-03-16 | 1 | -2/+2 | |
| | | | | since we only need encrypt for AES-CTR) | ||||
* | Sync AES code to the one shipped in OpenSSL/LibreSSL. | 2014-11-18 | 1 | -198/+101 | |
| | | | | | | | | This includes a commit made by Andy Polyakov <appro at openssl ! org> to the OpenSSL source tree on Wed, 28 Jun 2006 with the following message: "Mitigate cache-collision timing attack on last round." OK naddy, miod, djm | ||||
* | re-add our own aesctr implementation; ok djm@ | 2014-04-29 | 1 | -0/+1223 | |
| | |||||
* | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many | 2004-12-22 | 1 | -1242/+0 | |
| | | | | years now; ok deraadt@ | ||||
* | -Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@ | 2004-06-23 | 1 | -3/+3 | |
| | |||||
* | unexpand and delete whitespace at EOL; ok markus@ | 2003-11-21 | 1 | -67/+67 | |
| | |||||
* | use right sizeof in memcpy; markus ok | 2002-07-10 | 1 | -2/+2 | |
| | |||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -176/+175 | |
| | |||||
* | missing $OpenBSD: | 2001-09-13 | 1 | -0/+2 | |
| | |||||
* | #include <string.h> | 2001-08-27 | 1 | -0/+1 | |
| | |||||
* | switch to the optimised AES reference code from | 2001-08-23 | 1 | -432/+1213 | |
| | | | | http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip | ||||
* | Sync alignment fixes on OpenSSH rijndael with OpenBSD. | 2001-08-22 | 1 | -3/+37 | |
| | | | | markus@ ok | ||||
* | 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. | ||||
* | unexpand and remove end-of-line whitespace; ok markus@ | 2001-02-04 | 1 | -58/+58 | |
| | |||||
* | fix byte order bug w/o introducing new implementation | 2000-12-09 | 1 | -100/+19 | |
| | |||||
* | undo rijndael changes | 2000-12-09 | 1 | -294/+477 | |
| | |||||
* | unexpand(1) | 2000-12-06 | 1 | -23/+23 | |
| | |||||
* | new rijndael implementation. fixes endian bugs | 2000-12-06 | 1 | -477/+294 | |
| | |||||
* | typos; from stevesk@sweden.hp.com | 2000-10-15 | 1 | -5/+5 | |
| | |||||
* | rijndael/aes support | 2000-10-13 | 1 | -0/+493 | |