summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-08-21Remove double error messagesPauli
2017-08-18Reorder extensions to put SigAlgs lastTodd Short
2017-08-18test/asn1_time_test.c: Better check of signed time_tRichard Levitte
2017-08-18Fix windows build after too aggressive e_os.h removalPauli
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY
2017-08-15Revert "Add some casts for %j"Rich Salz
2017-08-15Use new setup_tests in code of rsa_testPaul Yang
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte
2017-08-14Add some casts for %jRich Salz
2017-08-12Fix some typo and commentsFdaSilvaYY
2017-08-12Wire SHAKE to EVP.Andy Polyakov
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-08-11[extended tests] Add steps to update an external test suiteJon Spillett
2017-08-10no-ec2m fixesDr. Stephen Henson
2017-08-10Add alternative CMS P-256 certDr. Stephen Henson
2017-08-10Fix no-ecDr. Stephen Henson
2017-08-10Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb
2017-08-09Fix memory leak in session cache testBenjamin Kaduk
2017-08-09Test server side session cachingMatt Caswell
2017-08-08Fix building without scryptJohannes Bauer
2017-08-08Add test for ECDH CMS key onlyDr. Stephen Henson
2017-08-08Add PKEY_METHOD macro testsJohannes Bauer
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-07Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-08-04Test fixtures changed to pointers.Pauli
2017-08-03recipes/80-test_ca.t: make it work with spaces in pathnames.Andy Polyakov
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-03Allow use of long name for KDFsDr. Stephen Henson
2017-08-02Simplify some of the sslapitest code.Pauli
2017-08-02Remove EXECUTE_TEST_NO_TEARDOWN.Pauli
2017-08-01Add test case for ASN1_TIME_printPaul Yang
2017-08-01Add a test to check we get a new session even if s->hit is true in TLSv1.3Matt Caswell
2017-07-31Fix the names of older ciphers.David Benjamin
2017-07-29Add public key method enumeration function.Dr. Stephen Henson
2017-07-29Add some test coverage for OPENSSL_secure_clear_freeBernd Edlinger
2017-07-29Add some test coverage for PEM_read_bio_PrivateKeyBernd Edlinger
2017-07-28Make SSL_set_tlsext_host_name no effect from server sidePaul Yang
2017-07-28Perl: Use File::Glob::bsd_glob rather than File::Glob::globRichard Levitte
2017-07-28Formatting & declaration cleanse.Pauli
2017-07-28OPENSSL_NO_ENGINE defined causes build failuresPauli
2017-07-27Fix the two new tests since approval.Pauli
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-26Add test cases and docs for ASN1_STRING_TABLE_* functionsPaul Yang
2017-07-26Add support to free/allocate SSL buffersTodd Short
2017-07-25Wire SHA3 EVPs and add tests.Andy Polyakov