aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #724 Add ESP (IPsec) CBC padding modeJack Lloyd2016-11-152-0/+36
|\
| * Check all padding bytes in ESP_Padding::unpad()René Korthaus2016-11-151-0/+15
| * Add ESP block cipher padding from RFC 4303René Korthaus2016-11-141-0/+21
* | Add test vectors for HKDF-Expand and HKDF-ExtractRené Korthaus2016-11-151-22/+140
* | Add full HKDF implementationRené Korthaus2016-11-121-38/+26
|/
* Add params to XMSS test inputsJack Lloyd2016-11-123-47/+53
* Remove unused variable from testsJack Lloyd2016-11-122-8/+0
* Merge GH #717 Add XMSS signaturesJack Lloyd2016-11-123-0/+287
|\
| * Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-113-0/+287
* | Pubkey cleanupsJack Lloyd2016-11-121-18/+0
|/
* Merge GH #552 Add Cipher_Mode::reset, better AEAD testsJack Lloyd2016-11-102-45/+313
|\
| * Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-082-45/+313
* | Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-0/+29
|/
* Add signature KAT test for GOST 34.10-2001Jack Lloyd2016-11-063-1/+49
* Re-enable the Threaded Fork testJoel Low2016-11-061-1/+1
* Add an additional test for Threaded_ForkJack Lloyd2016-11-051-0/+25
* Fix test, catching wrong exception typeJack Lloyd2016-11-051-1/+1
* Merge GH #710 Allow custom EC curve to be specified at build timeJack Lloyd2016-11-041-0/+4
|\
| * Add an in-house EC curve for TLS at compile-timeRené Korthaus2016-11-031-0/+4
* | Skip bzip2 compression entropy testsJack Lloyd2016-11-041-8/+5
* | Fix entropy testsJack Lloyd2016-11-041-6/+3
* | Handle missing SHA-x in DSA param gen testJack Lloyd2016-11-041-8/+13
* | Fix PKCS11 test errorJack Lloyd2016-11-041-3/+12
* | Add test for DSA parameter generationJack Lloyd2016-11-032-2/+130
* | Add short output KDF1 testJack Lloyd2016-11-031-0/+5
* | Run PKCS11 key self testsJack Lloyd2016-11-031-0/+3
|/
* Merge GH #706 Remove ability to add OIDs at runtime. Remove OID lockJack Lloyd2016-11-032-116/+2
|\
| * Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-032-116/+2
* | Add create_key self testJack Lloyd2016-11-031-0/+2
* | Remove automatic self-testing of public and private keysJack Lloyd2016-11-031-3/+3
|/
* Remove stray non-ASCII chars which broke compilation on non UTF-8 code pages.Jack Lloyd2016-11-021-2/+2
* Test PK key creation via create_private_key APIJack Lloyd2016-10-3112-174/+106
* Add P-521 ECDSA testJack Lloyd2016-10-301-0/+9
* Remove use of deprecated constructors in PKCS11 testsJack Lloyd2016-10-301-6/+6
* Merge GH #692 Remove deprecated RNGs and entropy sourcesJack Lloyd2016-10-302-1580/+0
|\
| * Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runnerJack Lloyd2016-10-282-1580/+0
* | More filter testsJack Lloyd2016-10-291-1/+109
|/
* Merge GH #691/#488 Add GMAC. Add MessageAuthenticationCode::start_msgJack Lloyd2016-10-282-1/+90
|\
| * Add MAC::start_msg, update GMACJack Lloyd2016-10-281-33/+6
| * Implements GMAC with GHASH.Matthias Gierlings2016-10-281-0/+30
| * Added implementation for GMACMatthias Gierlings2016-10-272-8/+94
* | Merge GH #687 Avoid unused return value warning under GCCJack Lloyd2016-10-281-2/+3
|\ \
| * | Fixes randombit/botan#677Matthias Gierlings2016-10-271-2/+3
| |/
* | make max_number_of_bytes_per_request configurableDaniel Neus2016-10-281-1/+60
* | Small pushes on test coverageJack Lloyd2016-10-272-1/+16
* | Merge GH #689 Add tests for Pipe/Filter systemJack Lloyd2016-10-271-16/+167
|\ \
| * | Add more tests for Pipe/FilterJack Lloyd2016-10-271-16/+167
| |/
* | More tests for session managers.Jack Lloyd2016-10-271-1/+13
* | Test MtE then EtM CBC modesJack Lloyd2016-10-271-1/+1
* | Fix TLS resumption bugsJack Lloyd2016-10-271-92/+155
|/