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