aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #608 Travis CI workJack Lloyd2016-08-281-3/+34
|\
| * Work around a bug in FFIJack Lloyd2016-08-281-3/+29
| * Travis CI additions and cleanupJack Lloyd2016-08-281-0/+5
* | DLIES test tweaksJack Lloyd2016-08-282-254/+87
* | Use Botan's interpretation of P-521 ECDSA zero padding for nowJack Lloyd2016-08-271-1/+5
* | Merge GH #607 PK sig test vectors where H(m) has many leading 0 bitsJack Lloyd2016-08-275-0/+50
|\ \ | |/ |/|
| * Add tests with a message hash that contains leading zerosDaniel Neus2016-08-265-0/+50
* | Merge GH #605: Test for HMAC_DRBG randomize_with_ts_inputJack Lloyd2016-08-261-0/+39
|\ \
| * | Add unit test for HMAC_DRBG::randomize_with_ts_input()René Korthaus2016-08-251-0/+39
* | | Correct commentJack Lloyd2016-08-251-1/+1
|/ /
* / RNG changes (GH #593)Jack Lloyd2016-08-246-54/+357
|/
* fix minimized build when pkcs11 module enabledDaniel Neus2016-08-203-5/+23
* Merge GH #591Jack Lloyd2016-08-192-136/+497
|\
| * Rename find_constraints() and let it throw instead of returning a combinationRené Korthaus2016-08-191-1/+159
| * Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signaturesRené Korthaus2016-08-172-7/+31
| * Fix allowed_usage() and add tests for key usageRené Korthaus2016-08-171-126/+220
| * Fix GH #425 and run x509 tests with different signature algorithmsRené Korthaus2016-08-171-25/+110
* | fix source file encoding ANSI -> UTF-8Daniel Neus2016-08-171-2/+2
|/
* reseed test for hmac_drbgKai Michaelis2016-08-101-0/+41
* Merge GH #551 Add frp256v1 curveJack Lloyd2016-08-025-2/+333
|\
| * Added ecdsa_keygen for frp256v1Simon Cogliani2016-08-012-3/+2
| * Added test vectors ecdsa_rfc6979 for frp256v1Simon Cogliani2016-08-011-0/+22
| * Added test vectors ecdh_kat and ecdh_keygen for frp256v1Simon Cogliani2016-07-312-1/+102
| * Merge branch 'master' into frp256v1Simon Cogliani2016-07-306-7/+233
| |\
| * | Added test vectors ecc point multiplication for frp256v1Simon Cogliani2016-07-241-0/+209
* | | Merge GH #559 PKCS #11 fixesJack Lloyd2016-08-021-4/+11
|\ \ \ | |_|/ |/| |
| * | Initialize HMAC_DRBG with token entropyDaniel Neus2016-07-271-7/+10
| * | fix PKCS#11 tests and buildDaniel Neus2016-07-261-2/+6
| |/
* | Merge GH #556 Add DH negative tests. Fix DH keygen, did not call gen_check du...Jack Lloyd2016-07-271-1/+33
|\ \
| * | Add negative tests with invalid inputs for the DH key agreement operationDaniel Neus2016-07-261-1/+33
| |/
* | Merge GH #555 Add tests for charset conversionsJack Lloyd2016-07-272-0/+166
|\ \
| * | add copyrightDaniel Neus2016-07-251-0/+1
| * | add some basic charset testsDaniel Neus2016-07-252-0/+165
| |/
* | Merge GH #557 Test BlockCipher::clearJack Lloyd2016-07-271-0/+6
|\ \
| * | add test for BlockCipher::clear()Daniel Neus2016-07-261-0/+6
| |/
* | Merge GH #558 Test BigInt::operator%=(word y)Jack Lloyd2016-07-271-0/+9
|\ \
| * | test BigInt::operator%=(word y)Daniel Neus2016-07-261-0/+9
| |/
* / eme / pubkey test improvementsDaniel Neus2016-07-251-6/+19
|/
* Merge GH #549 MP and SIMD header refactoringJack Lloyd2016-07-232-0/+8
|\
| * Merge asm into single mp_madd.h and mp_asmi.h filesJack Lloyd2016-07-212-0/+8
* | Correct test commentJack Lloyd2016-07-211-2/+2
|/
* Merge GH #548 Parallel hash tests, fix memory leakJack Lloyd2016-07-212-1/+100
|\
| * improve parallel hash tests + memory leak fixDaniel Neus2016-07-202-1/+100
* | Merge GH #547 Fix SipHash::clear, more MAC testsJack Lloyd2016-07-211-1/+19
|\ \
| * | fix SipHash::clear() and MAC test improvementsDaniel Neus2016-07-201-1/+19
| |/
* | Merge GH #546 Add OID testsJack Lloyd2016-07-211-0/+115
|\ \
| * | add oid testsDaniel Neus2016-07-201-0/+115
| |/
* / add OctetString unit testsDaniel Neus2016-07-203-0/+190
|/
* Merge GH #541 More ECIES testsJack Lloyd2016-07-192-28/+383
|\
| * add more ECIES testsDaniel Neus2016-07-192-28/+383