summaryrefslogtreecommitdiff
path: root/test/danetest.c
Commit message (Expand)AuthorAgeFilesLines
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-2/+2
* BIO_gets: fix the incomplete return checkPeiwei Hu2021-11-221-1/+1
* Test for DANE cross cert fixViktor Dukhovni2021-09-031-1/+1
* danetest.c: Improve code formattingDr. David von Oheimb2021-05-191-11/+9
* Update copyright yearMatt Caswell2021-02-181-1/+1
* X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb2021-02-111-1/+0
* Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb2021-02-061-4/+2
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Adapt two test programs that were using now deprecated functionsRichard Levitte2019-11-031-1/+1
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-3/+3
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-2/+2
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-161-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-11/+6
* Fix some issues raise by coverity in the tests.Pauli2017-07-141-0/+2
* Convert danetest, ssl_test_ctx_testRich Salz2017-05-021-176/+105
* Fix some -Wshadow warningsBenjamin Kaduk2017-03-141-2/+2
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-121-1/+5
* Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY2016-05-231-3/+5
* Copyright consolidation 02/10Rich Salz2016-05-171-46/+6
* Use OPENSSL_hexchar2intRich Salz2016-05-161-8/+5
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-111-3/+2
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-34/+34
* test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov2016-04-071-8/+8
* Make sure to use unsigned char for is*() functionsRichard Levitte2016-02-141-6/+8
* Clean up the tests for auto-init/de-initMatt Caswell2016-02-091-10/+0
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-081-0/+8
* Allocate bio_err before turning on memleak checksViktor Dukhovni2016-02-061-2/+2
* enable leak checking for danetestDr. Stephen Henson2016-02-051-0/+1
* If memory debugging enabled return error on leaks.Dr. Stephen Henson2016-02-051-1/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-1/+1
* fix shadow warningDr. Stephen Henson2016-01-101-2/+2
* Fixup actually update danetest.cViktor Dukhovni2016-01-081-2/+1
* Fix another build break for no-mem-debugRich Salz2016-01-071-0/+2
* mem functions cleanupRich Salz2016-01-071-24/+21
* DANE support for X509_verify_cert()Viktor Dukhovni2016-01-071-0/+543