Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct serious bug in AES-CBC decryption when the message length isn't | Richard Levitte | 2003-10-15 | 1 | -5/+4 |
* | The output from AES_cbc_encrypt() should be exact multiple blocks when encryp... | Richard Levitte | 2003-06-10 | 1 | -1/+1 |
* | Remove warnings. | Richard Levitte | 2002-11-14 | 1 | -1/+1 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -15/+15 |
* | disable weird assert()s | Bodo Möller | 2002-11-13 | 1 | -0/+6 |
* | Make the CBC mode od AES accept lengths that aren't multiples of 16. | Richard Levitte | 2002-11-12 | 1 | -5/+21 |
* | Add the modes OFB128, CFB128 and CTR128 to AES. | Richard Levitte | 2002-02-16 | 1 | -1/+1 |
* | Because Rijndael is more known as AES, use crypto/aes instead of | Richard Levitte | 2002-01-02 | 1 | -0/+89 |