summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2017-07-24test/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'Richard Levitte
2017-07-24Improve struct tm populationPauli
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-20Remove trailing whitespace from drbgtest.cBenjamin Kaduk
2017-07-19Add keygen test dataDr. Stephen Henson
2017-07-19Add keygen test to evp_testDr. Stephen Henson
2017-07-19Add DRBG random methodRich Salz
2017-07-18Add a test for SSL_clear()Matt Caswell
2017-07-18Add a test for early_data when an HRR occursMatt Caswell
2017-07-17Address Coverity issues.Pauli
2017-07-15testutil: stanza files are text files, open them as suchRichard Levitte
2017-07-15test/recipes/90-test_store.t: Add a few cases with files starting with 'file:'Richard Levitte
2017-07-15test/recipes/90-test_store.t: Test absolute filesRichard Levitte
2017-07-15test/recipes/90-test_store.t: Rename some functionsRichard Levitte
2017-07-14Remove trailing blanks.Pauli
2017-07-14Test cleaning and modernisationPauli
2017-07-14Fix some issues raise by coverity in the tests.Pauli
2017-07-13Add sanity test for certificate tableDr. Stephen Henson
2017-07-13Add additional ECDSA/Ed25519 selection tests.Dr. Stephen Henson
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell
2017-07-07Update the test/session.pem to have a tick_nonce valueMatt Caswell
2017-07-07Update tls13_hkdf_expand() to take the length of the dataMatt Caswell
2017-07-07The correct key length for a TLSv1.3 SHA384 ciphersuite is 48Matt Caswell
2017-07-07test/run_tests.pl: Make sure to exit with a code that's understood universallyRichard Levitte
2017-07-07test/recipes/90-test_shlibload.t: Make sure to handle library renamesRichard Levitte
2017-07-05Fix compiler warningsPauli
2017-07-05Remove the TEST_check macro.Pauli
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-30Fix build with no-threads no-ecDr. Stephen Henson
2017-06-29STORE test recipe: Remove comment refering to OpenConnectRichard Levitte
2017-06-29Test that storeutl with a directory path works as expectedRichard Levitte
2017-06-29STORE tests: add PKCS#12 testsRichard Levitte
2017-06-29Add a test that checks the store utilityRichard Levitte
2017-06-29Updates following review of SSL_export_key_material() changesMatt Caswell
2017-06-29Add an SSL_export_keying_material() testMatt Caswell