| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the remainder of evp_lib.c into evp_cipher.c | tb | 2023-12-29 | 3 | -367/+299 |
* | Move the middle part of evp_lib.c to evp_digest.c | tb | 2023-12-29 | 2 | -205/+205 |
* | Use more consistent naming for some files in evp | tb | 2023-12-29 | 4 | -7/+7 |
* | Use a void pointer rather than char for method_data | tb | 2023-12-29 | 2 | -9/+7 |
* | Remove the unused init flag of X509_LOOKUP | tb | 2023-12-29 | 1 | -2/+1 |
* | Clean up pkey_ec_paramgen() | tb | 2023-12-28 | 1 | -10/+17 |
* | Rework pkey_das_paramgen() | tb | 2023-12-28 | 1 | -16/+21 |
* | Rework pkey_dh_paramgen() | tb | 2023-12-28 | 1 | -16/+19 |
* | Fix pkey_ec_keygen() | tb | 2023-12-28 | 1 | -13/+20 |
* | Rework pkey_dsa_keygen() | tb | 2023-12-28 | 1 | -9/+18 |
* | Rework pkey_dh_keygen() | tb | 2023-12-28 | 1 | -9/+19 |
* | Rework and fix pkey_hmac_keygen() | tb | 2023-12-28 | 1 | -8/+15 |
* | Rework pkey_rsa_keygen() | tb | 2023-12-28 | 1 | -17/+21 |
* | Rework rsa_priv_decode() | tb | 2023-12-28 | 1 | -14/+17 |
* | Clean up old_rsa_priv_decode() | tb | 2023-12-28 | 1 | -4/+13 |
* | Clean up and fix pkey_cmac_keygen() | tb | 2023-12-28 | 1 | -11/+16 |
* | Replace EVP_KEY_assign_GOST() calls with EVP_PKEY_set_type() | tb | 2023-12-28 | 1 | -3/+7 |
* | Fix another EVP_PKEY_assign_GOST() call | tb | 2023-12-28 | 1 | -2/+4 |
* | Clean up pkey_gost_mac_keygen() | tb | 2023-12-28 | 1 | -8/+15 |
* | Add initial regress for CRYPTO_EX_DATA. | jsing | 2023-12-27 | 3 | -1/+237 |
* | Remove engine regress. | jsing | 2023-12-27 | 3 | -264/+1 |
* | X509_LOOKUP_shutdown() became a noop. | tb | 2023-12-27 | 1 | -2/+1 |
* | Rename some argument placeholders to be less cryptic, | schwarze | 2023-12-26 | 2 | -55/+58 |
* | Close some major gaps in the documentation of EVP_Cipher(3), | schwarze | 2023-12-26 | 1 | -10/+65 |
* | EVP_CipherInit(): remove cleanup call | tb | 2023-12-26 | 1 | -3/+1 |
* | EVP_CipherInit_ex() merge two code paths | tb | 2023-12-26 | 1 | -9/+4 |
* | Move EVP_PKEY_assign() a bit up and tweak it slightly | tb | 2023-12-25 | 1 | -10/+10 |
* | Remove unused X509_LOOKUP_METHODs | tb | 2023-12-25 | 5 | -43/+12 |
* | Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}() | tb | 2023-12-25 | 1 | -14/+26 |
* | Rename a few ret into pkey | tb | 2023-12-25 | 1 | -28/+29 |
* | Rework EVP_PKEY_set_type{,_str}() | tb | 2023-12-25 | 1 | -34/+27 |
* | Rework EVP_PKEY_free() | tb | 2023-12-25 | 1 | -11/+7 |
* | Move EVP_PKEY_free() up next to evp_pkey_free_pkey_ptr() | tb | 2023-12-25 | 1 | -19/+19 |
* | Fix EVP_PKEY_up_ref() - must have hit ^X somehow | tb | 2023-12-25 | 1 | -2/+2 |
* | Rework evp_pkey_free_pkey_ptr() | tb | 2023-12-25 | 1 | -6/+7 |
* | Rename EVP_PKEY_free_it() into evp_pkey_free_pkey_ptr() | tb | 2023-12-25 | 1 | -4/+4 |
* | Move the confusingly named EVP_PKEY_free_it() a bit up | tb | 2023-12-25 | 1 | -12/+10 |
* | Simplify EVP_PKEY_up_ref() | tb | 2023-12-25 | 1 | -3/+2 |
* | Switch EVP_PKEY_new() from malloc() to calloc() | tb | 2023-12-25 | 1 | -8/+6 |
* | Clarify that the ENGINE argument is ignored; OK tb@. | schwarze | 2023-12-25 | 1 | -11/+10 |
* | Move EVP_Digest() next to the functions it wraps | tb | 2023-12-24 | 1 | -18/+18 |
* | Use more consistent order for Init/Update/Final | tb | 2023-12-23 | 1 | -17/+17 |
* | Prefix get_trusted_issuer() with x509_vfy_ | tb | 2023-12-23 | 1 | -4/+3 |
* | Remove two no longer necessary reminders | tb | 2023-12-22 | 1 | -3/+1 |
* | Remove extra whitespace on two lines | tb | 2023-12-22 | 1 | -3/+3 |
* | Add length checks for partial_len | tb | 2023-12-22 | 1 | -6/+7 |
* | Rename check_hosts() | tb | 2023-12-22 | 1 | -3/+3 |
* | Replace check_trust() with its x509_vfy_ prefixed wrapper | tb | 2023-12-22 | 1 | -11/+4 |
* | Replace check_chain_extensions() with its x509_vfy_ wrapper | tb | 2023-12-22 | 1 | -8/+2 |
* | Replace check_id() with its x509_vfy_check_id() wrapper | tb | 2023-12-22 | 1 | -9/+4 |