| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docs | tb | 2025-03-08 | 1 | -53/+1 |
* | Remove EC_POINTs_{make_affine,mul}() docs | tb | 2025-03-08 | 1 | -67/+2 |
* | Remove EC_GROUP_{,have_}precompute_mult() docs | tb | 2025-03-08 | 1 | -31/+4 |
* | Remove EC_GROUP_method_of() docs | tb | 2025-03-08 | 1 | -20/+1 |
* | Remove EC_GFp_* and EC_METHOD_get_field_type docs | tb | 2025-03-08 | 7 | -156/+12 |
* | Inline _CONF_get_section_values() in its last caller and remove it | tb | 2025-03-08 | 3 | -19/+9 |
* | Provide an accelerated SHA-256 assembly implementation for aarch64. | jsing | 2025-03-07 | 4 | -2/+232 |
* | _CONF_new_section: error check hash insertion | tb | 2025-03-07 | 1 | -1/+5 |
* | _CONF_new_section(): avoid silly ok dance | tb | 2025-03-07 | 1 | -11/+8 |
* | _CONF_new_section(): replace hand-rolled strdup() with the real thing | tb | 2025-03-07 | 1 | -5/+3 |
* | _CONF_new_section(): malloc() -> calloc() | tb | 2025-03-07 | 1 | -4/+2 |
* | asn1_multi: remove a pointless cast | tb | 2025-03-06 | 1 | -2/+2 |
* | Rename X509V3_get_section() to X509V3_get0_section() | tb | 2025-03-06 | 6 | -15/+15 |
* | Garbage collect X509V3_section_free() | tb | 2025-03-06 | 6 | -25/+8 |
* | unifdef OPENSSL_NO_CHAIN_VERIFY | tb | 2025-03-04 | 1 | -6/+3 |
* | Zap trailing whitespace in dsa.h | tb | 2025-03-01 | 1 | -7/+7 |
* | Remove offensive whitespace from x509.h | tb | 2025-03-01 | 1 | -27/+27 |
* | conf.h: remove outdated comment | tb | 2025-03-01 | 1 | -4/+1 |
* | Rename the crl_inf_cb() to crl_info_cb() | tb | 2025-02-27 | 1 | -3/+3 |
* | Hoist X509_REVOKED_cmp() above its only caller | tb | 2025-02-27 | 1 | -9/+7 |
* | obj_dat: remove parens from return | tb | 2025-02-26 | 1 | -9/+9 |
* | asn1object: improve error message to include returned value | tb | 2025-02-26 | 1 | -2/+2 |
* | obj_dat: don't shift a->length into the sign bit | tb | 2025-02-26 | 1 | -2/+2 |
* | obj_dat: don't shift ca->type into the sign bit | tb | 2025-02-26 | 1 | -2/+2 |
* | openssl ca: use BN_bn2hex() rather than reimplementing it | tb | 2025-02-25 | 1 | -28/+18 |
* | x_crl.c: remove two NULL checks before *_free() | tb | 2025-02-24 | 1 | -5/+3 |
* | Remove unused name member from x509_st | tb | 2025-02-21 | 2 | -11/+2 |
* | Remove unused valid member of x509_st | tb | 2025-02-20 | 2 | -4/+2 |
* | pkey_ec_derive(): simplify keylen calculation | tb | 2025-02-18 | 1 | -5/+3 |
* | Simplify ECDH_size() by using BN_num_bytes() | tb | 2025-02-17 | 1 | -3/+3 |
* | Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines. | jsing | 2025-02-14 | 20 | -58/+120 |
* | ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplify | tb | 2025-02-13 | 1 | -20/+7 |
* | dsa_gen: convert to BN_MONT_CTX_create() | tb | 2025-02-13 | 1 | -5/+2 |
* | Convert bn_exp to BN_MONT_CTX_create() | tb | 2025-02-13 | 1 | -53/+38 |
* | Convert BPSW to BN_MONT_CTX_create() | tb | 2025-02-13 | 1 | -5/+2 |
* | Convert BN_MONT_CTX_set_locked() to BN_MONT_CTX_create() | tb | 2025-02-13 | 1 | -4/+2 |
* | bn: add internal BN_MONT_CTX_create() | tb | 2025-02-13 | 2 | -2/+22 |
* | recp -> reciprocal renaming in tests | tb | 2025-02-12 | 2 | -7/+7 |
* | Rename BN_mod_exp_recp() to BN_mod_exp_reciprocal() | tb | 2025-02-12 | 2 | -5/+5 |
* | Cache CRLs in issuer cache | tb | 2025-02-08 | 2 | -18/+37 |
* | Move X509_NAME_print() next to its only internal caller | tb | 2025-02-08 | 2 | -93/+91 |
* | x509_verify_parent_signature(): no need to bump pkey's refcount | tb | 2025-02-08 | 1 | -4/+2 |
* | x509_verify: missing verify error on cached signature mismatch | tb | 2025-02-08 | 1 | -2/+5 |
* | bn_recp: reformat another ugly comment | tb | 2025-02-04 | 1 | -5/+6 |
* | SSL_select_next_proto: fix invalid octal escape by switching to hexadecimal | tb | 2025-02-04 | 1 | -3/+3 |
* | Inline BN_reciprocal() in its only caller | tb | 2025-02-04 | 1 | -36/+10 |
* | Start cleaning up BN_div_reciprocal() a bit | tb | 2025-02-04 | 1 | -24/+23 |
* | Error check i2t_ASN1_OBJECT() and tweak warning message | tb | 2025-02-04 | 1 | -2/+4 |
* | Improve detection and handling of alerts in renegotiation regress. | jsing | 2025-02-01 | 1 | -23/+76 |
* | Hook renegotiation regress. | jsing | 2025-02-01 | 1 | -1/+2 |