summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
AgeCommit message (Expand)Author
2024-12-26mlkem tests: whitespace tweak and fix an error messageTheo Buehler
2024-12-26fat fingersTheo Buehler
2024-12-26Overhaul ML-KEM regress once moreTheo Buehler
2024-12-24Remove already disabled tests for elliptic curves of small orderTheo Buehler
2024-12-20mlkem regress: garbage collect two global variablesTheo Buehler
2024-12-20Fix whitespace in MakefileTheo Buehler
2024-12-20That works better with a GTheo Buehler
2024-12-20cant't -> can'tTheo Buehler
2024-12-20Rework and fix the mlkem testsTheo Buehler
2024-12-19mlkem regress: reach around into bytestring againTheo Buehler
2024-12-17Close fp before exit since we clean up other stuffTheo Buehler
2024-12-17Plug leak coming from debug leftoverTheo Buehler
2024-12-14Stop reaching into libcrypto/bytestringTheo Buehler
2024-12-14Normalize top of filesTheo Buehler
2024-12-13Add ML-KEM 1024 from BoringSSLBob Beck
2024-12-13Add ML-KEM 768 from BoringSSLBob Beck
2024-12-09Mark four "struct *_st" types declared in evp.h as intentionally undocumentedIngo Schwarze
2024-12-09Mark four EVP_PKEY_GOST* constants as intentionally undocumentedIngo Schwarze
2024-12-09Mark two symbols as intentionally undocumentedIngo Schwarze
2024-12-09Mark four EVP control constants as intentionally undocumentedIngo Schwarze
2024-12-09Mark EVP_CTRL constants for RC5 as intentionally undocumentedIngo Schwarze
2024-12-05Mark three EVP_PKEY control constants for CMS as intentionally undocumentedIngo Schwarze
2024-12-05mark three more EVP_PKEY control constants as intentionally undocumentedIngo Schwarze
2024-12-05ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsedIngo Schwarze
2024-11-29Mark six EVP_PKEY control constants as intentionally undocumentedIngo Schwarze
2024-11-29Mark nine unused EVP constants as intentionally undocumented.Ingo Schwarze
2024-11-24Disable regression tests for small builtin curvesTheo Buehler
2024-11-08Add regress coverage for the size_t constant time comparisions.Joel Sing
2024-11-08ec_asn1_test: remove extra parensTheo Buehler
2024-11-05bn_convert: avoid a zero-sized allocationTheo Buehler
2024-11-05ec_asn1_test: remove debug leftover that broke the build on WindowsTheo Buehler
2024-11-04ec tests: allow linking against eopensslTheo Buehler
2024-11-03Add regress coverage for BN_bn2binpad() and BN_bn2lebinpad().Joel Sing
2024-11-03Add some additional BN conversion test cases.Joel Sing
2024-11-02ec_asn1_test: I somehow managed to commit the version without freezero...Theo Buehler
2024-11-01ec_asn1_test: set compressed coordinates for the "simple" generatorTheo Buehler
2024-11-01Also exercise the "simple" version of the builtin curves, not only "mont"Theo Buehler
2024-10-29Split ec_key_test_point_encoding() into chunks of saner sizeTheo Buehler
2024-10-29ec_asn1_test: point doubling is fine, the leak is elsewhereTheo Buehler
2024-10-29Disable point doubling for now, it leaks due to a doc bug.Theo Buehler
2024-10-28unifdef -m -DCORRECT_PRIV_KEY_PADDING=1 ec_asn1_test.cTheo Buehler
2024-10-28Enable the tests that depend on correct private key paddingTheo Buehler
2024-10-28c2sp: run test against openssl/3.4 if it is installedTheo Buehler
2024-10-26{d2i,i2d}_ECParameters() also want a bit of exercisingTheo Buehler
2024-10-26ec_asn1_test: play some silly games to cover a few more code pathsTheo Buehler
2024-10-26Add regress coverage for ec_print.cTheo Buehler
2024-10-25Use macros describing the intent rather than #if 0Theo Buehler
2024-10-25Add regress for {d2i,i2d}_ECPrivateKey() and {o2i,i2o}_ECPublicKey()Theo Buehler
2024-10-23ec_point_conversion: cosmeticsTheo Buehler
2024-10-23ec_point_conversion: extend test coverage by translating back theTheo Buehler