Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug introduced in 1.11.6 where we tried to check CRL signatures | lloyd | 2014-02-08 | 2 | -80/+52 |
| | | | | | | against the wrong key, causing any check to fail. Clean up the NIST X.509 path validation tests and run them by default. | ||||
* | Remove Square, Skipjack, Luby-Rackoff, and Blue Midnight Wish. | lloyd | 2014-02-08 | 4 | -983/+0 |
| | |||||
* | Compile fixes | lloyd | 2014-02-08 | 1 | -0/+1 |
| | |||||
* | Add the CMAC constants for 256 and 512 bit block ciphers | lloyd | 2014-02-02 | 2 | -0/+18 |
| | | | | | Also add test vectors for Threefish-512 CMAC and EAX, both generated by the library. | ||||
* | Add ChaCha | lloyd | 2014-01-31 | 7 | -14/+64 |
| | |||||
* | Add initializer for test main | lloyd | 2014-01-18 | 1 | -0/+3 |
| | |||||
* | Fix Skein_512::clear | lloyd | 2014-01-18 | 1 | -0/+14 |
| | |||||
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 2 | -2/+2 |
| | | | | | Remove the unhelpful 'Algorithm' base class which had previously acted more or less as a global base. | ||||
* | Remove PBES1 entirely | lloyd | 2014-01-18 | 2 | -9/+6 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 28 | -8/+48 |
| | | | | | | | | | | | Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool | ||||
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 114 | -55381/+50085 |
| | | | | the tests and botan for everything else. | ||||
* | Fix warnings | lloyd | 2014-01-07 | 2 | -1/+2 |
| | |||||
* | Cleanups | lloyd | 2014-01-07 | 2 | -2/+26 |
| | |||||
* | Rename test sources | lloyd | 2014-01-07 | 31 | -0/+0 |
| | |||||
* | Move previously common function to only remaining caller's source | lloyd | 2014-01-06 | 1 | -0/+18 |
| | |||||
* | Split up public key tests and data, use new test framework | lloyd | 2014-01-05 | 572 | -1178/+66835 |
| | |||||
* | Make test target selectable | lloyd | 2014-01-04 | 2 | -39/+42 |
| | |||||
* | Cull remaining mostly dubious examples. Also remove readme.txt | lloyd | 2014-01-01 | 1 | -92/+145 |
| | |||||
* | Make tss example a test of sorts | lloyd | 2014-01-01 | 3 | -5/+65 |
| | |||||
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 28 | -0/+5833 |