| Commit message (Expand) | Author | Age | Files | Lines |
* | Hook renegotiation regress. | jsing | 2025-02-01 | 1 | -1/+2 |
* | Fix certificate paths. | jsing | 2025-02-01 | 1 | -4/+4 |
* | Add regress coverage for TLS renegotiation. | jsing | 2025-02-01 | 2 | -0/+560 |
* | Mop up RC4_INDEX. | jsing | 2025-01-27 | 14 | -116/+19 |
* | X509_NAME_print(): remove no longer useful length check | tb | 2025-01-27 | 1 | -4/+1 |
* | X509_NAME_print: NUL-terminate and switch to BIO_printf() | tb | 2025-01-27 | 1 | -2/+5 |
* | x509_obj.c: be better at sorting | tb | 2025-01-27 | 1 | -2/+2 |
* | x509_obj.c: fix includes | tb | 2025-01-26 | 1 | -4/+5 |
* | Rework X509_NAME_print() | tb | 2025-01-26 | 1 | -33/+65 |
* | Rewrite X509_NAME_ENTRY_oneline() using CBB and CBS | tb | 2025-01-26 | 2 | -104/+123 |
* | x509_utl.c: use normal order of internal headers | tb | 2025-01-26 | 1 | -3/+2 |
* | Remove #error if OPENSSL_NO_FOO is defined | tb | 2025-01-25 | 23 | -115/+23 |
* | Garbage collect field_type member of the EC methods | tb | 2025-01-25 | 2 | -6/+2 |
* | Promote a few functions from EC API to garbage bin | tb | 2025-01-25 | 1 | -36/+41 |
* | Remove now unused internal ec_group_get_field_type() | tb | 2025-01-25 | 2 | -12/+2 |
* | Remove calls to ec_group_get_field_type() from EC_GROUP_cmp() | tb | 2025-01-25 | 1 | -3/+1 |
* | Make EC_KEY_precompute_mult() return 1 directly | tb | 2025-01-25 | 1 | -2/+2 |
* | Simplify ecpk_print_explicit_parameters() | tb | 2025-01-25 | 1 | -4/+2 |
* | Simplify ec_asn1_group2fieldid() | tb | 2025-01-25 | 1 | -25/+3 |
* | Remove now unused perlasm script for MD5 on amd64. | jsing | 2025-01-24 | 1 | -265/+0 |
* | Provide a readable assembly implementation for MD5 on amd64. | jsing | 2025-01-24 | 5 | -10/+246 |
* | Remove pointless call to EC_GROUP_precompute_mul() | tb | 2025-01-24 | 1 | -3/+1 |
* | ectest: zap stray whitespace | tb | 2025-01-22 | 1 | -2/+2 |
* | ectest: fix misleading indentation | tb | 2025-01-22 | 1 | -5/+7 |
* | ectest: remove unused defines | tb | 2025-01-22 | 1 | -5/+1 |
* | ectest: even more lipstick | tb | 2025-01-22 | 1 | -17/+15 |
* | ectest: apply some more lipstick | tb | 2025-01-22 | 1 | -8/+3 |
* | 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 |