summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp/evp_local.h
AgeCommit message (Expand)Author
2024-08-29Remove the pkey_{,public_,param_}check() handlersTheo Buehler
2024-08-28Implement X509_get_signature_info()Theo Buehler
2024-08-22Garbage collect unused attributes member from EVP_PKEYTheo Buehler
2024-04-12Garbage collect various *_init() pmethsTheo Buehler
2024-03-26Garbage collect the unused verifyctx() and verifyctx_init()Theo Buehler
2024-03-24Bye bye gost, bye, bye turdinessTheo Buehler
2024-03-02Remove more PBE stuff from the public APITheo Buehler
2024-03-02Make legacy cipher methods internalTheo Buehler
2024-03-02Remove EVP_PBE_* API from public visibilityTheo Buehler
2024-02-18Add EVP_MD_CTX_legacy_clear()Theo Buehler
2024-02-18Add EVP_CIPHER_CTX_legacy_clear()Theo Buehler
2024-01-27Dynamic EVP_PKEY_METHODs are a thing from the pastTheo Buehler
2024-01-04Remove unused app_data from EVP_CIPHERTheo Buehler
2024-01-04Replace .pkey_base_id with a .base_method pointerTheo Buehler
2024-01-01Remove EVP_PKEY's save_type memberTheo Buehler
2023-12-29Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.cTheo Buehler
2023-12-22Remove extra whitespace on two linesTheo Buehler
2023-12-20Remove block_mask from EVP_CIPHER_CTXTheo Buehler
2023-12-20Rename buf_len into partial_len in EVP_CIPHER_CTXTheo Buehler
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-09-28Fix EVP_CIPHER_CTX_iv_length()Theo Buehler
2023-08-11Rename env_md{,_ctx}_st to evp_md{,_ctx}_stTheo Buehler
2023-03-01Make the cleanup() method return an int againTheo Buehler
2022-11-26Make header guards of internal headers consistentTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler