summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2024-10-23ec_point_conversion: extend test coverage by translating back theTheo Buehler
2024-10-22Suppress warning noise from deprecated OpenSSL APITheo Buehler
2024-10-18ec_asn1_test: simplify previousTheo Buehler
2024-10-18ec_asn1_test: call EC_GROUP_check() for the builtin curvesTheo Buehler
2024-10-18ec_asn1_test: adjust for rejection of non-builtin curve parametersTheo Buehler
2024-10-18ec_asn1_test: add secp256k1.mTheo Buehler
2024-10-18ec_asn1_test: remove last hardcoded wei25519 remnantTheo Buehler
2024-10-18ec_asn1_test: test Wei25519.2 and Wei25519.-3 as wellTheo Buehler
2024-10-18ec_asn1_test: clean up & refactor; test Wei25519 with simple methodTheo Buehler
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-15rust-openssl: set resolver="2" for workspaceTheo 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-18Enable large number of extension tests and stop skippking QUIC transportTheo Buehler
2024-09-17tlsfuzzer: add a start-server convenience target for interactive testingTheo Buehler
2024-09-17Replace OpenSSL 3.1 (which no longer is in ports) with 3.3Theo Buehler
2024-09-14tlsfuzzer: grammar fix missed in previousTheo Buehler
2024-09-13typo: troups -> groupsTheo Buehler
2024-09-11parametes -> parametersTheo Buehler
2024-09-07Futhermore -> FurthermoreTheo Buehler
2024-09-06Prepare for an upcoming tlsfuzzer test that expects decode_errorTheo Buehler
2024-09-01symbols: remove special case for cpuid_setup and cpu_capsTheo Buehler
2024-08-31Update for OPENSSL_cpu_caps() now being machine independent.Joel Sing
2024-08-31Undo workaround for EVP_PKEY_*check() removalTheo 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-29Disable hmac and pkey_ec tests until after the bumpTheo Buehler
2024-08-29Remove evp_pkey_check testTheo Buehler
2024-08-29Convert prototypes to new style.Claudio Jeker
2024-08-29Use signal handler safe dprintf() instead of asprintf + writeClaudio Jeker
2024-08-23Remove unwanted trailing newlines from err/warn format strings.Anton Lindqvist
2024-08-18Drop OpenSSL 3.0 interop testing infrastructureTheo Buehler
2024-08-18Add support for openssl32 in interop testTheo Buehler
2024-08-15t_recvmmsg and t_sendmmsg were enabled in 2022Philip Guenther
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-08-02Fix previousTheo Buehler
2024-08-02Adjust tls regress for protocol parsing fixesTheo Buehler
2024-07-30sched_yield() is not strong enough to overflow the recv buffer on someClaudio Jeker
2024-07-25Fix test23. It assumed the place of the attribute is unchanged. But now,YASUOKA Masahiko
2024-07-23Revise regress for ssl3_get_cipher() changes.Joel Sing