aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-cipher.pod
Commit message (Expand)AuthorAgeFilesLines
* doc: improve documentation of EVP in-place encryptionMatthias St. Pierre2023-12-121-3/+7
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Add documentation for "NULL" cipher and digest algorithms.slontis2023-02-281-1/+1
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-6/+6
* Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fnTomas Mraz2022-06-281-2/+2
* doc: add references to cipher life cycle documentationPauli2021-06-081-1/+7
* Add Docs for EVP_CIPHER-*Shane Lontis2021-05-281-1/+1
* EVP_CIPHER Documentation updatesShane Lontis2021-05-281-267/+5
* Unify parameter types in documentationTomas Mraz2021-05-071-1/+1
* Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett2021-05-071-1/+1
* Small fixes and cleanups of provider API documentationTomas Mraz2021-04-091-1/+1
* doc: remove TODOs about redesigning the AEAD APIPauli2021-03-171-6/+0
* doc: note that get_params and set_params calls should return true if the para...Pauli2021-03-121-0/+2
* doc: document the additional params argument to the various init() callsPauli2021-03-121-2/+4
* changes to match the updated context gettable/settable calls for ciphersPauli2021-02-261-7/+13
* Replace provider cipher flags with separate param fieldsShane Lontis2021-02-101-7/+21
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-2/+2
* Support cipher provider "iv state"Benjamin Kaduk2020-08-111-1/+8
* gettables: documentation changes to pass the provider context.Pauli2020-08-071-3/+3
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-151-0/+32
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-68/+68
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis2020-01-101-0/+12
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-061-0/+49
* Fix some typosVeres Lajos2019-12-111-1/+1
* Fix some broken doc linksRich Salz2019-11-151-1/+1
* Add AES SIV ciphers to default providerShane Lontis2019-11-081-0/+7
* Fix broken links, mainly typo'sRich Salz2019-10-241-1/+1
* Add ChaCha related ciphers to default providerShane Lontis2019-10-161-0/+4
* POD: stop abusing commentRichard Levitte2019-10-111-1/+1
* Add rc2 ciphers to default providerShane Lontis2019-10-081-0/+5
* Add rc5 ciphers to default providerShane Lontis2019-10-031-1/+6
* Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.Richard Levitte2019-10-011-0/+7
* Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)Richard Levitte2019-09-281-26/+26
* Reformat param description linesPauli2019-09-271-15/+15
* Make OSSL_PARAM descriptions uniformly formatted.Pauli2019-09-271-15/+23
* Add EVP_CIPHER_CTX_tag_length()Shane Lontis2019-09-111-0/+5
* Change provider params from int to size_tShane Lontis2019-09-051-11/+11
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+6
* cipher cleanups.Shane Lontis2019-08-191-0/+4
* Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte2019-08-161-8/+8
* Add missing EVP param utility functionsRichard Levitte2019-08-151-17/+35
* Document the provider CIPHER operationMatt Caswell2019-07-301-0/+316