summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
AgeCommit message (Expand)Author
2024-10-16EC ASN.1: add reminder that the simple method might also want testingTheo Buehler
2024-10-16Implement Wei25519 to exercise some more elliptic curve codeTheo Buehler
2024-10-14Extend ec_asn1_test to check for correct curve coefficient encodingTheo Buehler
2024-10-12Exercise the EC parameters code a bit moreTheo Buehler
2024-10-11Add error regress coverage for ERR_LIB_SYS.Joel Sing
2024-10-02Hook up the err regress.Joel Sing
2024-10-02Add initial regress for the error stack and ERR_* APIs.Joel Sing
2024-10-02Enable additional CRYPTO_get_ex_new_index() tests.Joel Sing
2024-09-17Replace OpenSSL 3.1 (which no longer is in ports) with 3.3Theo Buehler
2024-09-01symbols: remove special case for cpuid_setup and cpu_capsTheo Buehler
2024-08-31Retire the whirlpool testTheo Buehler
2024-08-31unhook whirlpool from the treeTheo Buehler
2024-08-30Adjust freenull test for upcoming conf_api.h removalTheo Buehler
2024-08-29Remove evp_pkey_check testTheo Buehler
2024-08-23Remove unwanted trailing newlines from err/warn format strings.Anton Lindqvist
2024-08-11Add include path for crypto_arch.h.Joel Sing
2024-08-08check_complete: accept #errorTheo Buehler
2024-08-08check_complete: OBJ_bsearch_() and OBJ_bsearch_ex_() are goneTheo Buehler
2024-08-08hmac test: fix build with gccTheo Buehler
2024-08-07adjust check_complete after recent-ish API and docs changesTheo Buehler
2024-07-21asn1time: indicate which comparison function failedTheo Buehler
2024-07-10Teach symbols test about the namespaceTheo Buehler
2024-07-09Improve test coverage for TLS1-PRFTheo Buehler
2024-07-09Add a minimal regress test for TLS1-PRFTheo Buehler
2024-06-17Add regress coverage for X509V3_get_d2i()Theo Buehler
2024-06-16zap a stray spaceTheo Buehler
2024-05-30Adjust hmac test for removal of static buffer from HMAC()Theo Buehler
2024-05-29asn1object: zap trailing whitespaceTheo Buehler
2024-05-29Make it possible for the large OID test to failTheo Buehler
2024-05-29Add regress coverage for some corner cases of i2d_ASN1_OBJECT()Theo Buehler
2024-05-29Add regress coverage for i2d_ASN1_OBJECT() fixesTheo Buehler
2024-05-28Test that invalid operations push the X509V3_R_UNSUPPORTED_OPTION errorTheo Buehler
2024-05-28Add regress coverage for X509V3_add1_i2d()Theo Buehler
2024-05-25Eliminate last timegm() correctly this timeTheo Buehler
2024-05-25Revert previousTheo Buehler
2024-05-25asn1time: another use of gmtime was hiding hereTheo Buehler
2024-05-22Exercise EVP_chacha20_poly1305() with in-place decryptionTheo Buehler
2024-05-08Add more regress coverage for lhash.Joel Sing
2024-05-06Enable lhash regress.Joel Sing
2024-05-06Provide initial regress for lhash.Joel Sing
2024-04-25Add regress coverage for crypto_ct_*_u8()Joel Sing
2024-04-17Add regress coverage for BN_lebin2bn().Joel Sing
2024-04-15Remove workarounds for unprototyped symbolsTheo Buehler
2024-04-15Enable negative zero checks for BN_clear_bit() and BN_mask_bits().Joel Sing
2024-04-10symbols test: Remove a few things that are long goneTheo Buehler
2024-04-09whirlpool_test: avoid calling arc4random_uniform(0)Theo Buehler
2024-04-09whirlpool_test: zap lots of trailing whitespaceTheo Buehler
2024-04-09bn_convert: plug leak spotted by ASANTheo Buehler
2024-04-09Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().Joel Sing
2024-04-09Add regress coverage for BN_bn2mpi()/BN_mpi2bn().Joel Sing