summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2024-08-31Garbage collec UI_UTIL remnantsTheo Buehler
2024-08-31Remove EVP_PKEY.*attr* APITheo Buehler
2024-08-31Move BIT_STRING_BITNAME tables to constTheo Buehler
2024-08-31const correct X509_LOOKUP_METHODTheo Buehler
2024-08-31Remove X509_REQ_{set,get}_extension_nids()Theo Buehler
2024-08-31Make X509_VAL opaqueTheo Buehler
2024-08-31Remove X509_check_trust() and some related definesTheo Buehler
2024-08-31Remove ERR_add_{,v}data()Theo Buehler
2024-08-31The X509V3_CONF_METHOD goes awayTheo Buehler
2024-08-31Remove X509V3_get_string/X509V3_string_freeTheo Buehler
2024-08-31Make some more x509 conf stuff internalTheo Buehler
2024-08-31Retire X509V3_set_conf_lhash()Theo Buehler
2024-08-31Retire X509V3_EXT_{,CRL_,REQ_}add_conf()Theo Buehler
2024-08-31Remove OPENSSL_load_builtin_modulesTheo Buehler
2024-08-31Unexport CONF_set_nconf()Theo Buehler
2024-08-31Remove more CONF_* functions that are no longer neededTheo Buehler
2024-08-31Inline last use of CONF_free()Theo Buehler
2024-08-31Unexport NCONF_defaultTheo Buehler
2024-08-31Inline NCONF_free_data in its only userTheo Buehler
2024-08-31const correct uses of CONF_METHODTheo Buehler
2024-08-31Stop using conf->meth_data and make CONF_type_default constTheo Buehler
2024-08-31Remove NCONF_WIN32Theo Buehler
2024-08-31Retire conf_api.h and the API thereinTheo Buehler
2024-08-31Unexport some conf layers unused outside of libcryptoTheo Buehler
2024-08-31Make CONF_METHOD opaqueTheo Buehler
2024-08-31Remove unused {,N}CONF_dump_{bio,fp}()Theo Buehler
2024-08-31Remove EVP_PKEY_*check againTheo Buehler
2024-08-30Garbage collect the DH_check*_ex() APITheo Buehler
2024-08-30Remove cross references to whirlpoolTheo Buehler
2024-08-29Remove documentation of EVP_whirlpoolTheo Buehler
2024-08-29Remove documentation of ERR_add_error_{,v}data()Theo Buehler
2024-08-29HMAC_Init() is dead. Long live HMAC_Init_ex()Theo Buehler
2024-08-29Remove documentation of (caveat on) X509_TRUST_DEFAULTTheo Buehler
2024-08-29Remove the pkey_{,public_,param_}check() handlersTheo Buehler
2024-08-29repair bizzare indents; ok tbTheo de Raadt
2024-08-28def_create(): switch from malloc() to calloc()Theo Buehler
2024-08-28Get rid of last use of db_methTheo Buehler
2024-08-28Remove a few obvious comments, unwrap a few lines and annotate someTheo Buehler
2024-08-28Turn X509V3_set_conf_lhash() into a noopTheo Buehler
2024-08-28Add LCRYPTO_USED(X509_get_signature_info)Theo Buehler
2024-08-28Disable X509V3_EXT{,_CRL,_REQ}_add_conf()Theo Buehler
2024-08-28Annotate X509V3_CONF_CTX and its only instance for removalTheo Buehler
2024-08-28Make use of X509_get_signature_info() in check_sig_level()Theo Buehler
2024-08-28Document X509_get0_signature_info()Theo Buehler
2024-08-28Implement X509_get_signature_info()Theo Buehler
2024-08-28Fix underlying pkey of RSA-PSSTheo Buehler
2024-08-28Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp()Theo Buehler
2024-08-28Clean up and simplify OCSP_cert_id_new()Theo Buehler
2024-08-28Avoid reaching into X509_ALGOR in ocsp_certid_print()Theo Buehler
2024-08-28Avoid polluting the error stack when printing certificatesTheo Buehler