summaryrefslogtreecommitdiff
path: root/providers/implementations/digests
Commit message (Expand)AuthorAgeFilesLines
* providers: add XOF support to blake2bČestmír Kalina2023-03-172-8/+119
* S390X: Accelerate keccak XOFJuergen Christ2023-03-071-8/+5
* s390x: Fix keccak xofs via CPACFJuergen Christ2023-01-161-1/+10
* Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz2022-10-191-1/+5
* default provider: include RIPEMD160Pauli2022-10-191-1/+1
* s390x: Optimize kmacJuergen Christ2022-07-261-3/+28
* s390x: Fix Keccak implementationJuergen Christ2022-07-141-1/+18
* Remove duplicated #include headersJHH202022-05-041-2/+0
* Update copyright yearMatt Caswell2022-05-031-1/+1
* fix indentationPauli2022-01-191-1/+1
* Add null digest implementation to the default providerTomas Mraz2021-11-152-0/+55
* Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller2021-09-231-0/+20
* Drop libimplementations.aRichard Levitte2021-05-071-6/+6
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_ symbols for sm3 and sm4Shane Lontis2021-03-181-1/+1
* prov: update digests to support modified ctx paramsPauli2021-03-124-28/+38
* prov: support param argument to digest init callsPauli2021-03-122-5/+10
* Update copyright yearMatt Caswell2021-03-114-4/+4
* prov: update digests to support modified ctx paramsPauli2021-02-264-4/+8
* Update copyright yearMatt Caswell2021-02-184-4/+4
* Fix external symbols in the provider digest implementations.Shane Lontis2021-02-184-33/+41
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-113-4/+4
* Replace provider digest flags with separate param fieldsShane Lontis2021-02-103-19/+27
* Rename SHA3 internal functions so they have an ossl_ prefixPauli2020-11-191-4/+4
* rename sha1_ctrl to ossl_sha1_ctrl.Pauli2020-11-191-2/+2
* Rename md5_sha1_* ossl_md5_sha1_*Pauli2020-11-191-3/+3
* Update copyright yearMatt Caswell2020-10-152-2/+2
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-2911-26/+26
* digests: add FIPS error state handlingPauli2020-09-121-3/+14
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-124-4/+4
* gettables: provider changes to pass the provider context.Pauli2020-08-075-5/+5
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-20/+9
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-245-17/+17
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Update copyright yearMatt Caswell2020-04-239-9/+9
* DOCS: Move implementation specific docs away from provider-digest(7)Richard Levitte2020-03-101-1/+1
* Deprecate the low level MD5 functions.Pauli2020-01-192-1/+7
* Deprecate the low level SHA functions.Pauli2020-01-192-0/+12
* Deprecate the low level Whirlpool functions.Pauli2020-01-121-0/+6
* Deprecate the low level MDC2 functions.Pauli2020-01-121-0/+6
* Deprecate the low level MD4 functions.Pauli2020-01-121-0/+6
* Deprecate the low level MD2 functions.Pauli2020-01-121-0/+6
* Deprecate the low level RIPEMD160 functions.Pauli2020-01-121-0/+6
* Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte2019-12-112-2/+51
* PROV: Avoid NULL dereference in SHA3 dup call.Pauli2019-11-221-1/+2
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-102-2/+2
* Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte2019-10-1011-11/+11
* Providers: move all digestsRichard Levitte2019-10-1015-0/+1475