summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Call the callback on success in new verifier in a compatible waybeck2021-09-031-3/+1
* Add a regression test to verify that we call the callback in the samebeck2021-09-013-4/+551
* Only remove the directories if there's an obj/ or obj@tb2021-08-281-2/+4
* Add a pass using the modern vfy with by_dir roots, code by me, script tobeck2021-08-283-15/+106
* Add case 2c to the go side. Don't tell jsing I touched go.beck2021-08-281-0/+1
* Add regress test testing having the root cert in the intermediate bundlebeck2021-08-275-1/+96
* Import regress tests for SM2. Not yet linked to the build.tb2021-08-184-0/+640
* It's no longer necessary to link ecdhtest statically.tb2021-05-101-2/+2
* tweak one description to make it uniquetb2021-05-031-2/+3
* Prefix the hybrid_corner_case test with test_ for consistency.tb2021-05-031-3/+3
* Exercise the point conversion bit for octet string representationstb2021-05-031-1/+279
* Add a test that exercises the point conversion bit of the octettb2021-05-031-1/+362
* Relax SAN DNSname validation and constraints to permit non leading *beck2021-04-271-8/+4
* Add a test that roundtrips a bunch of points on all builtin curvestb2021-04-212-6/+268
* Adjust ectest.c for set_compressed_coordinatestb2021-04-201-9/+9
* Adjust ectest.c for get_Jprojective coordinate changetb2021-04-201-2/+2
* Adjust ecdhtest.c for affine_coordinates changetb2021-04-202-7/+7
* Adjust ectest.c for affine_coordinates changetb2021-04-201-17/+17
* Adjust ectest.c for EC_GROUP_{g,s}et_curve changetb2021-04-202-15/+15
* Use ERR_print_error_fp() to avoid leaking a BIO in fatal()tb2021-04-071-2/+2
* use errx() instead of err()tb2021-04-061-8/+8
* spaces -> tabstb2021-04-061-5/+5
* minor style tweakstb2021-04-061-5/+6
* Add missing error check for AES_unwrap_key().tb2021-04-041-1/+3
* Explicitly NULL pointers to avoid a double free.tb2021-04-041-1/+3
* Don't leak key and dh in the error path.tb2021-04-041-4/+7
* 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