summaryrefslogtreecommitdiffstats
path: root/regress/lib/libcrypto
AgeCommit message (Expand)AuthorFilesLines
2021-04-03Run the CMAC tests through EVP_PKEY_new_CMAC_key().tb1-10/+22
2021-03-31Remove workaround for missing d2i_DSAPrivateKey_fp prototypetb1-5/+1
2021-03-22Don't leak ca in test_cms_sign_verify().tb1-1/+2
2021-03-21Plug memory leak reported by Ilya Shipitsintb1-3/+2
2021-02-23Make this test module aware so it passes with Go 1.16tb1-0/+4
2020-12-26Start each regress run from scratch with new keys and CA database.bluhm1-12/+17
2020-12-26Convert CA regress implementation from shell script to make file.bluhm5-141/+100
2020-12-17Remove echo headlines.bluhm2-6/+2
2020-11-18Don't leak verify and store contexts.tb1-1/+3
2020-11-05Skip test if web server cannot be pinged.bluhm1-6/+14
2020-10-26catch unset error when validation fails.beck2-2/+16
2020-10-12avoid two overlong lines and drop an unused printf argumenttb1-4/+4
2020-10-10Don't leak bundle_file and cert_file paths at the end.tb1-1/+3
2020-10-08Read cert.pem once and reuse it instead of reading it twice per test certtb1-18/+10
2020-10-03KNFtb1-12/+11
2020-10-03typotb1-1/+1
2020-10-02spelling, punctuation, whitespacetb2-6/+6
2020-10-02Add possibility to link and run this test against the OpenSSL 1.1.1 packagetb1-1/+7
2020-10-02Use += and ?= and tidy up whitespacetb1-8/+8
2020-10-02Tidy up: no need to link statically against libcrypto and no needtb1-4/+4
2020-10-02Make this test compile against OpenSSL 1.1tb1-11/+21
2020-09-21move a misplaced 'goto done;' so that all invalid uris are testedtb1-1/+1
2020-09-21add a few short invalid URIs in test_constraints1() that cause earlytb1-0/+4
2020-09-20Correct a 1 byte read overflow in x509_contraints_uri and addbeck1-0/+4
2020-09-18Move variable declaration to beginning of scope in order to make thistb1-3/+4
2020-09-18make this test compile and pass on sparc64 by moving variable declarationstb1-4/+9
2020-09-18move variable declaration up to top to make this compile and passtb1-1/+1
2020-09-18Use void function argument to appease gcc 4.2.1tb1-1/+1
2020-09-18fix "warning: value computed is not used"tb1-2/+2
2020-09-18fix "warning: function declaration isn't a prototype"tb1-3/+3
2020-09-18zap redundant linetb1-2/+1
2020-09-18hook symbols test to regresstb1-1/+2
2020-09-18Check availability of the symbols in Symbols.listtb2-0/+182
2020-09-14Change the known output to be the expected output, so that webeck1-1421/+1421
2020-09-14Use a fixed validation time in these tests so we neverbeck1-2/+4
2020-09-13Add new x509 certificate chain validator in x509_verify.cbeck1-9/+90
2020-09-12remove unused include that breaks regressbeck1-1/+0
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2-5/+495
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeschwarze3-1/+194
2020-07-16Fix perl bugs that had me printing the wrong cert number for errorsbeck1-8/+9
2020-07-15The exit code from the perl matters herebeck1-1/+3
2020-07-15Don't leak the X509_STOREbeck1-1/+3
2020-07-15Add certificate validation tests generated using the tools frombeck10945-0/+444760
2020-07-14Enter the certs regress directory.jsing1-1/+2
2020-07-14Add regress for X509_verify() using the new bundles.jsing2-3/+369
2020-07-14Provide generated certificate bundles and roots for regress.jsing74-0/+3721
2020-07-14Provide tools to build certificate changes for verify regress.jsing4-0/+636
2020-06-04When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnschwarze2-5/+115
2020-05-14go fmt whitespace nittb1-3/+3
2020-05-14reinstate an error check that was commented out while waiting for armtb1-5/+4