summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 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
* Add regress for X509_verify() using the new bundles.jsing2020-07-142-3/+369
* When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnschwarze2020-06-042-5/+115
* Fix a leak reported by Ben L bobsayshilol () live ! co ! uk.tb2018-11-101-1/+3
* test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@schwarze2018-04-073-0/+78