aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-2823-53/+65
* Provide a test reportlloyd2014-12-271-0/+2
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-274-0/+137
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-104-163/+237
* Switch to using Montgomery ladder for EC point multiplication.lloyd2014-12-101-55/+75
* Remove the Overbeck conversion at Dr. Strenzke's request.lloyd2014-12-061-99/+25
* Add KEM scheme for McEliecefstrenzke2014-12-061-21/+68
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-263-0/+268
* Use the OCB test specified in RFC 7253 instead of the -03 draft versionlloyd2014-11-161-72/+50
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-151-12/+16
* OCB cleanup and additional testslloyd2014-11-072-2/+106
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-053-7/+7
* Various small fixes and cleanups, new is_prime utillloyd2014-11-032-2/+11
* No need to pass version by referencelloyd2014-10-311-1/+2
* Add some secp256k1 KATs and a randomized ECC test suggested inlloyd2014-10-105-3/+148
* Remove unused test. Bugzilla 272lloyd2014-05-171-65/+0
* Correct CCM for L != 2. Bugzilla 270lloyd2014-05-161-0/+7
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-251-4/+4
* Better TLS checkslloyd2014-04-102-28/+46
* X.509 path validation now performs all possible tests and returns alloyd2014-04-051-3/+3
* Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.lloyd2014-03-223-0/+73
* Add HMAC_DRBGlloyd2014-03-214-21/+2487
* Fix warningslloyd2014-02-131-1/+1
* Cleanupslloyd2014-02-132-18/+0
* Remove global variableslloyd2014-02-131-71/+64
* Update Clang flags. Remove unneeded includes of init.hlloyd2014-02-091-1/+0
* Compile fixeslloyd2014-02-091-5/+3
* More fixes for minified buildslloyd2014-02-0917-87/+124
* Include build.h in tests.h so feature macro checks work consistently.lloyd2014-02-081-0/+1
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-085-1/+32
* Fix a bug introduced in 1.11.6 where we tried to check CRL signatureslloyd2014-02-082-80/+52
* Remove Square, Skipjack, Luby-Rackoff, and Blue Midnight Wish.lloyd2014-02-084-983/+0
* Compile fixeslloyd2014-02-081-0/+1
* Add the CMAC constants for 256 and 512 bit block cipherslloyd2014-02-022-0/+18
* Add ChaChalloyd2014-01-317-14/+64
* Add initializer for test mainlloyd2014-01-181-0/+3
* Fix Skein_512::clearlloyd2014-01-181-0/+14
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-182-2/+2
* Remove PBES1 entirelylloyd2014-01-182-9/+6
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-1028-8/+48
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-10114-55381/+50085
* Fix warningslloyd2014-01-072-1/+2
* Cleanupslloyd2014-01-072-2/+26
* Rename test sourceslloyd2014-01-0731-0/+0
* Move previously common function to only remaining caller's sourcelloyd2014-01-061-0/+18
* Split up public key tests and data, use new test frameworklloyd2014-01-05572-1178/+66835
* Make test target selectablelloyd2014-01-042-39/+42
* Cull remaining mostly dubious examples. Also remove readme.txtlloyd2014-01-011-92/+145
* Make tss example a test of sortslloyd2014-01-013-5/+65
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-0128-0/+5833