aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.dat
Commit message (Expand)AuthorAgeFilesLines
* Add more OCB test vectorslloyd2013-03-271-0/+69
* Allow tag sizes other than 128 bits in GCM and OCBlloyd2013-03-271-0/+4
* Remove the Turing and WiderWAKE4+1 stream cipher implementations.lloyd2013-03-191-1706/+0
* Working GCM. Add support for AEAD modes in self testslloyd2013-03-161-8/+83
* Some work towards a (very slow) GCM implementationlloyd2013-03-161-0/+15
* OCB decryptionlloyd2013-03-141-0/+17
* Add new PBKDF interface that takes a std::chrono::milliseconds andlloyd2012-05-311-31/+0
* propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9...lloyd2012-05-181-0/+37
|\
| * A few additional Camellia test vectorslloyd2012-04-271-0/+37
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-10/+12
|\|
| * Patrick Pelletier noted on the mailing list that the implementation oflloyd2012-04-241-10/+12
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6...lloyd2012-02-201-0/+2
|\ \ | |/ |/|
| * Add string_join; inverse of split_on.lloyd2011-06-171-0/+2
* | Add a slow but functional implementation of Camellialloyd2012-01-281-0/+20
|/
* The new method of doing comparisons did not work all of the time: iflloyd2011-05-131-0/+82
* Disable CMS by default, since it's pretty untested and likely unusablelloyd2011-05-061-0/+55
* PR 145 was based around an easy misunderstanding of the CTR code.lloyd2011-04-051-0/+515
* Update Keccak to the round 3 variant announced 2011-01-17lloyd2011-01-201-1608/+1608
* Add a simple but functioning implementation of Keccak. Only thelloyd2010-12-101-6/+9558
* Update Skein-512 for the new 1.3 specification, just changes the keylloyd2010-11-031-3452/+1560
* Longer CTR testlloyd2010-10-291-0/+50
* Simple standalone base64 encoderlloyd2010-10-281-0/+4
* In all cases where the block size of the cipher is fixed, the keylloyd2010-10-141-226/+68
* Add a set of tests devised by Rivest which are designed to detect alloyd2010-09-231-0/+18
* Add 3 more tests of Tiger, test vectors via Crypto++lloyd2010-08-231-0/+20
* When creating a PBKDF2, first check if the argument name is a knownlloyd2010-08-211-0/+5
* Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases,lloyd2010-08-211-0/+4
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-091-5/+5
* Remove FORK-256; it's obscure and has been definitively broken.lloyd2010-05-251-935/+0
* Another XTEA vectorlloyd2010-05-101-0/+1
* Modify the implementation of multiplication mod 65537 used in IDEA tolloyd2010-04-301-0/+520
* Add a couple of Comb4P tests, generated by the python implementationlloyd2010-04-231-0/+9
* Add XSalsa20lloyd2010-03-031-0/+82
* Add a set of test vectors for 3DES in counter mode generated bylloyd2010-01-291-0/+2746
* Add a set of XTS tests using TripleDES; XTS mode supports either a 64-bitlloyd2010-01-281-0/+1408
* Fix several buffering problems in the XTS implementation that wouldlloyd2010-01-251-0/+7110
* Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-121-0/+2021
* Add block cipher cascadelloyd2010-01-111-0/+46
* Split AES tests by key length for AES-NIlloyd2010-01-051-44/+45
* Specific large tests for AES-128 to hit engineslloyd2010-01-041-3/+7
* Add last nights project, an SSE2 implementation of IDEA. Right about 4xlloyd2009-12-231-0/+17
* Split the AES vectors into 3 specifically named AES-128, AES-192, andlloyd2009-11-101-1651/+1650
* Add TEA and XTEA ECB vectorslloyd2009-10-231-0/+650
* Add test vectors for TEA and XTEA in CTR modelloyd2009-10-231-0/+1242
* Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F...lloyd2009-10-141-0/+7
* Use the new selftest framework for testing hashes, MACs, and ciphers.lloyd2009-10-071-1217/+36
* Remove redundant SHA-1 test vector of empty inputlloyd2009-09-221-1/+0
* Add 4 test vectors for HMAC(BMW-512)lloyd2009-09-211-0/+41
* Update the implementation of Blue Midnight Wish to use the Round 2 tweakedlloyd2009-09-211-512/+1122
* Add an implementation of Blue Midnight Wish (512 bit version only)lloyd2009-09-151-0/+1914