| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Disable hmac and pkey_ec tests until after the bump | tb | 2024-08-29 | 1 | -2/+3 |
* | Adjust documentation for check/pubcheck removal | tb | 2024-08-29 | 1 | -11/+2 |
* | Remove check and pubcheck from openssl pkey and pkeyparam | tb | 2024-08-29 | 4 | -73/+7 |
* | Remove the pkey_{,public_,param_}check() handlers | tb | 2024-08-29 | 5 | -140/+15 |
* | Remove evp_pkey_check test | tb | 2024-08-29 | 2 | -399/+1 |
* | ocsp.c: zap trailing whitespace | tb | 2024-08-29 | 1 | -2/+2 |
* | 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 |
* | ts.c: typo flaf -> flag | tb | 2024-08-26 | 1 | -2/+2 |
* | 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 |
* | Remove unwanted trailing newlines from err/warn format strings. | anton | 2024-08-23 | 8 | -19/+19 |
* | Remove use of CSP/LMK in pkcs12 create/verify tests | tb | 2024-08-23 | 1 | -3/+2 |
* | PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3) | tb | 2024-08-22 | 1 | -3/+2 |
* | Garbage collect unused attributes member from EVP_PKEY | tb | 2024-08-22 | 2 | -4/+2 |
* | Remove copy_bag_attr() | tb | 2024-08-22 | 1 | -33/+1 |
* | Neuter EVP_PKEY_add1_attr_by_NID() | tb | 2024-08-22 | 1 | -36/+5 |
* | openssl: adjust manual for LMK and CSP removal | tb | 2024-08-22 | 1 | -10/+2 |
* | openssl pkcs12: remove support for LMK and CSP attributes | tb | 2024-08-22 | 1 | -25/+1 |
* | Use OPENSSL_config() instead of OPENSSL_load_builtin_modules() | tb | 2024-08-18 | 1 | -2/+2 |
* | conf_def.c: shuffle things into a slightly more sensible | tb | 2024-08-18 | 1 | -80/+69 |
* | Remove documentation for X509_REQ_[gs]et_extension_nids | tb | 2024-08-18 | 1 | -30/+2 |
* | Drop OpenSSL 3.0 interop testing infrastructure | tb | 2024-08-18 | 8 | -75/+11 |
* | Add support for openssl32 in interop test | tb | 2024-08-18 | 7 | -9/+70 |