aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge GH #520 RNG changesJack Lloyd2016-07-188-631/+6098
|\ \
| * | Revamp entropy pollingJack Lloyd2016-07-172-36/+42
| * | Remove useless L param from X9.31 test vector fileJack Lloyd2016-07-172-548/+14
| * | Add Stateful_RNGJack Lloyd2016-07-172-36/+17
| * | Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-174-11/+6025
* | | Add test vectors for RSA-KEM/KDF1René Korthaus2016-07-182-3/+130
| |/ |/|
* | Merge GH #535 Use Cipher_Mode instead of Pipe in ECIESJack Lloyd2016-07-171-1/+0
|\ \
| * | replace (deprecated) Pipe API with Cipher_Mode in ECIESDaniel Neus2016-07-131-1/+0
| |/
* | Merge GH #533 DLIES changesJack Lloyd2016-07-172-49/+1102
|\ \
| * | DLIES reworkDaniel Neus2016-07-132-49/+1102
| |/
* / Add test vectors for KDF1/ISO18033René Korthaus2016-07-151-0/+24
|/