summaryrefslogtreecommitdiffstats
path: root/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run the CMAC tests through EVP_PKEY_new_CMAC_key().tb2021-04-031-10/+22
* Remove workaround for missing d2i_DSAPrivateKey_fp prototypetb2021-03-311-5/+1
* Don't leak ca in test_cms_sign_verify().tb2021-03-221-1/+2
* Plug memory leak reported by Ilya Shipitsintb2021-03-211-3/+2
* Make this test module aware so it passes with Go 1.16tb2021-02-231-0/+4
* Start each regress run from scratch with new keys and CA database.bluhm2020-12-261-12/+17
* Convert CA regress implementation from shell script to make file.bluhm2020-12-265-141/+100
* Remove echo headlines.bluhm2020-12-172-6/+2
* Don't leak verify and store contexts.tb2020-11-181-1/+3
* Skip test if web server cannot be pinged.bluhm2020-11-051-6/+14
* catch unset error when validation fails.beck2020-10-262-2/+16
* avoid two overlong lines and drop an unused printf argumenttb2020-10-121-4/+4
* Don't leak bundle_file and cert_file paths at the end.tb2020-10-101-1/+3
* Read cert.pem once and reuse it instead of reading it twice per test certtb2020-10-081-18/+10
* KNFtb2020-10-031-12/+11
* typotb2020-10-031-1/+1
* spelling, punctuation, whitespacetb2020-10-022-6/+6
* Add possibility to link and run this test against the OpenSSL 1.1.1 packagetb2020-10-021-1/+7
* Use += and ?= and tidy up whitespacetb2020-10-021-8/+8
* Tidy up: no need to link statically against libcrypto and no needtb2020-10-021-4/+4
* Make this test compile against OpenSSL 1.1tb2020-10-021-11/+21
* move a misplaced 'goto done;' so that all invalid uris are testedtb2020-09-211-1/+1
* add a few short invalid URIs in test_constraints1() that cause earlytb2020-09-211-0/+4
* Correct a 1 byte read overflow in x509_contraints_uri and addbeck2020-09-201-0/+4
* Move variable declaration to beginning of scope in order to make thistb2020-09-181-3/+4
* make this test compile and pass on sparc64 by moving variable declarationstb2020-09-181-4/+9
* move variable declaration up to top to make this compile and passtb2020-09-181-1/+1
* Use void function argument to appease gcc 4.2.1tb2020-09-181-1/+1
* fix "warning: value computed is not used"tb2020-09-181-2/+2
* fix "warning: function declaration isn't a prototype"tb2020-09-181-3/+3
* zap redundant linetb2020-09-181-2/+1
* hook symbols test to regresstb2020-09-181-1/+2
* Check availability of the symbols in Symbols.listtb2020-09-182-0/+182
* Change the known output to be the expected output, so that webeck2020-09-141-1421/+1421
* Use a fixed validation time in these tests so we neverbeck2020-09-141-2/+4
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-9/+90
* remove unused include that breaks regressbeck2020-09-121-1/+0
* Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2020-09-112-5/+495
* Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeschwarze2020-07-233-1/+194
* Fix perl bugs that had me printing the wrong cert number for errorsbeck2020-07-161-8/+9
* The exit code from the perl matters herebeck2020-07-151-1/+3
* Don't leak the X509_STOREbeck2020-07-151-1/+3
* Add certificate validation tests generated using the tools frombeck2020-07-1510945-0/+444760
* Enter the certs regress directory.jsing2020-07-141-1/+2
* Add regress for X509_verify() using the new bundles.jsing2020-07-142-3/+369
* Provide generated certificate bundles and roots for regress.jsing2020-07-1474-0/+3721
* Provide tools to build certificate changes for verify regress.jsing2020-07-144-0/+636
* When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnschwarze2020-06-042-5/+115
* go fmt whitespace nittb2020-05-141-3/+3
* reinstate an error check that was commented out while waiting for armtb2020-05-141-5/+4