summaryrefslogtreecommitdiff
path: root/providers/legacyprov.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz2022-05-231-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* LEGACY PROV: Reimplement the ERR building blocks in upcall termsRichard Levitte2022-01-211-0/+102
* kdf: Add PVK KDF to providers.Pauli2021-09-281-0/+1
* provider: use #define for PBKDF1 algorithm namePauli2021-07-051-1/+1
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-0/+7
* Modify the legacy provider to use OSSL_LIB_CTX_new_child()Matt Caswell2021-05-111-6/+1
* 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