summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_null.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* prov: support param argument to null cipher init callsPauli2021-03-121-2/+4
* prov: upport modified gettable/settable ctx calls for ciphersPauli2021-02-261-2/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-2/+2
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* ciphers: add FIPS error state handlingPauli2020-09-121-0/+16
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* Make the NULL cipher TLS awareMatt Caswell2020-07-061-8/+75
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-8/+8
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Implement the NULL cipher in the default providerMatt Caswell2020-01-201-0/+110