summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2022-07-30Update copyright for additional/new code.Joel Sing
2022-07-30Provide additional AEAD test cases.Joel Sing
2022-07-30Add EVP_aes_192_gcm() as a known AEAD.Joel Sing
2022-07-30Allow the AEAD to be specified for a test file.Joel Sing
2022-07-30Run AEAD tests against EVP_CIPHER implementations.Joel Sing
2022-07-30Allow quoted ASCII strings as input for AEAD regress.Joel Sing
2022-07-30Sort includes.Joel Sing
2022-07-30Less #ifndef OPENSSL_NO_*Joel Sing
2022-07-30Fix comment formatting.Joel Sing
2022-07-30Switch to ISC license.Joel Sing
2022-07-28Add a second test to validate the tables in the library.Theo Buehler
2022-07-27Adjust a comment to reflect reality, minor code tweaks.Theo Buehler
2022-07-26minor tweaks: unwrap a line, tweak a comment and zap an empty lineTheo Buehler
2022-07-25Remove test of non-portable implementation details (whether wctype_tPhilip Guenther
2022-07-25Add a regression test for bn_isqrt.cTheo Buehler
2022-07-25Separate the macro for generating string test functionsIngo Schwarze