summaryrefslogtreecommitdiffstats
path: root/test/danetest.c
AgeCommit message (Expand)Author
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-11-22BIO_gets: fix the incomplete return checkPeiwei Hu
2021-09-03Test for DANE cross cert fixViktor Dukhovni
2021-05-19danetest.c: Improve code formattingDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-11X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb
2021-02-06Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-02-03Fix common test framework optionsMatt Caswell
2019-11-03Adapt two test programs that were using now deprecated functionsRichard Levitte
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-14Fix some issues raise by coverity in the tests.Pauli
2017-05-02Convert danetest, ssl_test_ctx_testRich Salz
2017-03-14Fix some -Wshadow warningsBenjamin Kaduk
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-05-23Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY
2016-05-17Copyright consolidation 02/10Rich Salz
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-04-07test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-06Allocate bio_err before turning on memleak checksViktor Dukhovni
2016-02-05enable leak checking for danetestDr. Stephen Henson
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-10fix shadow warningDr. Stephen Henson
2016-01-08Fixup actually update danetest.cViktor Dukhovni
2016-01-07Fix another build break for no-mem-debugRich Salz
2016-01-07mem functions cleanupRich Salz
2016-01-07DANE support for X509_verify_cert()Viktor Dukhovni