aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove double error messagesPauli2017-08-211-11/+7
* Reorder extensions to put SigAlgs lastTodd Short2017-08-181-1/+1
* test/asn1_time_test.c: Better check of signed time_tRichard Levitte2017-08-181-2/+15
* Fix windows build after too aggressive e_os.h removalPauli2017-08-183-0/+3
* Remove tests dependence on e_os.hPauli2017-08-1856-55/+57
* Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb2017-08-163-56/+145
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-1618-71/+71
* Revert "Add some casts for %j"Rich Salz2017-08-151-6/+4
* Use new setup_tests in code of rsa_testPaul Yang2017-08-151-1/+2
* File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte2017-08-156-7/+8
* Consolidate the locations where we have our internal perl modulesRichard Levitte2017-08-158-1685/+4
* Add some casts for %jRich Salz2017-08-141-4/+6
* Fix some typo and commentsFdaSilvaYY2017-08-125-7/+7
* Wire SHAKE to EVP.Andy Polyakov2017-08-121-0/+57
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-121-4/+18
* Fix some Typos and indentsFdaSilvaYY2017-08-115-5/+5
* [extended tests] Add steps to update an external test suiteJon Spillett2017-08-111-0/+30
* no-ec2m fixesDr. Stephen Henson2017-08-102-3/+4
* Add alternative CMS P-256 certDr. Stephen Henson2017-08-102-0/+26
* Fix no-ecDr. Stephen Henson2017-08-101-0/+2
* Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb2017-08-101-2/+3
* Fix memory leak in session cache testBenjamin Kaduk2017-08-091-4/+6
* Test server side session cachingMatt Caswell2017-08-091-28/+153
* Fix building without scryptJohannes Bauer2017-08-081-0/+4
* Add test for ECDH CMS key onlyDr. Stephen Henson2017-08-081-0/+9
* Add PKEY_METHOD macro testsJohannes Bauer2017-08-083-1/+153
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-081-0/+50
* Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli2017-08-074-11/+45
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-044-4/+314
* Test fixtures changed to pointers.Pauli2017-08-043-127/+139
* recipes/80-test_ca.t: make it work with spaces in pathnames.Andy Polyakov2017-08-031-1/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-0310-241/+112
* Allow use of long name for KDFsDr. Stephen Henson2017-08-032-1/+14
* Simplify some of the sslapitest code.Pauli2017-08-021-79/+32
* Remove EXECUTE_TEST_NO_TEARDOWN.Pauli2017-08-022-78/+60
* Add test case for ASN1_TIME_printPaul Yang2017-08-011-0/+59
* Add a test to check we get a new session even if s->hit is true in TLSv1.3Matt Caswell2017-08-011-20/+39
* Fix the names of older ciphers.David Benjamin2017-07-311-28/+28
* Add public key method enumeration function.Dr. Stephen Henson2017-07-291-7/+31
* Add some test coverage for OPENSSL_secure_clear_freeBernd Edlinger2017-07-291-4/+10
* Add some test coverage for PEM_read_bio_PrivateKeyBernd Edlinger2017-07-291-1/+5
* Make SSL_set_tlsext_host_name no effect from server sidePaul Yang2017-07-283-1/+269
* Perl: Use File::Glob::bsd_glob rather than File::Glob::globRichard Levitte2017-07-286-6/+6
* Formatting & declaration cleanse.Pauli2017-07-281-2/+2
* OPENSSL_NO_ENGINE defined causes build failuresPauli2017-07-281-1/+2
* Fix the two new tests since approval.Pauli2017-07-272-15/+18
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-2792-532/+604
* Add test cases and docs for ASN1_STRING_TABLE_* functionsPaul Yang2017-07-263-1/+93
* Add support to free/allocate SSL buffersTodd Short2017-07-263-1/+206
* Wire SHA3 EVPs and add tests.Andy Polyakov2017-07-251-0/+73