summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-2523-115/+23
* Garbage collect field_type member of the EC methodstb2025-01-252-6/+2
* Promote a few functions from EC API to garbage bintb2025-01-251-36/+41
* Remove now unused internal ec_group_get_field_type()tb2025-01-252-12/+2
* Remove calls to ec_group_get_field_type() from EC_GROUP_cmp()tb2025-01-251-3/+1
* Make EC_KEY_precompute_mult() return 1 directlytb2025-01-251-2/+2
* Simplify ecpk_print_explicit_parameters()tb2025-01-251-4/+2
* Simplify ec_asn1_group2fieldid()tb2025-01-251-25/+3
* Remove now unused perlasm script for MD5 on amd64.jsing2025-01-241-265/+0
* Provide a readable assembly implementation for MD5 on amd64.jsing2025-01-245-10/+246
* Remove pointless call to EC_GROUP_precompute_mul()tb2025-01-241-3/+1
* ectest: zap stray whitespacetb2025-01-221-2/+2
* ectest: fix misleading indentationtb2025-01-221-5/+7
* ectest: remove unused definestb2025-01-221-5/+1
* ectest: even more lipsticktb2025-01-221-17/+15
* ectest: apply some more lipsticktb2025-01-221-8/+3
* ectest: switch from new + copy to dup. zap some NULL checks before freetb2025-01-221-42/+15
* bn_test: remove random negative dance for bn_div_reciprocal()tb2025-01-221-3/+1
* Use simpler (if a bit weird) dup instead of new + copytb2025-01-221-5/+2
* bn_recp: Avoid complication for negative modulitb2025-01-222-13/+5
* Adjust for BN_div_recp() -> BN_div_reciprocal()tb2025-01-221-3/+3
* Rename BN_div_recp() into BN_div_reciprocal()tb2025-01-222-7/+7
* Split BN_mod_sqr_reciprocal() out of BN_mod_mul_reciprocal()tb2025-01-223-23/+19
* Remove the mul_generator_ct function pointer from EC_METHOD.jsing2025-01-223-24/+8
* Expand the SM4_ROUNDS macro.jsing2025-01-221-25/+83
* Replace {load,store}_u32_be() with crypto_{load,store}_be32toh().jsing2025-01-221-39/+25
* Pull the family key and constant key tables out of SM4_set_key().jsing2025-01-221-28/+27
* BN_mod_mul_reciprocal: remove y == NULL complicationtb2025-01-221-14/+11
* Replace rotl() with crypto_rol_u32().jsing2025-01-221-15/+10
* Ensure the cyclic subgroup cycles in the expected number of iterations.jsing2025-01-221-9/+14
* ectest: heed long forgotten XXX and switch back to BN_one()tb2025-01-221-3/+2
* EC_GROUP_check(): use accessor rather than reaching into the grouptb2025-01-211-3/+4
* ec/Makefile: remove excess tabstb2025-01-211-9/+9
* bn_test: use BN_RECP_CTX_create() rather than _new()/_set()tb2025-01-211-5/+3
* Move BN_RECP_CTX to the heaptb2025-01-213-67/+48
* crypto.h: zap some offensive whitespacetb2025-01-201-2/+2
* Annotate why EVP_PKEY_CTX_ctrl_str() will stay for a whiletb2025-01-201-1/+6
* openssl x509: zap extra whitespace in usagetb2025-01-191-2/+2
* appstest: remove the two tests exercising -C minimallytb2025-01-191-3/+3
* Remove -C option from "apps"tb2025-01-196-436/+12
* md_test: switch from 2<<28 to 1<<29tb2025-01-191-2/+2
* Improve bit counter handling in MD5.jsing2025-01-193-19/+18
* ecparam: remove GF2m remnanttb2025-01-191-14/+4
* Add regress coverage that checks the MD5 message bit counter handling.jsing2025-01-191-1/+66
* Simplify tls1_check_ec_key()tb2025-01-181-7/+7
* Rename grp to group like almost everywhere elsetb2025-01-181-4/+4
* Remove parentheses in return statementstb2025-01-181-14/+14
* Remove two pointless NULL checkstb2025-01-181-8/+1
* Drop field determination dancetb2025-01-181-9/+2
* Stop pretending we support arbirary explicit groupstb2025-01-181-3/+2