summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-cipher.pod
AgeCommit message (Expand)Author
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