]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/legacyprov.c
Revert "Pairwise check for DH keys import as part of FIPS"
[thirdparty/openssl.git] / providers / legacyprov.c
27 hours ago  Ingo FranzkiMake ERR_count_to_mark() available to providers via...
2023-09-07  Matt CaswellCopyright year updates
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-05-23  Tomas MrazFix regression in default key length for Blowfish CFB...
2022-05-03  Matt CaswellUpdate copyright year
2022-01-21  Richard LevitteLEGACY PROV: Reimplement the ERR building blocks in...
2021-09-28  Paulikdf: Add PVK KDF to providers.
2021-07-05  Pauliprovider: use #define for PBKDF1 algorithm name
2021-05-24  Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-11  Matt CaswellModify the legacy provider to use OSSL_LIB_CTX_new_child()
2021-04-22  Matt CaswellUpdate copyright year
2021-04-18  Richard LevittePROV: Add OIDs we know to all provider applicable algor...
2021-04-16  Matt CaswellSanity check provider up-calls
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-29  Pauliprov: prefix provider internal functions with ossl_
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12  Pauliprovider: add an 'is_running' call to all providers.
2020-08-09  Shane LontisAdd 'on demand self test' and status test to providers
2020-08-07  Shane LontisAdd evp_test fixes.
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24  Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-05-16  Matt CaswellMaintain strict type discipline between the core and...
2020-05-13  Richard LevittePROV: Adapt all our providers to use the new PROV_CTX...
2020-05-12  Richard LevitteFix some misunderstandings in our providers' main modules
2020-05-04  Shane LontisFix incorrect default keysize for CAST ofb and cfb...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-09  Shane LontisMove legacy ciphers into the legacy provider
2020-02-21  Matt CaswellIntroduce the provider property
2019-11-21  Matt CaswellTweak some algorithm naming inconsistencies
2019-10-10  Richard LevitteCleanup: move provider mains up