aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix module combi: adler32,mceSimon Warta2015-07-081-13/+17
* ECC pointmul test requires ECDSASimon Warta2015-07-061-0/+8
* More test coverage improvements.Jack Lloyd2015-07-051-4/+6
* Test more TLS functionality (closing, key material export, session tickets)Jack Lloyd2015-07-041-1/+23
* Misread which call MSVC was complaining aboutJack Lloyd2015-07-041-5/+7
* MSVC fix, for some reason it believes the load_key call to be ambigiousJack Lloyd2015-07-041-1/+2
* Add a roundtrip test of curve25519 keysJack Lloyd2015-07-041-0/+58
* Make ./configure.py --no-autoload --enable-modules='adler32,dlies' compileSimon Warta2015-07-031-0/+8
* Add seperator above test summarySimon Warta2015-07-031-0/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-0329-164/+375
* Avoid DEBUG define; Use NDEBUG if necessarySimon Warta2015-07-031-3/+1
* Replace method to_hex() by Botan::hex_encode() in testSimon Warta2015-06-301-8/+3
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-3013-77/+77
* Let TLS unittests fail on exceptionSimon Warta2015-06-291-2/+2
* Add missing test report for TSS testsSimon Warta2015-06-252-0/+3
* ifstream/ostream take std::stringSimon Warta2015-06-232-4/+4
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-1927-122/+121
* Add DTLS versions to TLS handshake smoke testlloyd2015-06-191-3/+7
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-1/+1
* Add tests for compression and SRP.lloyd2015-05-134-0/+169
* Build fixlloyd2015-05-121-2/+2
* Skip the NIST X.509 tests if the FS code is not available. Previouslylloyd2015-05-121-1/+8
* Comparison was invertedlloyd2015-04-281-1/+5
* Fix rare test failure in pubkey.lloyd2015-03-221-1/+4
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-10/+11
* Add HKDF(SHA-512) test vectorslloyd2015-03-181-17/+51
* Externalize the state of a RFC 6979 nonce computation.lloyd2015-03-122-4/+31
* Comile fixes for VC 2013. Based on github pull 56neusdan2015-03-101-1/+1
* Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr.lloyd2015-03-082-12/+14
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-212-56/+10
* Convert HKDF to the normal KDF interfacelloyd2015-02-185-132/+46
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-5/+5
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-0/+21
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-0411-69/+46
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-4/+2
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-10/+6
* Add SipHashlloyd2015-01-113-6/+46
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-113-193/+0
* Ensure all files have copyright and license info.lloyd2015-01-1041-28/+219
* Add MCEIES, an integrated encryption system using McEliece and AES-256/OCBlloyd2015-01-081-47/+109
* Add SHA-512/256lloyd2015-01-082-1/+6
* Add Brainpool and secp160r1 ECDSA testslloyd2015-01-052-1/+153
* Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04lloyd2014-12-311-0/+8
* Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p...lloyd2014-12-291-0/+13
* Add Poly1305, based on poly1305-donna by Andrew Moon.lloyd2014-12-291-0/+323
* Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po...lloyd2014-12-291-0/+9
* 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