summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests
AgeCommit message (Expand)Author
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli
2020-11-19rename sha1_ctrl to ossl_sha1_ctrl.Pauli
2020-11-19Rename md5_sha1_* ossl_md5_sha1_*Pauli
2020-10-15Update copyright yearMatt Caswell
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-12digests: add FIPS error state handlingPauli
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-07-16Update copyright yearRichard Levitte
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-06-25Update copyright yearMatt Caswell
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-04-23Update copyright yearMatt Caswell
2020-03-10DOCS: Move implementation specific docs away from provider-digest(7)Richard Levitte
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-12Deprecate the low level Whirlpool functions.Pauli
2020-01-12Deprecate the low level MDC2 functions.Pauli
2020-01-12Deprecate the low level MD4 functions.Pauli
2020-01-12Deprecate the low level MD2 functions.Pauli
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli
2019-12-11Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte
2019-11-22PROV: Avoid NULL dereference in SHA3 dup call.Pauli
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte
2019-10-10Providers: move all digestsRichard Levitte