| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ectest: switch from new + copy to dup. zap some NULL checks before free | tb | 2025-01-22 | 1 | -42/+15 |
* | bn_test: remove random negative dance for bn_div_reciprocal() | tb | 2025-01-22 | 1 | -3/+1 |
* | Use simpler (if a bit weird) dup instead of new + copy | tb | 2025-01-22 | 1 | -5/+2 |
* | bn_recp: Avoid complication for negative moduli | tb | 2025-01-22 | 2 | -13/+5 |
* | Adjust for BN_div_recp() -> BN_div_reciprocal() | tb | 2025-01-22 | 1 | -3/+3 |
* | Rename BN_div_recp() into BN_div_reciprocal() | tb | 2025-01-22 | 2 | -7/+7 |
* | Split BN_mod_sqr_reciprocal() out of BN_mod_mul_reciprocal() | tb | 2025-01-22 | 3 | -23/+19 |
* | Remove the mul_generator_ct function pointer from EC_METHOD. | jsing | 2025-01-22 | 3 | -24/+8 |
* | Expand the SM4_ROUNDS macro. | jsing | 2025-01-22 | 1 | -25/+83 |
* | Replace {load,store}_u32_be() with crypto_{load,store}_be32toh(). | jsing | 2025-01-22 | 1 | -39/+25 |
* | Pull the family key and constant key tables out of SM4_set_key(). | jsing | 2025-01-22 | 1 | -28/+27 |
* | BN_mod_mul_reciprocal: remove y == NULL complication | tb | 2025-01-22 | 1 | -14/+11 |
* | Replace rotl() with crypto_rol_u32(). | jsing | 2025-01-22 | 1 | -15/+10 |
* | Ensure the cyclic subgroup cycles in the expected number of iterations. | jsing | 2025-01-22 | 1 | -9/+14 |
* | ectest: heed long forgotten XXX and switch back to BN_one() | tb | 2025-01-22 | 1 | -3/+2 |
* | EC_GROUP_check(): use accessor rather than reaching into the group | tb | 2025-01-21 | 1 | -3/+4 |
* | ec/Makefile: remove excess tabs | tb | 2025-01-21 | 1 | -9/+9 |
* | bn_test: use BN_RECP_CTX_create() rather than _new()/_set() | tb | 2025-01-21 | 1 | -5/+3 |
* | Move BN_RECP_CTX to the heap | tb | 2025-01-21 | 3 | -67/+48 |
* | crypto.h: zap some offensive whitespace | tb | 2025-01-20 | 1 | -2/+2 |
* | Annotate why EVP_PKEY_CTX_ctrl_str() will stay for a while | tb | 2025-01-20 | 1 | -1/+6 |
* | openssl x509: zap extra whitespace in usage | tb | 2025-01-19 | 1 | -2/+2 |
* | appstest: remove the two tests exercising -C minimally | tb | 2025-01-19 | 1 | -3/+3 |
* | Remove -C option from "apps" | tb | 2025-01-19 | 6 | -436/+12 |
* | md_test: switch from 2<<28 to 1<<29 | tb | 2025-01-19 | 1 | -2/+2 |
* | Improve bit counter handling in MD5. | jsing | 2025-01-19 | 3 | -19/+18 |
* | ecparam: remove GF2m remnant | tb | 2025-01-19 | 1 | -14/+4 |
* | Add regress coverage that checks the MD5 message bit counter handling. | jsing | 2025-01-19 | 1 | -1/+66 |
* | Simplify tls1_check_ec_key() | tb | 2025-01-18 | 1 | -7/+7 |
* | Rename grp to group like almost everywhere else | tb | 2025-01-18 | 1 | -4/+4 |
* | Remove parentheses in return statements | tb | 2025-01-18 | 1 | -14/+14 |
* | Remove two pointless NULL checks | tb | 2025-01-18 | 1 | -8/+1 |
* | Drop field determination dance | tb | 2025-01-18 | 1 | -9/+2 |
* | Stop pretending we support arbirary explicit groups | tb | 2025-01-18 | 1 | -3/+2 |
* | Remove SSL_DES and SSL_IDEA remnants | tb | 2025-01-18 | 2 | -6/+2 |
* | SSL_CTX_set_cipher_list: stop mentioning ancient ciphers | tb | 2025-01-18 | 1 | -11/+1 |
* | Remove last uses of SSL_aDSS | tb | 2025-01-18 | 2 | -14/+2 |
* | ssl_seclevel: remove comment pertaining to DSA certs | tb | 2025-01-18 | 1 | -6/+1 |
* | Stop mentioning DSA/DSS | tb | 2025-01-18 | 6 | -23/+16 |
* | Use name instead of register. | jsing | 2025-01-18 | 1 | -3/+3 |
* | ssl_local.h: does not need to include dsa.h | tb | 2025-01-17 | 1 | -2/+1 |
* | rsa_pmeth: unify strcmp return checks | tb | 2025-01-17 | 1 | -12/+10 |
* | Replace the remaining group->meth->field_{mul,sqr} | tb | 2025-01-17 | 1 | -13/+13 |
* | ecp_methods: remove p = group->p indirection | tb | 2025-01-17 | 1 | -37/+34 |
* | ecp_methods: rework field_{mul,sqr}() handling | tb | 2025-01-17 | 1 | -93/+83 |
* | Fix two incorrect strtonum() conversions | tb | 2025-01-17 | 1 | -3/+13 |
* | dh_ameth: explcitly -> explicitly | tb | 2025-01-17 | 1 | -2/+2 |
* | asn_mime: deteched -> detached + a knf nit | tb | 2025-01-17 | 1 | -2/+3 |
* | Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants) | tb | 2025-01-15 | 12 | -191/+130 |
* | Default to eopenssl33 for other_openssl_bin | tb | 2025-01-15 | 1 | -2/+2 |