summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
AgeCommit message (Expand)Author
2020-10-03KNFTheo Buehler
2020-10-03typoTheo Buehler
2020-10-02spelling, punctuation, whitespaceTheo Buehler
2020-10-02Add possibility to link and run this test against the OpenSSL 1.1.1 packageTheo Buehler
2020-10-02Use += and ?= and tidy up whitespaceTheo Buehler
2020-10-02Tidy up: no need to link statically against libcrypto and no needTheo Buehler
2020-10-02Make this test compile against OpenSSL 1.1Theo Buehler
2020-09-21move a misplaced 'goto done;' so that all invalid uris are testedTheo Buehler
2020-09-21add a few short invalid URIs in test_constraints1() that cause earlyTheo Buehler
2020-09-20Correct a 1 byte read overflow in x509_contraints_uri and addBob Beck
2020-09-18Move variable declaration to beginning of scope in order to make thisTheo Buehler
2020-09-18make this test compile and pass on sparc64 by moving variable declarationsTheo Buehler
2020-09-18move variable declaration up to top to make this compile and passTheo Buehler
2020-09-18Use void function argument to appease gcc 4.2.1Theo Buehler
2020-09-18fix "warning: value computed is not used"Theo Buehler
2020-09-18fix "warning: function declaration isn't a prototype"Theo Buehler
2020-09-18zap redundant lineTheo Buehler
2020-09-18hook symbols test to regressTheo Buehler
2020-09-18Check availability of the symbols in Symbols.listTheo Buehler
2020-09-14Change the known output to be the expected output, so that weBob Beck
2020-09-14Use a fixed validation time in these tests so we neverBob Beck
2020-09-13Add new x509 certificate chain validator in x509_verify.cBob Beck
2020-09-12remove unused include that breaks regressBob Beck
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withBob Beck
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeIngo Schwarze
2020-07-16Fix perl bugs that had me printing the wrong cert number for errorsBob Beck
2020-07-15The exit code from the perl matters hereBob Beck
2020-07-15Don't leak the X509_STOREBob Beck
2020-07-15Add certificate validation tests generated using the tools fromBob Beck
2020-07-14Enter the certs regress directory.Joel Sing
2020-07-14Add regress for X509_verify() using the new bundles.Joel Sing
2020-07-14Provide generated certificate bundles and roots for regress.Joel Sing
2020-07-14Provide tools to build certificate changes for verify regress.Joel Sing
2020-06-04When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnIngo Schwarze
2020-05-14go fmt whitespace nitTheo Buehler
2020-05-14reinstate an error check that was commented out while waiting for armTheo Buehler
2020-04-27Fix two bugs in the AES-CBC-PKCS5 tests that didn't hide failing tests:Theo Buehler
2020-04-27Fix a logic error that hid the failing ZeroLengthIv tests.Theo Buehler
2020-03-10Import openssl-1.1.1d test data to base64test.cKinichiro Inoguchi
2020-03-10Modify regress base64test.cKinichiro Inoguchi
2020-01-27Some of the test vectors that were added in the upstream commitTheo Buehler
2020-01-26Add back the tests that were deleted in previous but not containedTheo Buehler
2020-01-26Adjust tests to match the change in EVP_chacha20().Theo Buehler
2019-12-14whitespace from go fmt + update a commentTheo Buehler
2019-12-14Run Wycheproof HMAC test vectors against libcrypto.Theo Buehler
2019-12-09update to-do listTheo Buehler
2019-12-09Run Wycheproof DSA P1363 test vectors against libcrypto.Theo Buehler
2019-12-03update to-do listTheo Buehler
2019-12-03Run Wycheproof ECDSA P1363 test vectors against libcrypto.Theo Buehler
2019-12-03Add an EcPoint variant and pass it to the ECDH test runner.Theo Buehler