summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2022-09-12Add CBC, CFB64 and OFB64 test coverage for RC2Theo Buehler
2022-09-12whitespace nitsTheo Buehler
2022-09-12Move division by two out of sizeof()Theo Buehler
2022-09-12Error checks for EVP_*Theo Buehler
2022-09-12Move division by two out of sizeof()Theo Buehler
2022-09-11Add regression tests for the sendmmsg and recvmmsg system calls.Moritz Buhl
2022-09-11link asn1object test statically in preparation for upcoming bumpTheo Buehler
2022-09-07Add EVP test coverage for RC2.Theo Buehler
2022-09-07Add output length validation for EVPTheo Buehler
2022-09-06Add a table-driven test for RC2 in ECB mode to replace the old one.Theo Buehler
2022-09-05Fix copy-paste errorTheo Buehler
2022-09-05Plug leaks due to not resetting the EVP_CIPHER_CTXTheo Buehler
2022-09-05Two more missing long long castsTheo Buehler
2022-09-05More long long casts for printing time_tTheo Buehler
2022-09-05Convert from %i to %dTheo Buehler
2022-09-05cast time_t to long long before printing for portabilityTheo Buehler
2022-09-03Ensure a constructed ASN.1 INTEGER is considered invalid when decoding.Joel Sing
2022-09-03New test coverage for RC4Theo Buehler
2022-09-02Rewrite RMD-160 tests to be table-driven.Theo Buehler
2022-09-02Retire the old crap. Thanks, JoshuaTheo Buehler
2022-09-02Unhook the old md4 and md5 testsTheo Buehler
2022-09-02Link new md test to regress.Theo Buehler
2022-09-02New md4/md5 regress testsTheo Buehler
2022-09-02Add two constTheo Buehler
2022-09-02Make test tables static const and fix a style nitTheo Buehler
2022-09-02Simplify and clean up the ecdsa test a little. Use stdio instead of BIOTheo Buehler
2022-09-02Retire old SHA testsTheo Buehler
2022-09-02Unhook old SHA testsTheo Buehler
2022-09-02Add tests for 1 million repeated "a"Theo Buehler
2022-09-01Link sha test to regressTheo Buehler
2022-09-01Add a nicely licensed, table-driven test for SHATheo Buehler
2022-08-31Some missing return checksTheo Buehler
2022-08-31Avoid some buffer overflows in ecdsatestTheo Buehler
2022-08-31Revert previous. Committed the wrong version of the diff.Theo Buehler
2022-08-31Avoid some buffer overflows in ecdsatestTheo Buehler
2022-08-28Add regress test for the encoding of an ASN1_INTEGER with NULL data.Joel Sing
2022-08-27Wire up QUIC regress.Joel Sing
2022-08-27Add regress for QUIC.Joel Sing
2022-08-21Revise regress now that SSL_QUIC_METHOD exists.Joel Sing
2022-08-20Test EVP_chacha20_poly1305() (linking statically for now)Joel Sing
2022-08-12Fix upper bound in a for loop (no functional change).Theo Buehler
2022-08-12Tweak a comment to be more accurate.Theo Buehler
2022-08-05fix error messageTheo Buehler
2022-08-05Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");Theo Buehler
2022-08-05Make the bogokey[] global static const.Theo Buehler
2022-08-05Move CBB_init() to a consistent place.Theo Buehler
2022-08-05Consistently initialize failure to 1 at the top of the function andTheo Buehler
2022-08-05Consistently check for CBB_init() failure.Theo Buehler
2022-08-05Remove most of the indirection introduced in previous and instead fetchTheo Buehler
2022-08-04Add some glue to fetch the tlsext functions from the tls_extensions[]Theo Buehler