| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reimplement EVP_get_{cipher,digest}byname() | tb | 2024-01-13 | 2 | -20/+47 |
* | Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3) | tb | 2024-01-13 | 3 | -175/+161 |
* | Add a table of digest names, digests and aliases | tb | 2024-01-13 | 1 | -2/+475 |
* | Add a table of cipher names, ciphers and aliases | tb | 2024-01-13 | 2 | -1/+1090 |
* | Remove X509_STORE_CTX_purpose_inherit(3) documentation | tb | 2024-01-12 | 1 | -131/+41 |
* | X509_TRUST: tidy up includes | tb | 2024-01-10 | 1 | -2/+4 |
* | X509_TRUST: group together all trust_*() functions | tb | 2024-01-10 | 1 | -33/+30 |
* | X509_TRUST: hoist trust_compat() to the other end of the file | tb | 2024-01-10 | 1 | -12/+11 |
* | X509_TRUST: start shuffling some code around | tb | 2024-01-10 | 1 | -32/+31 |
* | Rework X509_STORE_CTX_set_{purpose,trust}() | tb | 2024-01-10 | 1 | -36/+35 |
* | Inline rsa_is_pss() and rsa_pkey_is_pss() | tb | 2024-01-10 | 1 | -11/+9 |
* | Drop an unnecessary cast | tb | 2024-01-10 | 1 | -2/+2 |
* | Fix print_fp() | tb | 2024-01-10 | 1 | -7/+5 |
* | Fix copy-paste error that broke openssl-ruby and openssl regress | tb | 2024-01-09 | 1 | -2/+2 |
* | Disable X509_STORE_CTX_purpose_inherit() | tb | 2024-01-08 | 1 | -23/+22 |
* | Inline X509_{TRUST,PUPROSE}_set() in their only callers | tb | 2024-01-08 | 1 | -3/+16 |
* | const correct aesni_{128,256}_cbc_hmac_sha1_cipher | tb | 2024-01-08 | 1 | -3/+3 |
* | Fix logic error (&& -> ||) | tb | 2024-01-08 | 1 | -2/+2 |
* | Garbage collect call to X509_TRUST_cleanup() | tb | 2024-01-07 | 1 | -2/+1 |
* | Minor cleanup in X509_STORE_CTX_purpose_inherit() | tb | 2024-01-07 | 1 | -9/+10 |
* | purpose/trust: Improve comments about COUNT/MAX confusion | tb | 2024-01-07 | 2 | -4/+10 |
* | const-correct r4_hmac_md5_cipher | tb | 2024-01-07 | 1 | -2/+2 |
* | Convert the remaining legacy ciphers to C99 initializers | tb | 2024-01-07 | 5 | -76/+90 |
* | Improve EVP_CIPHER_{get,set}_asn1_iv() | tb | 2024-01-07 | 1 | -25/+26 |
* | Remove X509_TRUST extensibility | tb | 2024-01-07 | 1 | -102/+10 |
* | Zap some more CRL method things | tb | 2024-01-06 | 1 | -10/+1 |
* | Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup() | tb | 2024-01-06 | 1 | -2/+1 |
* | Remove X509_CRL_METHOD internals | tb | 2024-01-06 | 3 | -92/+25 |
* | Remove X509_PURPOSE extensibility | tb | 2024-01-06 | 1 | -112/+10 |
* | EVP_PKEY_asn1_find_str() tweaks | tb | 2024-01-05 | 1 | -4/+3 |
* | evp_key.c: Remove more unnecessary parentheses | tb | 2024-01-05 | 1 | -7/+6 |
* | Minor tweaks in EVP_read_pw_string_min() | tb | 2024-01-05 | 1 | -4/+4 |
* | Plug a leak in EVP_read_pw_string_min() | tb | 2024-01-05 | 1 | -9/+14 |
* | Disable EVP_PKEY_meth_* extensibility | tb | 2024-01-04 | 1 | -46/+7 |
* | Remove last external call to EVP_PKEY_meth_find() | tb | 2024-01-04 | 1 | -5/+6 |
* | Remove unused app_data from EVP_CIPHER | tb | 2024-01-04 | 15 | -84/+15 |
* | Clean up EVP_PKEY_asn1_get0_info() a bit | tb | 2024-01-04 | 1 | -14/+16 |
* | Clean up EVP_PKEY_asn1_find_str() | tb | 2024-01-04 | 1 | -9/+18 |
* | Simplify EVP_PKEY_asn1_find() | tb | 2024-01-04 | 1 | -33/+9 |
* | Replace .pkey_base_id with a .base_method pointer | tb | 2024-01-04 | 11 | -32/+32 |
* | Neuter the remainder of the ameth lib | tb | 2024-01-04 | 1 | -65/+13 |
* | Split ameth arrays into individual methods | tb | 2024-01-04 | 4 | -149/+150 |
* | Improve length checks for oiv and iv | tb | 2024-01-04 | 1 | -4/+5 |
* | Improve order in ancient CMS helpers | tb | 2024-01-03 | 1 | -25/+25 |
* | Move a t to the right place in a comment | tb | 2024-01-02 | 1 | -2/+2 |
* | Match struct order for the EVP_CIPHER_CTX accessors | tb | 2024-01-02 | 1 | -69/+73 |
* | Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internals | tb | 2024-01-02 | 1 | -38/+42 |
* | Move the trivial EVP_CIPHER getters down | tb | 2024-01-02 | 1 | -31/+35 |
* | Simplify EVP_CIPHER_{asn1_to_param,parma_to_asn1}() | tb | 2024-01-02 | 1 | -17/+13 |
* | Move the EVP_CIPHER API that only exists for CMS/legacy a bit down | tb | 2024-01-02 | 1 | -121/+125 |