| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Remove a bunch of function pointers from X509_STORE_CTX | tb | 2023-12-22 | 2 | -42/+18 |
* | Simplify some logic in EVP_EncryptInit_ex() | tb | 2023-12-22 | 1 | -24/+28 |
* | Clean up includes in cms_smime.c | tb | 2023-12-22 | 1 | -7/+14 |
* | evp_enc: make some flag checks explicit | tb | 2023-12-22 | 1 | -4/+4 |
* | Remove cleanup() and get_crl() from X509_STORE_CTX | tb | 2023-12-22 | 2 | -15/+3 |
* | Remove unused function pointers from X509_STORE | tb | 2023-12-22 | 2 | -55/+11 |
* | Remove EVP_PKEY_asn1_add{0,_alias}() documentation | tb | 2023-12-21 | 4 | -78/+14 |
* | Mark some API-to-be-removed as intentionally undocumented | tb | 2023-12-21 | 1 | -2/+6 |
* | Remove some superfluous parentheses | tb | 2023-12-21 | 1 | -3/+3 |
* | Clean up includes in cms_pwri.c | tb | 2023-12-20 | 1 | -8/+10 |
* | Use BIO_indent() for indentation in tasn_prn.c | tb | 2023-12-20 | 1 | -10/+4 |
* | Rename impl into engine | tb | 2023-12-20 | 1 | -4/+4 |
* | Rename inl to in_len throughout the file | tb | 2023-12-20 | 1 | -32/+32 |
* | Rename outl into out_len throughout the file | tb | 2023-12-20 | 1 | -32/+32 |
* | Tweak a comment a bit | tb | 2023-12-20 | 1 | -3/+3 |
* | Remove block_mask from EVP_CIPHER_CTX | tb | 2023-12-20 | 2 | -7/+15 |
* | Add some sanity checks for EVP_CIPHER_meth_new() | tb | 2023-12-20 | 1 | -1/+8 |
* | Merge p_open and p_seal into p_legacy | tb | 2023-12-20 | 4 | -247/+104 |
* | Fold p_dec.c and p_enc.c into a new p_legacy.c | tb | 2023-12-20 | 3 | -81/+16 |
* | Less confusing variable names in EVP_PKEY_{de,en}crypt_old() | tb | 2023-12-20 | 2 | -10/+10 |
* | Improve local variable names | tb | 2023-12-20 | 1 | -29/+29 |
* | Rename buf_len into partial_len in EVP_CIPHER_CTX | tb | 2023-12-20 | 2 | -11/+11 |