summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* _CONF_new_section(): malloc() -> calloc()tb8 days1-4/+2
* asn1_multi: remove a pointless casttb9 days1-2/+2
* Rename X509V3_get_section() to X509V3_get0_section()tb9 days6-15/+15
* Garbage collect X509V3_section_free()tb9 days6-25/+8
* unifdef OPENSSL_NO_CHAIN_VERIFYtb11 days1-6/+3
* Zap trailing whitespace in dsa.htb2025-03-011-7/+7
* Remove offensive whitespace from x509.htb2025-03-011-27/+27
* conf.h: remove outdated commenttb2025-03-011-4/+1
* Rename the crl_inf_cb() to crl_info_cb()tb2025-02-271-3/+3
* Hoist X509_REVOKED_cmp() above its only callertb2025-02-271-9/+7
* obj_dat: remove parens from returntb2025-02-261-9/+9
* asn1object: improve error message to include returned valuetb2025-02-261-2/+2
* obj_dat: don't shift a->length into the sign bittb2025-02-261-2/+2
* obj_dat: don't shift ca->type into the sign bittb2025-02-261-2/+2
* openssl ca: use BN_bn2hex() rather than reimplementing ittb2025-02-251-28/+18
* x_crl.c: remove two NULL checks before *_free()tb2025-02-241-5/+3
* Remove unused name member from x509_sttb2025-02-212-11/+2
* Remove unused valid member of x509_sttb2025-02-202-4/+2
* pkey_ec_derive(): simplify keylen calculationtb2025-02-181-5/+3
* Simplify ECDH_size() by using BN_num_bytes()tb2025-02-171-3/+3
* Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing2025-02-1420-58/+120
* ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplifytb2025-02-131-20/+7
* dsa_gen: convert to BN_MONT_CTX_create()tb2025-02-131-5/+2
* Convert bn_exp to BN_MONT_CTX_create()tb2025-02-131-53/+38
* Convert BPSW to BN_MONT_CTX_create()tb2025-02-131-5/+2
* Convert BN_MONT_CTX_set_locked() to BN_MONT_CTX_create()tb2025-02-131-4/+2
* bn: add internal BN_MONT_CTX_create()tb2025-02-132-2/+22
* recp -> reciprocal renaming in teststb2025-02-122-7/+7
* Rename BN_mod_exp_recp() to BN_mod_exp_reciprocal()tb2025-02-122-5/+5
* Cache CRLs in issuer cachetb2025-02-082-18/+37
* Move X509_NAME_print() next to its only internal callertb2025-02-082-93/+91
* x509_verify_parent_signature(): no need to bump pkey's refcounttb2025-02-081-4/+2
* x509_verify: missing verify error on cached signature mismatchtb2025-02-081-2/+5
* bn_recp: reformat another ugly commenttb2025-02-041-5/+6
* SSL_select_next_proto: fix invalid octal escape by switching to hexadecimaltb2025-02-041-3/+3
* Inline BN_reciprocal() in its only callertb2025-02-041-36/+10
* Start cleaning up BN_div_reciprocal() a bittb2025-02-041-24/+23
* Error check i2t_ASN1_OBJECT() and tweak warning messagetb2025-02-041-2/+4
* Improve detection and handling of alerts in renegotiation regress.jsing2025-02-011-23/+76
* Hook renegotiation regress.jsing2025-02-011-1/+2
* Fix certificate paths.jsing2025-02-011-4/+4
* Add regress coverage for TLS renegotiation.jsing2025-02-012-0/+560
* Mop up RC4_INDEX.jsing2025-01-2714-116/+19
* X509_NAME_print(): remove no longer useful length checktb2025-01-271-4/+1
* X509_NAME_print: NUL-terminate and switch to BIO_printf()tb2025-01-271-2/+5
* x509_obj.c: be better at sortingtb2025-01-271-2/+2
* x509_obj.c: fix includestb2025-01-261-4/+5
* Rework X509_NAME_print()tb2025-01-261-33/+65
* Rewrite X509_NAME_ENTRY_oneline() using CBB and CBStb2025-01-262-104/+123
* x509_utl.c: use normal order of internal headerstb2025-01-261-3/+2