| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more OCB test vectors | lloyd | 2013-03-27 | 1 | -0/+69 |
* | Allow tag sizes other than 128 bits in GCM and OCB | lloyd | 2013-03-27 | 1 | -0/+4 |
* | Remove the Turing and WiderWAKE4+1 stream cipher implementations. | lloyd | 2013-03-19 | 1 | -1706/+0 |
* | Working GCM. Add support for AEAD modes in self tests | lloyd | 2013-03-16 | 1 | -8/+83 |
* | Some work towards a (very slow) GCM implementation | lloyd | 2013-03-16 | 1 | -0/+15 |
* | OCB decryption | lloyd | 2013-03-14 | 1 | -0/+17 |
* | Add new PBKDF interface that takes a std::chrono::milliseconds and | lloyd | 2012-05-31 | 1 | -31/+0 |
* | propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9... | lloyd | 2012-05-18 | 1 | -0/+37 |
|\ |
|
| * | A few additional Camellia test vectors | lloyd | 2012-04-27 | 1 | -0/+37 |
* | | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07... | lloyd | 2012-04-25 | 1 | -10/+12 |
|\| |
|
| * | Patrick Pelletier noted on the mailing list that the implementation of | lloyd | 2012-04-24 | 1 | -10/+12 |
* | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6... | lloyd | 2012-02-20 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Add string_join; inverse of split_on. | lloyd | 2011-06-17 | 1 | -0/+2 |
* | | Add a slow but functional implementation of Camellia | lloyd | 2012-01-28 | 1 | -0/+20 |
|/ |
|
* | The new method of doing comparisons did not work all of the time: if | lloyd | 2011-05-13 | 1 | -0/+82 |
* | Disable CMS by default, since it's pretty untested and likely unusable | lloyd | 2011-05-06 | 1 | -0/+55 |
* | PR 145 was based around an easy misunderstanding of the CTR code. | lloyd | 2011-04-05 | 1 | -0/+515 |
* | Update Keccak to the round 3 variant announced 2011-01-17 | lloyd | 2011-01-20 | 1 | -1608/+1608 |
* | Add a simple but functioning implementation of Keccak. Only the | lloyd | 2010-12-10 | 1 | -6/+9558 |
* | Update Skein-512 for the new 1.3 specification, just changes the key | lloyd | 2010-11-03 | 1 | -3452/+1560 |
* | Longer CTR test | lloyd | 2010-10-29 | 1 | -0/+50 |
* | Simple standalone base64 encoder | lloyd | 2010-10-28 | 1 | -0/+4 |
* | In all cases where the block size of the cipher is fixed, the key | lloyd | 2010-10-14 | 1 | -226/+68 |
* | Add a set of tests devised by Rivest which are designed to detect a | lloyd | 2010-09-23 | 1 | -0/+18 |
* | Add 3 more tests of Tiger, test vectors via Crypto++ | lloyd | 2010-08-23 | 1 | -0/+20 |
* | When creating a PBKDF2, first check if the argument name is a known | lloyd | 2010-08-21 | 1 | -0/+5 |
* | Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases, | lloyd | 2010-08-21 | 1 | -0/+4 |
* | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 1 | -5/+5 |
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 1 | -935/+0 |
* | Another XTEA vector | lloyd | 2010-05-10 | 1 | -0/+1 |
* | Modify the implementation of multiplication mod 65537 used in IDEA to | lloyd | 2010-04-30 | 1 | -0/+520 |
* | Add a couple of Comb4P tests, generated by the python implementation | lloyd | 2010-04-23 | 1 | -0/+9 |
* | Add XSalsa20 | lloyd | 2010-03-03 | 1 | -0/+82 |
* | Add a set of test vectors for 3DES in counter mode generated by | lloyd | 2010-01-29 | 1 | -0/+2746 |
* | Add a set of XTS tests using TripleDES; XTS mode supports either a 64-bit | lloyd | 2010-01-28 | 1 | -0/+1408 |
* | Fix several buffering problems in the XTS implementation that would | lloyd | 2010-01-25 | 1 | -0/+7110 |
* | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 1 | -0/+2021 |
* | Add block cipher cascade | lloyd | 2010-01-11 | 1 | -0/+46 |
* | Split AES tests by key length for AES-NI | lloyd | 2010-01-05 | 1 | -44/+45 |
* | Specific large tests for AES-128 to hit engines | lloyd | 2010-01-04 | 1 | -3/+7 |
* | Add last nights project, an SSE2 implementation of IDEA. Right about 4x | lloyd | 2009-12-23 | 1 | -0/+17 |
* | Split the AES vectors into 3 specifically named AES-128, AES-192, and | lloyd | 2009-11-10 | 1 | -1651/+1650 |
* | Add TEA and XTEA ECB vectors | lloyd | 2009-10-23 | 1 | -0/+650 |
* | Add test vectors for TEA and XTEA in CTR mode | lloyd | 2009-10-23 | 1 | -0/+1242 |
* | Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F... | lloyd | 2009-10-14 | 1 | -0/+7 |
* | Use the new selftest framework for testing hashes, MACs, and ciphers. | lloyd | 2009-10-07 | 1 | -1217/+36 |
* | Remove redundant SHA-1 test vector of empty input | lloyd | 2009-09-22 | 1 | -1/+0 |
* | Add 4 test vectors for HMAC(BMW-512) | lloyd | 2009-09-21 | 1 | -0/+41 |
* | Update the implementation of Blue Midnight Wish to use the Round 2 tweaked | lloyd | 2009-09-21 | 1 | -512/+1122 |
* | Add an implementation of Blue Midnight Wish (512 bit version only) | lloyd | 2009-09-15 | 1 | -0/+1914 |