| Commit message (Expand) | Author | Files | Lines |
2024-01-08 | Disable X509_STORE_CTX_purpose_inherit() | tb | 1 | -23/+22 |
2024-01-08 | Inline X509_{TRUST,PUPROSE}_set() in their only callers | tb | 1 | -3/+16 |
2024-01-08 | const correct aesni_{128,256}_cbc_hmac_sha1_cipher | tb | 1 | -3/+3 |
2024-01-08 | Fix logic error (&& -> ||) | tb | 1 | -2/+2 |
2024-01-07 | Garbage collect call to X509_TRUST_cleanup() | tb | 1 | -2/+1 |
2024-01-07 | Minor cleanup in X509_STORE_CTX_purpose_inherit() | tb | 1 | -9/+10 |
2024-01-07 | purpose/trust: Improve comments about COUNT/MAX confusion | tb | 2 | -4/+10 |
2024-01-07 | const-correct r4_hmac_md5_cipher | tb | 1 | -2/+2 |
2024-01-07 | Convert the remaining legacy ciphers to C99 initializers | tb | 5 | -76/+90 |
2024-01-07 | Improve EVP_CIPHER_{get,set}_asn1_iv() | tb | 1 | -25/+26 |
2024-01-07 | Remove X509_TRUST extensibility | tb | 1 | -102/+10 |
2024-01-06 | Zap some more CRL method things | tb | 1 | -10/+1 |
2024-01-06 | Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup() | tb | 1 | -2/+1 |
2024-01-06 | Remove X509_CRL_METHOD internals | tb | 3 | -92/+25 |
2024-01-06 | Remove X509_PURPOSE extensibility | tb | 1 | -112/+10 |
2024-01-05 | EVP_PKEY_asn1_find_str() tweaks | tb | 1 | -4/+3 |
2024-01-05 | evp_key.c: Remove more unnecessary parentheses | tb | 1 | -7/+6 |
2024-01-05 | Minor tweaks in EVP_read_pw_string_min() | tb | 1 | -4/+4 |
2024-01-05 | Plug a leak in EVP_read_pw_string_min() | tb | 1 | -9/+14 |
2024-01-04 | Disable EVP_PKEY_meth_* extensibility | tb | 1 | -46/+7 |
2024-01-04 | Remove last external call to EVP_PKEY_meth_find() | tb | 1 | -5/+6 |
2024-01-04 | Remove unused app_data from EVP_CIPHER | tb | 15 | -84/+15 |
2024-01-04 | Clean up EVP_PKEY_asn1_get0_info() a bit | tb | 1 | -14/+16 |
2024-01-04 | Clean up EVP_PKEY_asn1_find_str() | tb | 1 | -9/+18 |
2024-01-04 | Simplify EVP_PKEY_asn1_find() | tb | 1 | -33/+9 |
2024-01-04 | Replace .pkey_base_id with a .base_method pointer | tb | 11 | -32/+32 |
2024-01-04 | Neuter the remainder of the ameth lib | tb | 1 | -65/+13 |
2024-01-04 | Split ameth arrays into individual methods | tb | 4 | -149/+150 |
2024-01-04 | Improve length checks for oiv and iv | tb | 1 | -4/+5 |
2024-01-03 | Improve order in ancient CMS helpers | tb | 1 | -25/+25 |
2024-01-02 | Move a t to the right place in a comment | tb | 1 | -2/+2 |
2024-01-02 | Match struct order for the EVP_CIPHER_CTX accessors | tb | 1 | -69/+73 |
2024-01-02 | Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internals | tb | 1 | -38/+42 |
2024-01-02 | Move the trivial EVP_CIPHER getters down | tb | 1 | -31/+35 |
2024-01-02 | Simplify EVP_CIPHER_{asn1_to_param,parma_to_asn1}() | tb | 1 | -17/+13 |
2024-01-02 | Move the EVP_CIPHER API that only exists for CMS/legacy a bit down | tb | 1 | -121/+125 |
2024-01-02 | sm4: more NULL misspellings | tb | 1 | -4/+4 |
2024-01-02 | Two spellings of key length are enough | tb | 1 | -6/+7 |
2024-01-02 | Rename the poor outlier EVP_CIPHER *e into *cipher | tb | 1 | -3/+3 |
2024-01-02 | Better variable names in EVP_CIPHER_type() | tb | 1 | -7/+8 |
2024-01-02 | Consistently use ctx for an EVP_CIPHER_CTX | tb | 1 | -36/+36 |
2024-01-01 | Fix bounds check in EVP_PKEY_CTX_get_keygen_info() | tb | 1 | -2/+2 |
2024-01-01 | kill gross whitespace | tb | 1 | -6/+6 |
2024-01-01 | pkey_is_pss() and pkey_ctx_is_pss() to rsa_ameth.c | tb | 2 | -6/+6 |
2024-01-01 | Remove EVP_PKEY's save_type member | tb | 2 | -6/+2 |
2023-12-31 | KNF nit | tb | 1 | -2/+2 |
2023-12-31 | Sort the NIDs by name | tb | 1 | -8/+8 |
2023-12-31 | Replace the sorted extensions lookup with a switch | tb | 1 | -58/+23 |
2023-12-31 | Sprinkle a handfull of missing continue | tb | 1 | -1/+10 |
2023-12-30 | Make x509_issuer_cache_free_oldest() static | tb | 1 | -2/+2 |