aboutsummaryrefslogtreecommitdiffstats
path: root/providers/legacyprov.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-221-1/+1
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-181-41/+42
* Sanity check provider up-callsMatt Caswell2021-04-161-24/+4
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-5/+5
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-4/+4
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-41/+41
* provider: add an 'is_running' call to all providers.Pauli2020-09-121-1/+3
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-1/+3
* Add evp_test fixes.Shane Lontis2020-08-071-4/+4
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-9/+9
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-2/+2
* PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte2020-05-131-6/+18
* Fix some misunderstandings in our providers' main modulesRichard Levitte2020-05-121-9/+17
* Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis2020-05-051-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-9/+66
* Introduce the provider propertyMatt Caswell2020-02-211-5/+5
* Tweak some algorithm naming inconsistenciesMatt Caswell2019-11-211-2/+2
* Cleanup: move provider mains upRichard Levitte2019-10-101-0/+137