summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
AgeCommit message (Expand)Author
2021-11-03Test adding extensions to certification requests.Ingo Schwarze
2021-11-01Rework x509attribute regress test in such a way that it doesn't needTheo Buehler
2021-10-31Prepare regress for opaque structs in x509*.hTheo Buehler
2021-09-30Mark another test as failing with the legacy verifier.Joel Sing
2021-09-24Simplify runAesCmacTest() by using EVP_DigestSign().Theo Buehler
2021-09-03Call the callback on success in new verifier in a compatible wayBob Beck
2021-09-01Add a regression test to verify that we call the callback in the sameBob Beck
2021-08-28Only remove the directories if there's an obj/ or obj@Theo Buehler
2021-08-28Add a pass using the modern vfy with by_dir roots, code by me, script toBob Beck
2021-08-28Add case 2c to the go side. Don't tell jsing I touched go.Bob Beck
2021-08-27Add regress test testing having the root cert in the intermediate bundleBob Beck
2021-08-18Import regress tests for SM2. Not yet linked to the build.Theo Buehler
2021-05-10It's no longer necessary to link ecdhtest statically.Theo Buehler
2021-05-03tweak one description to make it uniqueTheo Buehler
2021-05-03Prefix the hybrid_corner_case test with test_ for consistency.Theo Buehler
2021-05-03Exercise the point conversion bit for octet string representationsTheo Buehler
2021-05-03Add a test that exercises the point conversion bit of the octetTheo Buehler
2021-04-27Relax SAN DNSname validation and constraints to permit non leading *Bob Beck
2021-04-21Add a test that roundtrips a bunch of points on all builtin curvesTheo Buehler
2021-04-20Adjust ectest.c for set_compressed_coordinatesTheo Buehler
2021-04-20Adjust ectest.c for get_Jprojective coordinate changeTheo Buehler
2021-04-20Adjust ecdhtest.c for affine_coordinates changeTheo Buehler
2021-04-20Adjust ectest.c for affine_coordinates changeTheo Buehler
2021-04-20Adjust ectest.c for EC_GROUP_{g,s}et_curve changeTheo Buehler
2021-04-07Use ERR_print_error_fp() to avoid leaking a BIO in fatal()Theo Buehler
2021-04-06use errx() instead of err()Theo Buehler
2021-04-06spaces -> tabsTheo Buehler
2021-04-06minor style tweaksTheo Buehler
2021-04-04Add missing error check for AES_unwrap_key().Theo Buehler
2021-04-04Explicitly NULL pointers to avoid a double free.Theo Buehler
2021-04-04Don't leak key and dh in the error path.Theo Buehler
2021-04-03Run the CMAC tests through EVP_PKEY_new_CMAC_key().Theo Buehler
2021-03-31Remove workaround for missing d2i_DSAPrivateKey_fp prototypeTheo Buehler
2021-03-22Don't leak ca in test_cms_sign_verify().Theo Buehler
2021-03-21Plug memory leak reported by Ilya ShipitsinTheo Buehler
2021-02-23Make this test module aware so it passes with Go 1.16Theo Buehler
2020-12-26Start each regress run from scratch with new keys and CA database.Alexander Bluhm
2020-12-26Convert CA regress implementation from shell script to make file.Alexander Bluhm
2020-12-17Remove echo headlines.Alexander Bluhm
2020-11-18Don't leak verify and store contexts.Theo Buehler
2020-11-05Skip test if web server cannot be pinged.Alexander Bluhm
2020-10-26catch unset error when validation fails.Bob Beck
2020-10-12avoid two overlong lines and drop an unused printf argumentTheo Buehler
2020-10-10Don't leak bundle_file and cert_file paths at the end.Theo Buehler
2020-10-08Read cert.pem once and reuse it instead of reading it twice per test certTheo Buehler
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