aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove Algo_RegistryJack Lloyd2016-10-211-96/+6
* Allow setting the validation time during PKIX path validationJack Lloyd2016-10-211-1/+5
* Add SHAKE-128 as stream cipherJack Lloyd2016-10-191-0/+3379
* Add proper SHA-3Jack Lloyd2016-10-192-5/+1225
* Fix pubkey tests when EMEs are disabled.Jack Lloyd2016-10-181-30/+14
* Maintainer mode fixesJack Lloyd2016-10-171-1/+0
* Merge GH #665 Add IncludeOS target, make filesystem/threads optionalJack Lloyd2016-10-173-3/+1
|\
| * Fix mutex in oids.cppJack Lloyd2016-10-122-2/+0
| * Add IncludeOS target. Make filesystem support optional.Jack Lloyd2016-10-101-1/+1
* | Increase slop size in FFI testJack Lloyd2016-10-141-2/+3
* | Change Certificate_Store_in_SQL to take RNG as argument.Jack Lloyd2016-10-131-1/+1
* | Merge GH #659 TLS CBC is optionalJack Lloyd2016-10-131-0/+5
|\ \ | |/ |/|
| * Make TLS CBC optionalJack Lloyd2016-10-081-0/+5
* | Make pk_ops.h internalJack Lloyd2016-10-084-12/+12
* | Add missing try/catch blocks.Jack Lloyd2016-10-073-12/+55
* | Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-072-10/+10
* | Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-079-38/+38
|/
* TLS: Split CBC+HMAC modes to standalone AEAD_ModeJack Lloyd2016-10-071-116/+167
* Merge GH #645 TLS compressed pointsJack Lloyd2016-10-073-4/+16
|\
| * Fix tls_messages testsRené Korthaus2016-10-032-4/+4
| * Support encoding of supported point formats extensionRené Korthaus2016-10-031-0/+12
* | typoKai Michaelis2016-10-021-1/+1
* | 1st review roundKai Michaelis2016-10-021-2/+23
* | certstore testsKai Michaelis2016-10-0212-0/+478
|/
* New TLS positive and negative tests.Juraj Somorovsky2016-09-3012-4/+635
* Merge GH #634 Correctly detect self-signed certsJack Lloyd2016-09-241-0/+63
|\
| * Fix validation of self-issued certificates in chainsRené Korthaus2016-09-231-0/+63
* | Fix TLS 1.2 PRF test vectorsRené Korthaus2016-09-231-2/+2
* | Maintainer mode fixes.Jack Lloyd2016-09-212-2/+2
|/
* Add try/catch block at top-level test runnerJack Lloyd2016-09-161-3/+17
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-157-12/+31
* Fix build on PowerPC. Fix test runs on non-x86Jack Lloyd2016-09-151-4/+1
* Add cpuid overload to test frameworkJack Lloyd2016-09-1510-15/+124
* Add TLS 1.2 PRF test vectorsRené Korthaus2016-09-131-0/+34
* Add missing guardJack Lloyd2016-09-091-0/+4
* Add test of FPE_FE1Jack Lloyd2016-09-092-0/+59
* Merge GH #613 NewHope R-LWE key exchangeJack Lloyd2016-09-052-0/+6137
|\
| * Fix tests with newhope disabledJack Lloyd2016-08-301-3/+10
| * Add NEWHOPE KEM schemeJack Lloyd2016-08-302-0/+6130
* | No need for long all-zero input after cd9f852Jack Lloyd2016-09-051-1/+0
* | Merge GH #616 ChaCha SSE2 optimizationsJack Lloyd2016-09-051-0/+8
|\ \
| * | Missing increment in SSE2 version, broke ChaCha20Poly1305 testsJack Lloyd2016-09-011-0/+8
* | | Call base class assignment operator in X509_CertificateRené Korthaus2016-09-041-2/+2
* | | Remove deprecated Nyberg-Rueppel and Rabin-Williams signaturesJack Lloyd2016-09-025-410/+0
* | | Remove deprecated hashes MD2, HAS-160, and RIPEMD-128Jack Lloyd2016-09-027-377/+0
* | | Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEAJack Lloyd2016-09-0210-10849/+1
* | | Let the input arg to stream cipher test be optional.Jack Lloyd2016-09-013-98/+5
|/ /
* | Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-3164-7325/+20969
|\ \
| * \ Merge GH #567/GH #457 TLS refactoring and Callbacks interfaceJack Lloyd2016-08-311-244/+352
| |\ \ | | |/ | |/|
| | * Add a Callbacks function for ALPNJack Lloyd2016-08-161-4/+6