summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2024-02-02bio_dump: fix indentTheo Buehler
2024-02-02bio_dump: add one more testcaseTheo Buehler
2024-02-02Add regress coverage for BIO_dump()Theo Buehler
2024-01-30Add a shutdown sequence regress test.Joel Sing
2024-01-27Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack.Joel Sing
2024-01-21Replace more occurrences of OBJ_NAME_do_all_sorted() withTheo Buehler
2024-01-20link the infcover test statically in preparation of zlib changesTheo Buehler
2024-01-19Enable shutdown regress test.Joel Sing
2024-01-19Add regress test coverage for SSL_shutdown().Joel Sing
2024-01-18ec_point_conversion: zap an empty lineTheo Buehler
2024-01-15Run the pkey cleanup test also for {Ed,X}25519Theo Buehler
2024-01-15Switch to EVP_CIPHER_do_all() now that snaps are available on most archesTheo Buehler
2024-01-11Remove the evp_pkey_method() testTheo Buehler
2023-12-31Sprinkle a handfull of missing continueTheo Buehler
2023-12-30Add extended regress coverage for ASN.1 methodsTheo Buehler
2023-12-29There is no need to include sys/uio.h here.Claudio Jeker
2023-12-27Add initial regress for CRYPTO_EX_DATA.Joel Sing
2023-12-27Remove engine regress.Joel Sing
2023-12-17c2sp: replace openssl 3.0 with 3.2 supportTheo Buehler
2023-04-23Import C2SP/CCTV testTheo Buehler
2023-12-15Remove the string_table testTheo Buehler
2023-12-13rfc3779: remove redundant const.Theo Buehler
2023-12-13tlsexttest: \178 isn't a valid octal escape sequenceTheo Buehler
2023-12-13constraints: \178 isn't a valid octal escape sequenceTheo Buehler
2023-12-13x509_asn1: avoid lookup table that makes some compilers whineTheo Buehler
2023-12-10evp_test: zap extra empty lineTheo Buehler
2023-12-08Add regress coverage for OBJ_NAME_do_all*()Theo Buehler
2023-11-27EVP test: fix includesTheo Buehler
2023-11-27EVP test: add regress coverage for the do_all() APITheo Buehler
2023-11-20Still need engine.h for ENGINE_free()Theo Buehler
2023-11-19Remove last OPENSSL_NO_ENGINE from libssl regressTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcrypto regressTheo Buehler
2023-11-18Sync example.c and minigzip.c with upstream.Theo Buehler
2022-03-24Import upstream madler/zlib test files and run them with our libz.Alexander Bluhm
2023-11-13Retire the libcsi regressTheo Buehler
2023-11-07Fix an error message left out in the mustDecodeHexString() conversionTheo Buehler
2023-11-07Pull up the handling of the two webcrypto special snowflakesTheo Buehler
2023-11-07Drop a useless line and bump copyright yearsTheo Buehler
2023-11-07Unwrap a few linesTheo Buehler
2023-11-07Wrap hex.DecodeString() into mustDecodeHexString()Theo Buehler
2023-11-07Use maps to retrieve various AES variantsTheo Buehler
2023-11-07Convert hashEvpMdFromString() to a mapTheo Buehler
2023-11-07Add stringer interfaces to the test groupsTheo Buehler
2023-11-06Pull everything except the actual run call out of the closureTheo Buehler
2023-11-06Introduce testGroupFromAlgorithm()Theo Buehler
2023-11-06Add a wycheproofTestGroupRunner interfaceTheo Buehler
2023-11-06Add aliases for AES AEAD constructions and ChaChaTheo Buehler
2023-11-06Fix a for loop bug introduced in the concurrency refactorTheo Buehler
2023-11-06Uncomment json webcrypto line. Packages will have caught up...Theo Buehler
2023-10-31Remove 3 expected failures those got fixed in the regress code.Claudio Jeker