aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add functions to reduce integers mod the order to EC_GroupJack Lloyd2018-02-181-3/+9
* Merge GH #1444 Add (back) modifyable OID mapsJack Lloyd2018-02-071-0/+109
|\
| * Add previously removed OID testsNever2018-02-051-0/+109
* | Create a persistent registry for ECC group dataJack Lloyd2018-02-042-2/+27
|/
* Move bundledcertdir to x509/miscJack Lloyd2018-02-022-1/+1
* Merge GH #1436 In Certificate_Store load multiple certs from fileJack Lloyd2018-02-022-0/+66
|\
| * Load every certificates of files found - fix test.Mathieu Souchaud2018-02-021-3/+0
| * Load every certificates of files found - add test.Mathieu Souchaud2018-02-022-0/+69
* | Merge GH #1435 Use shared_ptr representation for EC_GroupJack Lloyd2018-02-016-112/+73
|\ \
| * | Simplify ECC test OID lookupJack Lloyd2018-01-311-18/+17
| * | Avoid CurveGFp in EC_Group interfaceJack Lloyd2018-01-314-23/+20
| * | Use shared representation of EC_GroupJack Lloyd2018-01-313-71/+36
| |/
* / Fix crash in x509_unit if any of DH, ECDH, or ElGamal were disabledJack Lloyd2018-02-011-4/+12
|/
* Add a few more tests of the test suite codeJack Lloyd2018-01-301-2/+56
* Fix copy paste errorJack Lloyd2018-01-302-2/+2
* Add function to query if filesystem support is enabled.Jack Lloyd2018-01-302-80/+46
* Merge GH #1434 Avoid unnecessary allocations in SHA-3 finalizationJack Lloyd2018-01-301-0/+627
|\
| * Add a set of SHAKE-128 test vectors from NIST CAVSJack Lloyd2018-01-301-0/+627
* | Have to remove sessions on client sideJack Lloyd2018-01-301-1/+1
|/
* Move FFI tests to sub-functionsJack Lloyd2018-01-301-235/+292
* Add test for non-null pointerJack Lloyd2018-01-301-0/+9
* Move generic TLS tests to test_tls.cppJack Lloyd2018-01-283-206/+303
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-283-4/+9
* Avoid resuming a session if policy doesn't allow itJack Lloyd2018-01-281-3/+3
* Blind attempt at fixing #1431Jack Lloyd2018-01-281-3/+2
* Add tests for server passing CA names for client authJack Lloyd2018-01-271-596/+289
* Fix a few warningsJack Lloyd2018-01-271-1/+1
* Update TLS parser testsJack Lloyd2018-01-272-6/+6
* Make it possible to test custom extensionsJack Lloyd2018-01-271-256/+272
* Fix speed test of cipher modes [ci skip]Jack Lloyd2018-01-271-2/+2
* Remove iostream includes [ci skip]Jack Lloyd2018-01-241-1/+0
* Merge GH #1429 Improve application ability to set extensions in PKCS10 requestsJack Lloyd2018-01-231-160/+159
|\
| * Allow applications to easily override extensions in cert requestsJack Lloyd2018-01-231-160/+159
* | Comments from code reviewKrzysztof Kwiatkowski2018-01-221-1/+2
* | FFI function for Elgamal key generationKrzysztof Kwiatkowski2018-01-211-48/+62
* | FFI function for DSA key generationKrzysztof Kwiatkowski2018-01-211-7/+16
|/
* Add Pipe::prepend_filterJack Lloyd2018-01-211-1/+13
* Build fix when threads are disabled [ci skip]Jack Lloyd2018-01-191-0/+2
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-196-166/+184
* Merge GH #1420 Changes to (eventually) allow making BER_Object members privateJack Lloyd2018-01-181-2/+2
|\
| * Prepare for making BER_Object members privateJack Lloyd2018-01-181-2/+2
* | Fix test error when MD5 is disabledJack Lloyd2018-01-181-1/+6
|/
* Correctly handle generating small primesJack Lloyd2018-01-161-5/+9
* Fix return value of PK_Encryptor::maximum_input_sizeJack Lloyd2018-01-131-0/+15
* Merge GH #1407 Don't have hard dependency on base classesJack Lloyd2018-01-124-4/+15
|\
| * Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-124-4/+15
* | Move thread utils (barrier and semaphore) to a subpackage of utilJack Lloyd2018-01-121-1/+1
|/
* Fix a bug in asn1print - zero integers were not printedJack Lloyd2018-01-091-3/+3
* Merge GH #1378 Use OS feature flags instead of OS name for enabling system sp...Jack Lloyd2018-01-092-4/+4
|\
| * Test OS features by the feature vs the OS nameJack Lloyd2017-12-302-4/+4