summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests
AgeCommit message (Expand)Author
2023-03-17providers: add XOF support to blake2bČestmír Kalina
2023-03-07S390X: Accelerate keccak XOFJuergen Christ
2023-01-16s390x: Fix keccak xofs via CPACFJuergen Christ
2022-10-19Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz
2022-10-19default provider: include RIPEMD160Pauli
2022-07-26s390x: Optimize kmacJuergen Christ
2022-07-14s390x: Fix Keccak implementationJuergen Christ
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-01-19fix indentationPauli
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-09-23Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-12prov: update digests to support modified ctx paramsPauli
2021-03-12prov: support param argument to digest init callsPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-26prov: update digests to support modified ctx paramsPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-18Fix external symbols in the provider digest implementations.Shane Lontis
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-10Replace provider digest flags with separate param fieldsShane Lontis
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