| Commit message (Expand) | Author | Files | Lines |
13 days | _CONF_new_section(): replace hand-rolled strdup() with the real thing | tb | 1 | -5/+3 |
13 days | _CONF_new_section(): malloc() -> calloc() | tb | 1 | -4/+2 |
14 days | asn1_multi: remove a pointless cast | tb | 1 | -2/+2 |
14 days | Rename X509V3_get_section() to X509V3_get0_section() | tb | 6 | -15/+15 |
14 days | Garbage collect X509V3_section_free() | tb | 6 | -25/+8 |
2025-03-04 | unifdef OPENSSL_NO_CHAIN_VERIFY | tb | 1 | -6/+3 |
2025-03-01 | Zap trailing whitespace in dsa.h | tb | 1 | -7/+7 |
2025-03-01 | Remove offensive whitespace from x509.h | tb | 1 | -27/+27 |
2025-03-01 | conf.h: remove outdated comment | tb | 1 | -4/+1 |
2025-02-27 | Rename the crl_inf_cb() to crl_info_cb() | tb | 1 | -3/+3 |
2025-02-27 | Hoist X509_REVOKED_cmp() above its only caller | tb | 1 | -9/+7 |
2025-02-26 | obj_dat: remove parens from return | tb | 1 | -9/+9 |
2025-02-26 | asn1object: improve error message to include returned value | tb | 1 | -2/+2 |
2025-02-26 | obj_dat: don't shift a->length into the sign bit | tb | 1 | -2/+2 |
2025-02-26 | obj_dat: don't shift ca->type into the sign bit | tb | 1 | -2/+2 |
2025-02-25 | openssl ca: use BN_bn2hex() rather than reimplementing it | tb | 1 | -28/+18 |
2025-02-24 | x_crl.c: remove two NULL checks before *_free() | tb | 1 | -5/+3 |
2025-02-21 | Remove unused name member from x509_st | tb | 2 | -11/+2 |
2025-02-20 | Remove unused valid member of x509_st | tb | 2 | -4/+2 |
2025-02-18 | pkey_ec_derive(): simplify keylen calculation | tb | 1 | -5/+3 |
2025-02-17 | Simplify ECDH_size() by using BN_num_bytes() | tb | 1 | -3/+3 |
2025-02-14 | Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines. | jsing | 20 | -58/+120 |
2025-02-13 | ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplify | tb | 1 | -20/+7 |
2025-02-13 | dsa_gen: convert to BN_MONT_CTX_create() | tb | 1 | -5/+2 |
2025-02-13 | Convert bn_exp to BN_MONT_CTX_create() | tb | 1 | -53/+38 |
2025-02-13 | Convert BPSW to BN_MONT_CTX_create() | tb | 1 | -5/+2 |
2025-02-13 | Convert BN_MONT_CTX_set_locked() to BN_MONT_CTX_create() | tb | 1 | -4/+2 |
2025-02-13 | bn: add internal BN_MONT_CTX_create() | tb | 2 | -2/+22 |
2025-02-12 | recp -> reciprocal renaming in tests | tb | 2 | -7/+7 |
2025-02-12 | Rename BN_mod_exp_recp() to BN_mod_exp_reciprocal() | tb | 2 | -5/+5 |
2025-02-08 | Cache CRLs in issuer cache | tb | 2 | -18/+37 |
2025-02-08 | Move X509_NAME_print() next to its only internal caller | tb | 2 | -93/+91 |
2025-02-08 | x509_verify_parent_signature(): no need to bump pkey's refcount | tb | 1 | -4/+2 |
2025-02-08 | x509_verify: missing verify error on cached signature mismatch | tb | 1 | -2/+5 |
2025-02-04 | bn_recp: reformat another ugly comment | tb | 1 | -5/+6 |
2025-02-04 | SSL_select_next_proto: fix invalid octal escape by switching to hexadecimal | tb | 1 | -3/+3 |
2025-02-04 | Inline BN_reciprocal() in its only caller | tb | 1 | -36/+10 |
2025-02-04 | Start cleaning up BN_div_reciprocal() a bit | tb | 1 | -24/+23 |
2025-02-04 | Error check i2t_ASN1_OBJECT() and tweak warning message | tb | 1 | -2/+4 |
2025-02-01 | Improve detection and handling of alerts in renegotiation regress. | jsing | 1 | -23/+76 |
2025-02-01 | Hook renegotiation regress. | jsing | 1 | -1/+2 |
2025-02-01 | Fix certificate paths. | jsing | 1 | -4/+4 |
2025-02-01 | Add regress coverage for TLS renegotiation. | jsing | 2 | -0/+560 |
2025-01-27 | Mop up RC4_INDEX. | jsing | 14 | -116/+19 |
2025-01-27 | X509_NAME_print(): remove no longer useful length check | tb | 1 | -4/+1 |
2025-01-27 | X509_NAME_print: NUL-terminate and switch to BIO_printf() | tb | 1 | -2/+5 |
2025-01-27 | x509_obj.c: be better at sorting | tb | 1 | -2/+2 |
2025-01-26 | x509_obj.c: fix includes | tb | 1 | -4/+5 |
2025-01-26 | Rework X509_NAME_print() | tb | 1 | -33/+65 |
2025-01-26 | Rewrite X509_NAME_ENTRY_oneline() using CBB and CBS | tb | 2 | -104/+123 |