summaryrefslogtreecommitdiff
path: root/src/lib/libssl (unfollow)
Commit message (Expand)AuthorFilesLines
9 days_CONF_new_section(): replace hand-rolled strdup() with the real thingtb1-5/+3
9 days_CONF_new_section(): malloc() -> calloc()tb1-4/+2
11 daysasn1_multi: remove a pointless casttb1-2/+2
11 daysRename X509V3_get_section() to X509V3_get0_section()tb6-15/+15
11 daysGarbage collect X509V3_section_free()tb6-25/+8
12 daysunifdef OPENSSL_NO_CHAIN_VERIFYtb1-6/+3
2025-03-01Zap trailing whitespace in dsa.htb1-7/+7
2025-03-01Remove offensive whitespace from x509.htb1-27/+27
2025-03-01conf.h: remove outdated commenttb1-4/+1
2025-02-27Rename the crl_inf_cb() to crl_info_cb()tb1-3/+3
2025-02-27Hoist X509_REVOKED_cmp() above its only callertb1-9/+7
2025-02-26obj_dat: remove parens from returntb1-9/+9
2025-02-26asn1object: improve error message to include returned valuetb1-2/+2
2025-02-26obj_dat: don't shift a->length into the sign bittb1-2/+2
2025-02-26obj_dat: don't shift ca->type into the sign bittb1-2/+2
2025-02-25openssl ca: use BN_bn2hex() rather than reimplementing ittb1-28/+18
2025-02-24x_crl.c: remove two NULL checks before *_free()tb1-5/+3
2025-02-21Remove unused name member from x509_sttb2-11/+2
2025-02-20Remove unused valid member of x509_sttb2-4/+2
2025-02-18pkey_ec_derive(): simplify keylen calculationtb1-5/+3
2025-02-17Simplify ECDH_size() by using BN_num_bytes()tb1-3/+3
2025-02-14Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing20-58/+120
2025-02-13ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplifytb1-20/+7
2025-02-13dsa_gen: convert to BN_MONT_CTX_create()tb1-5/+2
2025-02-13Convert bn_exp to BN_MONT_CTX_create()tb1-53/+38
2025-02-13Convert BPSW to BN_MONT_CTX_create()tb1-5/+2
2025-02-13Convert BN_MONT_CTX_set_locked() to BN_MONT_CTX_create()tb1-4/+2
2025-02-13bn: add internal BN_MONT_CTX_create()tb2-2/+22
2025-02-12recp -> reciprocal renaming in teststb2-7/+7
2025-02-12Rename BN_mod_exp_recp() to BN_mod_exp_reciprocal()tb2-5/+5
2025-02-08Cache CRLs in issuer cachetb2-18/+37
2025-02-08Move X509_NAME_print() next to its only internal callertb2-93/+91
2025-02-08x509_verify_parent_signature(): no need to bump pkey's refcounttb1-4/+2
2025-02-08x509_verify: missing verify error on cached signature mismatchtb1-2/+5
2025-02-04bn_recp: reformat another ugly commenttb1-5/+6
2025-02-04SSL_select_next_proto: fix invalid octal escape by switching to hexadecimaltb1-3/+3
2025-02-04Inline BN_reciprocal() in its only callertb1-36/+10
2025-02-04Start cleaning up BN_div_reciprocal() a bittb1-24/+23
2025-02-04Error check i2t_ASN1_OBJECT() and tweak warning messagetb1-2/+4
2025-02-01Improve detection and handling of alerts in renegotiation regress.jsing1-23/+76
2025-02-01Hook renegotiation regress.jsing1-1/+2
2025-02-01Fix certificate paths.jsing1-4/+4
2025-02-01Add regress coverage for TLS renegotiation.jsing2-0/+560
2025-01-27Mop up RC4_INDEX.jsing14-116/+19
2025-01-27X509_NAME_print(): remove no longer useful length checktb1-4/+1
2025-01-27X509_NAME_print: NUL-terminate and switch to BIO_printf()tb1-2/+5
2025-01-27x509_obj.c: be better at sortingtb1-2/+2
2025-01-26x509_obj.c: fix includestb1-4/+5
2025-01-26Rework X509_NAME_print()tb1-33/+65
2025-01-26Rewrite X509_NAME_ENTRY_oneline() using CBB and CBStb2-104/+123