aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Remove double error messagesPauli1-11/+7
2017-08-18Reorder extensions to put SigAlgs lastTodd Short1-1/+1
2017-08-18test/asn1_time_test.c: Better check of signed time_tRichard Levitte1-2/+15
2017-08-18Fix windows build after too aggressive e_os.h removalPauli3-0/+3
2017-08-18Remove tests dependence on e_os.hPauli56-55/+57
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb3-56/+145
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY18-71/+71
2017-08-15Revert "Add some casts for %j"Rich Salz1-6/+4
2017-08-15Use new setup_tests in code of rsa_testPaul Yang1-1/+2
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte6-7/+8
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte8-1685/+4
2017-08-14Add some casts for %jRich Salz1-4/+6
2017-08-12Fix some typo and commentsFdaSilvaYY5-7/+7
2017-08-12Wire SHAKE to EVP.Andy Polyakov1-0/+57
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov1-4/+18
2017-08-11Fix some Typos and indentsFdaSilvaYY5-5/+5
2017-08-11[extended tests] Add steps to update an external test suiteJon Spillett1-0/+30
2017-08-10no-ec2m fixesDr. Stephen Henson2-3/+4
2017-08-10Add alternative CMS P-256 certDr. Stephen Henson2-0/+26
2017-08-10Fix no-ecDr. Stephen Henson1-0/+2
2017-08-10Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb1-2/+3
2017-08-09Fix memory leak in session cache testBenjamin Kaduk1-4/+6
2017-08-09Test server side session cachingMatt Caswell1-28/+153
2017-08-08Fix building without scryptJohannes Bauer1-0/+4
2017-08-08Add test for ECDH CMS key onlyDr. Stephen Henson1-0/+9
2017-08-08Add PKEY_METHOD macro testsJohannes Bauer3-1/+153
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer1-0/+50
2017-08-07Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli4-11/+45
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short4-4/+314
2017-08-04Test fixtures changed to pointers.Pauli3-127/+139
2017-08-03recipes/80-test_ca.t: make it work with spaces in pathnames.Andy Polyakov1-1/+1
2017-08-03Switch from ossl_rand to DRBG randRich Salz10-241/+112
2017-08-03Allow use of long name for KDFsDr. Stephen Henson2-1/+14
2017-08-02Simplify some of the sslapitest code.Pauli1-79/+32
2017-08-02Remove EXECUTE_TEST_NO_TEARDOWN.Pauli2-78/+60
2017-08-01Add test case for ASN1_TIME_printPaul Yang1-0/+59
2017-08-01Add a test to check we get a new session even if s->hit is true in TLSv1.3Matt Caswell1-20/+39
2017-07-31Fix the names of older ciphers.David Benjamin1-28/+28
2017-07-29Add public key method enumeration function.Dr. Stephen Henson1-7/+31
2017-07-29Add some test coverage for OPENSSL_secure_clear_freeBernd Edlinger1-4/+10
2017-07-29Add some test coverage for PEM_read_bio_PrivateKeyBernd Edlinger1-1/+5
2017-07-28Make SSL_set_tlsext_host_name no effect from server sidePaul Yang3-1/+269
2017-07-28Perl: Use File::Glob::bsd_glob rather than File::Glob::globRichard Levitte6-6/+6
2017-07-28Formatting & declaration cleanse.Pauli1-2/+2
2017-07-28OPENSSL_NO_ENGINE defined causes build failuresPauli1-1/+2
2017-07-27Fix the two new tests since approval.Pauli2-15/+18
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli92-532/+604
2017-07-26Add test cases and docs for ASN1_STRING_TABLE_* functionsPaul Yang3-1/+93
2017-07-26Add support to free/allocate SSL buffersTodd Short3-1/+206
2017-07-25Wire SHA3 EVPs and add tests.Andy Polyakov1-0/+73