aboutsummaryrefslogtreecommitdiff
path: root/providers/legacyprov.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-21Update copyright yearMatt Caswell1-1/+1
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz1-2/+2
2021-07-05provider: use #define for PBKDF1 algorithm namePauli1-1/+1
2021-05-24Add PBKDF1 to the legacy providerJon Spillett1-0/+7
2021-05-11Modify the legacy provider to use OSSL_LIB_CTX_new_child()Matt Caswell1-6/+1
2021-04-22Update copyright yearMatt Caswell1-1/+1
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte1-41/+42
2021-04-16Sanity check provider up-callsMatt Caswell1-24/+4
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre1-5/+5
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-4/+4
2020-09-29prov: prefix provider internal functions with ossl_Pauli1-4/+4
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli1-41/+41
2020-09-12provider: add an 'is_running' call to all providers.Pauli1-1/+3
2020-08-09Add 'on demand self test' and status test to providersShane Lontis1-1/+3
2020-08-07Add evp_test fixes.Shane Lontis1-4/+4
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre1-9/+9
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell1-2/+2
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte1-6/+18
2020-05-12Fix some misunderstandings in our providers' main modulesRichard Levitte1-9/+17
2020-05-05Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis1-2/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-09Move legacy ciphers into the legacy providerShane Lontis1-9/+66
2020-02-21Introduce the provider propertyMatt Caswell1-5/+5
2019-11-21Tweak some algorithm naming inconsistenciesMatt Caswell1-2/+2
2019-10-10Cleanup: move provider mains upRichard Levitte1-0/+137