| Commit message (Expand) | Author | Age | Files | Lines |
* | KNF nit | tb | 2023-12-31 | 1 | -2/+2 |
* | Sort the NIDs by name | tb | 2023-12-31 | 1 | -8/+8 |
* | Replace the sorted extensions lookup with a switch | tb | 2023-12-31 | 1 | -58/+23 |
* | Sprinkle a handfull of missing continue | tb | 2023-12-31 | 1 | -1/+10 |
* | Make x509_issuer_cache_free_oldest() static | tb | 2023-12-30 | 1 | -2/+2 |
* | Some Australians don't like voids either | tb | 2023-12-30 | 1 | -3/+3 |
* | One more missing void was hiding here | tb | 2023-12-30 | 1 | -2/+2 |
* | Some BoringSSL devs spent too much time with C++ | tb | 2023-12-30 | 2 | -4/+4 |
* | Add extended regress coverage for ASN.1 methods | tb | 2023-12-30 | 1 | -1/+147 |
* | Fix two more unchecked EVP_PKEY_assign() calls | tb | 2023-12-30 | 1 | -17/+25 |
* | fix previous: key -> parameter | tb | 2023-12-29 | 1 | -2/+2 |
* | A .Xr to DSA_generate_parameters_ex() was lost accidentally | tb | 2023-12-29 | 1 | -1/+2 |
* | Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3 | tb | 2023-12-29 | 2 | -3/+3 |
* | Adjust documentation for upcoming DSA_generate_parameters removal | tb | 2023-12-29 | 5 | -70/+17 |
* | ameth_lib: zap trailing empty line | tb | 2023-12-29 | 1 | -2/+1 |
* | eckey: adjust some variable names and unwrap function definitions | tb | 2023-12-29 | 1 | -11/+8 |
* | Clean up old_ec_priv_decode() | tb | 2023-12-29 | 1 | -10/+17 |
* | Clean up eckey_param_decode() | tb | 2023-12-29 | 1 | -9/+16 |
* | Rework eckey_priv_decode() | tb | 2023-12-29 | 1 | -49/+53 |
* | Move a call to X509_ALGOR_get0() down a line | tb | 2023-12-29 | 1 | -2/+2 |
* | Neuter the SSL_set_debug(3) API | tb | 2023-12-29 | 4 | -21/+5 |
* | Garbage collect the last users of SSL_set_debug(3) | tb | 2023-12-29 | 2 | -5/+2 |
* | s_client: pause hasn't worked in ages. Just ignore it | tb | 2023-12-29 | 2 | -13/+5 |
* | Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.c | tb | 2023-12-29 | 5 | -212/+260 |
* | Zap some whitespace | tb | 2023-12-29 | 1 | -2/+2 |
* | Replace outdated comment on EVP_PKEY_asn1_find() with a todo item | tb | 2023-12-29 | 1 | -5/+5 |
* | Move EVP_PKEY_asn1_add* to the end of the file | tb | 2023-12-29 | 1 | -15/+20 |
* | Move the EVP_MD block size accessor down | tb | 2023-12-29 | 1 | -7/+11 |
* | Move the EVP_MD_CTX flag accessors up a bit | tb | 2023-12-29 | 1 | -19/+19 |
* | Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrl | tb | 2023-12-29 | 1 | -63/+62 |
* | Move init/reset next to cleanup | tb | 2023-12-29 | 1 | -13/+13 |
* | Move the copy/copy_ex stuff down below the new/free/clear mess | tb | 2023-12-29 | 1 | -63/+64 |
* | Merge the EVP_CIPHER_meth_* API into evp_cipher.c | tb | 2023-12-29 | 3 | -188/+176 |
* | 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 |