aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Merge GH #1389 fix overflow handling in CTR with 128-bit wide countersJack Lloyd2018-01-051-0/+12
|\ \
| * | add (failing) regression test for '0xFF * 16' IV in CTR_BE(AES-256)René Meusel2018-01-051-0/+12
* | | Add a test for CTR with 8 byte wide countersJack Lloyd2018-01-051-4/+7
|/ /
* | Add a test of EAX via FFIJack Lloyd2018-01-041-3/+89
* | Improve output of the ASN1 printerJack Lloyd2018-01-037-21/+155
* | Merge GH #1381 Support caIssuers in AIA X509 extensionJack Lloyd2018-01-033-0/+116
|\ \
| * | add test case for X509_Certificate::ca_issuers()René Meusel2018-01-033-0/+116
* | | Cleanup ECIES testJack Lloyd2018-01-021-17/+10
* | | Avoid a warning in SonarJack Lloyd2018-01-021-1/+3
|/ /
* | Fix bogus comparison [ci skip]Jack Lloyd2018-01-011-1/+1
* | Add some basic tests of Data_Store classJack Lloyd2018-01-011-0/+71