| Commit message (Expand) | Author | Files | Lines |
2025-01-26 | x509_utl.c: use normal order of internal headers | tb | 1 | -3/+2 |
2025-01-25 | Remove #error if OPENSSL_NO_FOO is defined | tb | 23 | -115/+23 |
2025-01-25 | Garbage collect field_type member of the EC methods | tb | 2 | -6/+2 |
2025-01-25 | Promote a few functions from EC API to garbage bin | tb | 1 | -36/+41 |
2025-01-25 | Remove now unused internal ec_group_get_field_type() | tb | 2 | -12/+2 |
2025-01-25 | Remove calls to ec_group_get_field_type() from EC_GROUP_cmp() | tb | 1 | -3/+1 |
2025-01-25 | Make EC_KEY_precompute_mult() return 1 directly | tb | 1 | -2/+2 |
2025-01-25 | Simplify ecpk_print_explicit_parameters() | tb | 1 | -4/+2 |
2025-01-25 | Simplify ec_asn1_group2fieldid() | tb | 1 | -25/+3 |
2025-01-24 | Remove now unused perlasm script for MD5 on amd64. | jsing | 1 | -265/+0 |
2025-01-24 | Provide a readable assembly implementation for MD5 on amd64. | jsing | 5 | -10/+246 |
2025-01-24 | Remove pointless call to EC_GROUP_precompute_mul() | tb | 1 | -3/+1 |
2025-01-22 | ectest: zap stray whitespace | tb | 1 | -2/+2 |
2025-01-22 | ectest: fix misleading indentation | tb | 1 | -5/+7 |
2025-01-22 | ectest: remove unused defines | tb | 1 | -5/+1 |
2025-01-22 | ectest: even more lipstick | tb | 1 | -17/+15 |
2025-01-22 | ectest: apply some more lipstick | tb | 1 | -8/+3 |
2025-01-22 | ectest: switch from new + copy to dup. zap some NULL checks before free | tb | 1 | -42/+15 |
2025-01-22 | bn_test: remove random negative dance for bn_div_reciprocal() | tb | 1 | -3/+1 |
2025-01-22 | Use simpler (if a bit weird) dup instead of new + copy | tb | 1 | -5/+2 |
2025-01-22 | bn_recp: Avoid complication for negative moduli | tb | 2 | -13/+5 |
2025-01-22 | Adjust for BN_div_recp() -> BN_div_reciprocal() | tb | 1 | -3/+3 |
2025-01-22 | Rename BN_div_recp() into BN_div_reciprocal() | tb | 2 | -7/+7 |
2025-01-22 | Split BN_mod_sqr_reciprocal() out of BN_mod_mul_reciprocal() | tb | 3 | -23/+19 |
2025-01-22 | Remove the mul_generator_ct function pointer from EC_METHOD. | jsing | 3 | -24/+8 |
2025-01-22 | Expand the SM4_ROUNDS macro. | jsing | 1 | -25/+83 |
2025-01-22 | Replace {load,store}_u32_be() with crypto_{load,store}_be32toh(). | jsing | 1 | -39/+25 |
2025-01-22 | Pull the family key and constant key tables out of SM4_set_key(). | jsing | 1 | -28/+27 |
2025-01-22 | BN_mod_mul_reciprocal: remove y == NULL complication | tb | 1 | -14/+11 |
2025-01-22 | Replace rotl() with crypto_rol_u32(). | jsing | 1 | -15/+10 |
2025-01-22 | Ensure the cyclic subgroup cycles in the expected number of iterations. | jsing | 1 | -9/+14 |
2025-01-22 | ectest: heed long forgotten XXX and switch back to BN_one() | tb | 1 | -3/+2 |
2025-01-21 | EC_GROUP_check(): use accessor rather than reaching into the group | tb | 1 | -3/+4 |
2025-01-21 | ec/Makefile: remove excess tabs | tb | 1 | -9/+9 |
2025-01-21 | bn_test: use BN_RECP_CTX_create() rather than _new()/_set() | tb | 1 | -5/+3 |
2025-01-21 | Move BN_RECP_CTX to the heap | tb | 3 | -67/+48 |
2025-01-20 | crypto.h: zap some offensive whitespace | tb | 1 | -2/+2 |
2025-01-20 | Annotate why EVP_PKEY_CTX_ctrl_str() will stay for a while | tb | 1 | -1/+6 |
2025-01-19 | openssl x509: zap extra whitespace in usage | tb | 1 | -2/+2 |
2025-01-19 | appstest: remove the two tests exercising -C minimally | tb | 1 | -3/+3 |
2025-01-19 | Remove -C option from "apps" | tb | 6 | -436/+12 |
2025-01-19 | md_test: switch from 2<<28 to 1<<29 | tb | 1 | -2/+2 |
2025-01-19 | Improve bit counter handling in MD5. | jsing | 3 | -19/+18 |
2025-01-19 | ecparam: remove GF2m remnant | tb | 1 | -14/+4 |
2025-01-19 | Add regress coverage that checks the MD5 message bit counter handling. | jsing | 1 | -1/+66 |
2025-01-18 | Simplify tls1_check_ec_key() | tb | 1 | -7/+7 |
2025-01-18 | Rename grp to group like almost everywhere else | tb | 1 | -4/+4 |
2025-01-18 | Remove parentheses in return statements | tb | 1 | -14/+14 |
2025-01-18 | Remove two pointless NULL checks | tb | 1 | -8/+1 |
2025-01-18 | Drop field determination dance | tb | 1 | -9/+2 |