summaryrefslogtreecommitdiffstats
path: root/providers/legacyprov.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-01-21LEGACY PROV: Reimplement the ERR building blocks in upcall termsRichard Levitte
2021-09-28kdf: Add PVK KDF to providers.Pauli
2021-07-05provider: use #define for PBKDF1 algorithm namePauli
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-11Modify the legacy provider to use OSSL_LIB_CTX_new_child()Matt Caswell
2021-04-22Update copyright yearMatt Caswell
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte
2021-04-16Sanity check provider up-callsMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-12provider: add an 'is_running' call to all providers.Pauli
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-07Add evp_test fixes.Shane Lontis
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte
2020-05-12Fix some misunderstandings in our providers' main modulesRichard Levitte
2020-05-05Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
2020-02-21Introduce the provider propertyMatt Caswell
2019-11-21Tweak some algorithm naming inconsistenciesMatt Caswell
2019-10-10Cleanup: move provider mains upRichard Levitte