aboutsummaryrefslogtreecommitdiff
path: root/test/verify_extra_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-01-27Add a test for X509_STORE_CTX_set_purpose()Matt Caswell1-12/+109
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb1-1/+1
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb1-2/+1
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-13x509_vfy.c: Fix a regression in find_issuer()Dr. David von Oheimb1-36/+24
2021-01-13TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb1-51/+2
2020-09-13Fix safestack issues in x509.hMatt Caswell1-2/+0
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb1-24/+50
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-15TEST: Adapt all applicable tests to the new distinguishing IDRichard Levitte1-18/+14
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2019-06-28Support SM2 certificate signingPaul Yang1-1/+44
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang1-0/+46
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
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-19Add a test for a NULL X509_STORE in X509_STORE_CTX_initMatt Caswell1-0/+38
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-10/+13
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-14WIP: Convert ui,v3ext,verify_extra_testRich Salz1-20/+8
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY1-2/+2
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 02/10Rich Salz1-53/+5
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell1-7/+0
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson1-1/+2
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2016-01-07mem functions cleanupRich Salz1-2/+3
2015-09-06Make the verify_extra test location agnosticRichard Levitte1-6/+13
2015-07-07Add test for CVE-2015-1793Matt Caswell1-0/+208