summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-cipher.pod
AgeCommit message (Expand)Author
2023-12-12doc: improve documentation of EVP in-place encryptionMatthias St. Pierre
2023-09-07Copyright year updatesMatt Caswell
2023-02-28Add documentation for "NULL" cipher and digest algorithms.slontis
2022-12-08Replace some boldened types with a corresponding man page linkRichard Levitte
2022-06-28Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fnTomas Mraz
2021-06-08doc: add references to cipher life cycle documentationPauli
2021-05-28Add Docs for EVP_CIPHER-*Shane Lontis
2021-05-28EVP_CIPHER Documentation updatesShane Lontis
2021-05-07Unify parameter types in documentationTomas Mraz
2021-05-07Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett
2021-04-09Small fixes and cleanups of provider API documentationTomas Mraz
2021-03-17doc: remove TODOs about redesigning the AEAD APIPauli
2021-03-12doc: note that get_params and set_params calls should return true if the para...Pauli
2021-03-12doc: document the additional params argument to the various init() callsPauli
2021-02-26changes to match the updated context gettable/settable calls for ciphersPauli
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-07gettables: documentation changes to pass the provider context.Pauli
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-04-23Update copyright yearMatt Caswell
2020-01-10Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2019-12-11Fix some typosVeres Lajos
2019-11-15Fix some broken doc linksRich Salz
2019-11-08Add AES SIV ciphers to default providerShane Lontis
2019-10-24Fix broken links, mainly typo'sRich Salz
2019-10-16Add ChaCha related ciphers to default providerShane Lontis
2019-10-11POD: stop abusing commentRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-10-01Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.Richard Levitte
2019-09-28Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)Richard Levitte
2019-09-27Reformat param description linesPauli
2019-09-27Make OSSL_PARAM descriptions uniformly formatted.Pauli
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-09-05Change provider params from int to size_tShane Lontis
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
2019-08-19cipher cleanups.Shane Lontis
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-07-30Document the provider CIPHER operationMatt Caswell