Age | Commit message (Expand) | Author |
2024-08-31 | Remove X509V3_get_string/X509V3_string_free | Theo Buehler |
2024-08-31 | Make some more x509 conf stuff internal | Theo Buehler |
2024-08-31 | Retire X509V3_set_conf_lhash() | Theo Buehler |
2024-08-31 | Retire X509V3_EXT_{,CRL_,REQ_}add_conf() | Theo Buehler |
2024-08-31 | Remove OPENSSL_load_builtin_modules | Theo Buehler |
2024-08-31 | Unexport CONF_set_nconf() | Theo Buehler |
2024-08-31 | Remove more CONF_* functions that are no longer needed | Theo Buehler |
2024-08-31 | Inline last use of CONF_free() | Theo Buehler |
2024-08-31 | Unexport NCONF_default | Theo Buehler |
2024-08-31 | Inline NCONF_free_data in its only user | Theo Buehler |
2024-08-31 | const correct uses of CONF_METHOD | Theo Buehler |
2024-08-31 | Stop using conf->meth_data and make CONF_type_default const | Theo Buehler |
2024-08-31 | Remove NCONF_WIN32 | Theo Buehler |
2024-08-31 | Retire conf_api.h and the API therein | Theo Buehler |
2024-08-31 | Unexport some conf layers unused outside of libcrypto | Theo Buehler |
2024-08-31 | Make CONF_METHOD opaque | Theo Buehler |
2024-08-31 | Remove unused {,N}CONF_dump_{bio,fp}() | Theo Buehler |
2024-08-31 | Remove EVP_PKEY_*check again | Theo Buehler |
2024-08-30 | Garbage collect the DH_check*_ex() API | Theo Buehler |
2024-08-30 | Remove cross references to whirlpool | Theo Buehler |
2024-08-30 | Revert commitid KcCtsA53F9UQzc0t: | Philip Guenther |
2024-08-29 | Remove documentation of EVP_whirlpool | Theo Buehler |
2024-08-29 | Remove documentation of ERR_add_error_{,v}data() | Theo Buehler |
2024-08-29 | HMAC_Init() is dead. Long live HMAC_Init_ex() | Theo Buehler |
2024-08-29 | Remove documentation of (caveat on) X509_TRUST_DEFAULT | Theo Buehler |
2024-08-29 | Remove the pkey_{,public_,param_}check() handlers | Theo Buehler |
2024-08-29 | Fix regression introduced in previous migration to strtol() by | Anton Lindqvist |
2024-08-29 | repair bizzare indents; ok tb | Theo de Raadt |
2024-08-28 | def_create(): switch from malloc() to calloc() | Theo Buehler |
2024-08-28 | libpcap: replace atoi() usage with strtonum() | Omar Polo |
2024-08-28 | libpcap: replace hand-rolled number parser with strtol | Omar Polo |
2024-08-28 | Get rid of last use of db_meth | Theo Buehler |
2024-08-28 | Remove a few obvious comments, unwrap a few lines and annotate some | Theo Buehler |
2024-08-28 | Turn X509V3_set_conf_lhash() into a noop | Theo Buehler |
2024-08-28 | Add LCRYPTO_USED(X509_get_signature_info) | Theo Buehler |
2024-08-28 | Disable X509V3_EXT{,_CRL,_REQ}_add_conf() | Theo Buehler |
2024-08-28 | Annotate X509V3_CONF_CTX and its only instance for removal | Theo Buehler |
2024-08-28 | Make use of X509_get_signature_info() in check_sig_level() | Theo Buehler |
2024-08-28 | Document X509_get0_signature_info() | Theo Buehler |
2024-08-28 | Implement X509_get_signature_info() | Theo Buehler |
2024-08-28 | Fix underlying pkey of RSA-PSS | Theo Buehler |
2024-08-28 | Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp() | Theo Buehler |
2024-08-28 | Clean up and simplify OCSP_cert_id_new() | Theo Buehler |
2024-08-28 | Avoid reaching into X509_ALGOR in ocsp_certid_print() | Theo Buehler |
2024-08-28 | Avoid polluting the error stack when printing certificates | Theo Buehler |
2024-08-27 | cms_att.c: tidy includes and add x509_local.h for upcoming change | Theo Buehler |
2024-08-26 | replace atoi(3) usage with strtonum(3); ok/tweaks tb@ | Omar Polo |
2024-08-26 | replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@ | Omar Polo |
2024-08-26 | Replace recallocarray() with a realloc() + memset() combo. | Claudio Jeker |
2024-08-24 | More precision on what exactly OCSP_id_cmp and OCSP_issuer_id_cmp compare. | Theo Buehler |