| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Retire X509V3_set_conf_lhash() | tb | 2024-08-31 | 4 | -16/+3 |
* | Retire X509V3_EXT_{,CRL_,REQ_}add_conf() | tb | 2024-08-31 | 4 | -42/+3 |
* | Remove OPENSSL_load_builtin_modules | tb | 2024-08-31 | 6 | -10/+9 |
* | Unexport CONF_set_nconf() | tb | 2024-08-31 | 3 | -6/+5 |
* | Remove more CONF_* functions that are no longer needed | tb | 2024-08-31 | 4 | -153/+3 |
* | Inline last use of CONF_free() | tb | 2024-08-31 | 1 | -2/+5 |
* | Unexport NCONF_default | tb | 2024-08-31 | 5 | -8/+6 |
* | Inline NCONF_free_data in its only user | tb | 2024-08-31 | 4 | -16/+4 |
* | const correct uses of CONF_METHOD | tb | 2024-08-31 | 4 | -13/+13 |
* | Stop using conf->meth_data and make CONF_type_default const | tb | 2024-08-31 | 3 | -7/+7 |
* | Remove NCONF_WIN32 | tb | 2024-08-31 | 5 | -75/+4 |
* | Retire conf_api.h and the API therein | tb | 2024-08-31 | 8 | -146/+17 |
* | Unexport some conf layers unused outside of libcrypto | tb | 2024-08-31 | 10 | -84/+31 |
* | Make CONF_METHOD opaque | tb | 2024-08-31 | 7 | -19/+92 |
* | Remove unused {,N}CONF_dump_{bio,fp}() | tb | 2024-08-31 | 4 | -68/+3 |
* | Remove EVP_PKEY_*check again | tb | 2024-08-31 | 4 | -40/+3 |
* | Garbage collect the DH_check*_ex() API | tb | 2024-08-30 | 2 | -75/+4 |
* | Remove cross references to whirlpool | tb | 2024-08-30 | 2 | -6/+4 |
* | Revert commitid KcCtsA53F9UQzc0t: | guenther | 2024-08-30 | 1 | -5/+6 |
* | Remove documentation of EVP_whirlpool | tb | 2024-08-29 | 2 | -85/+1 |
* | Remove documentation of ERR_add_error_{,v}data() | tb | 2024-08-29 | 2 | -41/+8 |
* | HMAC_Init() is dead. Long live HMAC_Init_ex() | tb | 2024-08-29 | 1 | -17/+2 |
* | Remove documentation of (caveat on) X509_TRUST_DEFAULT | tb | 2024-08-29 | 1 | -12/+2 |
* | Remove the pkey_{,public_,param_}check() handlers | tb | 2024-08-29 | 5 | -140/+15 |
* | repair bizzare indents; ok tb | deraadt | 2024-08-29 | 2 | -4/+12 |
* | def_create(): switch from malloc() to calloc() | tb | 2024-08-28 | 1 | -2/+2 |
* | Get rid of last use of db_meth | tb | 2024-08-28 | 2 | -41/+14 |
* | Remove a few obvious comments, unwrap a few lines and annotate some | tb | 2024-08-28 | 1 | -26/+9 |
* | Turn X509V3_set_conf_lhash() into a noop | tb | 2024-08-28 | 2 | -28/+3 |
* | Add LCRYPTO_USED(X509_get_signature_info) | tb | 2024-08-28 | 1 | -1/+2 |
* | Disable X509V3_EXT{,_CRL,_REQ}_add_conf() | tb | 2024-08-28 | 2 | -21/+11 |
* | Annotate X509V3_CONF_CTX and its only instance for removal | tb | 2024-08-28 | 1 | -4/+3 |
* | Make use of X509_get_signature_info() in check_sig_level() | tb | 2024-08-28 | 1 | -20/+3 |
* | Document X509_get0_signature_info() | tb | 2024-08-28 | 1 | -3/+70 |
* | Implement X509_get_signature_info() | tb | 2024-08-28 | 6 | -5/+204 |
* | Fix underlying pkey of RSA-PSS | tb | 2024-08-28 | 1 | -2/+2 |
* | Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp() | tb | 2024-08-28 | 1 | -1/+6 |
* | Clean up and simplify OCSP_cert_id_new() | tb | 2024-08-28 | 1 | -21/+16 |
* | Avoid reaching into X509_ALGOR in ocsp_certid_print() | tb | 2024-08-28 | 1 | -2/+6 |
* | Avoid polluting the error stack when printing certificates | tb | 2024-08-28 | 1 | -3/+17 |
* | cms_att.c: tidy includes and add x509_local.h for upcoming change | tb | 2024-08-27 | 1 | -5/+5 |
* | replace atoi(3) usage with strtonum(3); ok/tweaks tb@ | op | 2024-08-26 | 3 | -16/+64 |
* | replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@ | op | 2024-08-26 | 2 | -46/+19 |
* | More precision on what exactly OCSP_id_cmp and OCSP_issuer_id_cmp compare. | tb | 2024-08-24 | 1 | -7/+14 |
* | conf_def.c: add two trailing commas | tb | 2024-08-24 | 1 | -3/+3 |
* | X509at_get_attr: zap trailing comma. | tb | 2024-08-24 | 1 | -2/+2 |
* | LibreSSL no longer supports adding X.501 attributes to an EVP_PKEY | tb | 2024-08-24 | 7 | -206/+11 |
* | Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED() | tb | 2024-08-24 | 1 | -3/+3 |
* | Neuter the completely broken UI_UTIL_read_pw* API | tb | 2024-08-24 | 1 | -27/+5 |
* | Remove documentation of UI_UTIL_read_pw* | tb | 2024-08-24 | 4 | -122/+7 |