summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2024-04-08Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pageBob Beck
2024-03-30Initialize quic_method in tlsexttestTheo Buehler
2024-03-30Replace silly test1_exit() with exit()Theo Buehler
2024-03-30Remove call to lh_FUNCTION_free()Theo Buehler
2024-03-30Do multiple padding add/check iterations.Joel Sing
2024-03-30Add initial regress for RSA padding.Joel Sing
2024-03-30Tidy indentation.Joel Sing
2024-03-30Remove -app2_1 flags being passed to dsa and rsa regress.Joel Sing
2024-03-29Add table-driven Whirlpool testsjoshua
2024-03-29Add regress coverage for EdDSA in CMSTheo Buehler
2024-03-29Remove CMS special now that we do not depend on pem.h being included first.Joel Sing
2024-03-28Nuke more gostBob Beck
2024-03-28Nuke more leftover GOST tendrils.Bob Beck
2024-03-28Fix coverity complaints.Bob Beck
2024-03-27fix leaks in the horrible ssl whackery necessary for this test.Bob Beck
2024-03-27Fix up server processing of key shares.Bob Beck
2024-03-26Fix expected client hello value to allow for supported_groups change.Bob Beck
2024-03-26Disable client handshake test for now for pending changes.Bob Beck
2024-03-25Codify more insane CRYPTO_EX_DATA API.Joel Sing
2024-03-25Revise for TLS extension parsing/processing changes.Joel Sing
2024-03-25Revise TLS extension regress for parse/process changes.Joel Sing
2024-03-24Add tests for EVP_get_cipherbyname(NULL) and EVP_get_digestbyname(NULL)Jeremie Courreges-Anglas
2024-03-21Remove now unused certificates (which are also soon to expire).Joel Sing
2024-03-20Use the new certificates/chains in regress.Joel Sing
2024-03-05Ugly workaround to let this compile again on non-clang platforms.Miod Vallat
2024-03-04Add more platforms.Miod Vallat
2024-03-03Fill the list of expected test failures for m88k.Miod Vallat
2024-03-01Remove the ciphers_by_values_test()Theo Buehler
2024-03-01exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()Theo Buehler
2024-03-01ssltest: drop another use of CRYPTO_mem_leaks()Theo Buehler
2024-02-29Detect OPENSSL_NO_GOST correctlyTheo Buehler
2024-02-29CRYPTO_mem_leaks* will go away. Remove calls in legacy testsTheo Buehler
2024-02-29Link x509_algor test statically and switch to the internalTheo Buehler
2024-02-29OBJ_NAME_TYPE_PKEY_METH is no longer supportedTheo Buehler
2024-02-29Stop testing EVP_PKEY_GOST{IMIT,R01}Theo Buehler
2024-02-29Prepare freenull test for GOST removalTheo Buehler
2024-02-18asn1time: remove some debugging codeTheo Buehler
2024-02-18Tweak previousTheo Buehler
2024-02-18Adjust regress test for memset() requested by jsing on reviewTheo Buehler
2024-02-18Add regress coverage for the new APITheo Buehler
2024-02-11Update libexpat regress to version 2.6.0.Alexander Bluhm
2024-02-09bio_dump: add a test that prints all values of a single byteTheo Buehler
2024-02-08infcover: print size_t with %zu. from upstreamTheo Buehler
2024-02-05Cope with recent ctype.h prefix changes.Anton Lindqvist
2024-02-04More missing voidTheo Buehler
2024-02-04Fix asn1_integer_null_data_test()Theo Buehler
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
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