summaryrefslogtreecommitdiff
path: root/src/regress (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-26Rewrite X509_NAME_ENTRY_oneline() using CBB and CBStb2-104/+123
2025-01-26x509_utl.c: use normal order of internal headerstb1-3/+2
2025-01-25Remove #error if OPENSSL_NO_FOO is definedtb23-115/+23
2025-01-25Garbage collect field_type member of the EC methodstb2-6/+2
2025-01-25Promote a few functions from EC API to garbage bintb1-36/+41
2025-01-25Remove now unused internal ec_group_get_field_type()tb2-12/+2
2025-01-25Remove calls to ec_group_get_field_type() from EC_GROUP_cmp()tb1-3/+1
2025-01-25Make EC_KEY_precompute_mult() return 1 directlytb1-2/+2
2025-01-25Simplify ecpk_print_explicit_parameters()tb1-4/+2
2025-01-25Simplify ec_asn1_group2fieldid()tb1-25/+3
2025-01-24Remove now unused perlasm script for MD5 on amd64.jsing1-265/+0
2025-01-24Provide a readable assembly implementation for MD5 on amd64.jsing5-10/+246
2025-01-24Remove pointless call to EC_GROUP_precompute_mul()tb1-3/+1
2025-01-22ectest: zap stray whitespacetb1-2/+2
2025-01-22ectest: fix misleading indentationtb1-5/+7
2025-01-22ectest: remove unused definestb1-5/+1
2025-01-22ectest: even more lipsticktb1-17/+15
2025-01-22ectest: apply some more lipsticktb1-8/+3
2025-01-22ectest: switch from new + copy to dup. zap some NULL checks before freetb1-42/+15
2025-01-22bn_test: remove random negative dance for bn_div_reciprocal()tb1-3/+1
2025-01-22Use simpler (if a bit weird) dup instead of new + copytb1-5/+2
2025-01-22bn_recp: Avoid complication for negative modulitb2-13/+5
2025-01-22Adjust for BN_div_recp() -> BN_div_reciprocal()tb1-3/+3
2025-01-22Rename BN_div_recp() into BN_div_reciprocal()tb2-7/+7
2025-01-22Split BN_mod_sqr_reciprocal() out of BN_mod_mul_reciprocal()tb3-23/+19
2025-01-22Remove the mul_generator_ct function pointer from EC_METHOD.jsing3-24/+8
2025-01-22Expand the SM4_ROUNDS macro.jsing1-25/+83
2025-01-22Replace {load,store}_u32_be() with crypto_{load,store}_be32toh().jsing1-39/+25
2025-01-22Pull the family key and constant key tables out of SM4_set_key().jsing1-28/+27
2025-01-22BN_mod_mul_reciprocal: remove y == NULL complicationtb1-14/+11
2025-01-22Replace rotl() with crypto_rol_u32().jsing1-15/+10
2025-01-22Ensure the cyclic subgroup cycles in the expected number of iterations.jsing1-9/+14
2025-01-22ectest: heed long forgotten XXX and switch back to BN_one()tb1-3/+2
2025-01-21EC_GROUP_check(): use accessor rather than reaching into the grouptb1-3/+4
2025-01-21ec/Makefile: remove excess tabstb1-9/+9
2025-01-21bn_test: use BN_RECP_CTX_create() rather than _new()/_set()tb1-5/+3
2025-01-21Move BN_RECP_CTX to the heaptb3-67/+48
2025-01-20crypto.h: zap some offensive whitespacetb1-2/+2
2025-01-20Annotate why EVP_PKEY_CTX_ctrl_str() will stay for a whiletb1-1/+6
2025-01-19openssl x509: zap extra whitespace in usagetb1-2/+2
2025-01-19appstest: remove the two tests exercising -C minimallytb1-3/+3
2025-01-19Remove -C option from "apps"tb6-436/+12
2025-01-19md_test: switch from 2<<28 to 1<<29tb1-2/+2
2025-01-19Improve bit counter handling in MD5.jsing3-19/+18
2025-01-19ecparam: remove GF2m remnanttb1-14/+4
2025-01-19Add regress coverage that checks the MD5 message bit counter handling.jsing1-1/+66
2025-01-18Simplify tls1_check_ec_key()tb1-7/+7
2025-01-18Rename grp to group like almost everywhere elsetb1-4/+4
2025-01-18Remove parentheses in return statementstb1-14/+14
2025-01-18Remove two pointless NULL checkstb1-8/+1