Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default to AES u32 being unsinged int and not long. This improves cache | Andy Polyakov | 2005-01-24 | 1 | -0/+4 |
* | Add the missing parts for DES CFB1 and CFB8. | Richard Levitte | 2004-01-28 | 1 | -0/+9 |
* | The 'counter' is really the IV. | Richard Levitte | 2003-07-03 | 1 | -1/+1 |
* | Make sure we get the definition of OPENSSL_NO_AES. | Richard Levitte | 2003-03-21 | 1 | -0/+2 |
* | Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants. | Richard Levitte | 2002-12-20 | 1 | -2/+3 |
* | The AES CTR API was buggy, we need to save the encrypted counter as well | Richard Levitte | 2002-10-12 | 1 | -1/+3 |
* | Add the modes OFB128, CFB128 and CTR128 to AES. | Richard Levitte | 2002-02-16 | 1 | -10/+26 |
* | Because Rijndael is more known as AES, use crypto/aes instead of | Richard Levitte | 2002-01-02 | 1 | -0/+93 |