summaryrefslogtreecommitdiffstats
path: root/test/build.info
AgeCommit message (Expand)Author
2018-05-23Save and restore the Windows error around TlsGetValue.David Benjamin
2018-05-09Fix no-cmsMatt Caswell
2018-05-08Add a CMS API testMatt Caswell
2018-05-02opensslconf.h inclusion cleanupFdaSilvaYY
2018-03-31Refuse to run test_cipherlist unless shared library matches buildRichard Levitte
2018-03-23Include "internal/dso_conf.h" where needed and appropriateRichard Levitte
2018-03-21aes ctr_drbg: add cavs testsPatrick Steuer
2018-03-19Don't generate buildtest_*err.cRichard Levitte
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-03-08Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan
2018-03-05Add support for .include directive in config filesTomas Mraz
2018-02-21Fix no-ec buildMatt Caswell
2018-02-20Move curve448_test.c to be a full internal testMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-31Make test/uitest depend on the private apps support libraryRichard Levitte
2018-01-24Small cleanup of some build.info filesRichard Levitte
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte
2017-12-14Add some TLSv1.3 CCS testsMatt Caswell
2017-12-06Add a test for CVE-2017-3737Matt Caswell
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-11Add OCSP API test executableBenjamin Kaduk
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-09-13Support key check in EVP interfacePaul Yang
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte
2017-08-08Add PKEY_METHOD macro testsJohannes Bauer
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-08-03Switch from ossl_rand to DRBG randRich Salz
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-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-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-19Add DRBG random methodRich Salz
2017-07-13Add sanity test for certificate tableDr. Stephen Henson
2017-06-28Add dependency on apps/progs.h for test/uitest.oRichard Levitte
2017-06-22TAP line filter BIO.Pauli
2017-06-21Add ecstress testRich Salz
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli
2017-06-15Build apps/progs.h dynamicallyRichard Levitte
2017-06-06Add test cases for X509_check_private_keyPaul Yang
2017-06-05Use common STANZA for bn and exp testsRich Salz
2017-05-19remove duplicate testsDr. Stephen Henson
2017-05-12Convert shlibloadtest to new frameworkRich Salz
2017-05-11Convert of evp_test to frameworkRich Salz
2017-05-08Add unit test for PEM_FLAG_ONLY_B64Benjamin Kaduk