Move ossl_asn1_string_to_time_t() to libtestutil
[openssl.git] / providers / implementations / digests /
2024-04-09 Richard LevitteCopyright year updates
2024-01-03 Neil Hormancleanse stack variable in blake2[b|s] finalization
2023-11-15 набFix BLAKE2s reporting the same EVP_MD_get_size() as...
2023-11-13 Tomas MrazProperly limit the variable output size for BLAKE2
2023-11-10 Holger DenglerSupport EVP_DigestSqueeze() for in the digest provider...
2023-11-10 Holger DenglerFix state handling of keccak_final for s390x.
2023-11-10 Holger DenglerFix state handling of shake_final for s390x.
2023-11-10 Holger DenglerFix state handling of sha3_final for s390x.
2023-11-10 Holger DenglerFix state handling of sha3_absorb for s390x.
2023-11-10 Holger DenglerAdd xof state handing for generic sha3 absorb.
2023-11-10 slontisAdd EVP_DigestSqueeze() API.
2023-11-08 набImplement BLAKE2s with the same macro as BLAKE2b
2023-11-08 набLift BLAKE2B provider definition into a macro
2023-10-25 Tomas MrazBlake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead...
2023-10-05 Matt CaswellFix coverity alert on use of uninitialised data
2023-09-14 Tomas MrazFix build of SHA3 on ARM64 with no-asm
2023-09-13 Richard LevitteHave legacy blake2 EVP structure use base blake2 implem...
2023-09-07 Matt CaswellCopyright year updates
2023-07-21 sdlyyxyUpdate with `ARMV8_HAVE_SHA3_AND_WORTH_USING`
2023-07-21 sdlyyxyMove CPU detection to armcap.c
2023-07-21 sdlyyxyEnable ARMv8.2 accelerated SHA3 on compatible Apple...
2023-06-27 Fergus DallAdd support for SHA256/192
2023-03-17 Čestmír Kalinaproviders: add XOF support to blake2b
2023-03-07 Juergen ChristS390X: Accelerate keccak XOF
2023-01-16 Juergen Christs390x: Fix keccak xofs via CPACF
2022-10-19 Tomas MrazAvoid putting ripemd_prov.c in libcommon otherwise...
2022-10-19 Paulidefault provider: include RIPEMD160
2022-07-26 Juergen Christs390x: Optimize kmac
2022-07-14 Juergen Christs390x: Fix Keccak implementation
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Matt CaswellUpdate copyright year
2022-01-19 Paulifix indentation
2021-11-15 Tomas MrazAdd null digest implementation to the default provider
2021-09-23 Ulrich MüllerAdd default provider support for Keccak 224, 256, 384...
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_ symbols for sm3 and sm4
2021-03-11 Pauliprov: update digests to support modified ctx params
2021-03-11 Pauliprov: support param argument to digest init calls
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Pauliprov: update digests to support modified ctx params
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Shane LontisFix external symbols in the provider digest implementat...
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-10 Shane LontisReplace provider digest flags with separate param fields
2020-11-18 PauliRename SHA3 internal functions so they have an ossl_...
2020-11-18 Paulirename sha1_ctrl to ossl_sha1_ctrl.
2020-11-18 PauliRename md5_sha1_* ossl_md5_sha1_*
2020-10-15 Matt CaswellUpdate copyright year
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12 Paulidigests: add FIPS error state handling
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-07-16 Richard LevitteUpdate copyright year
2020-07-11 Richard LevitteAdd and use internal header that implements endianness...
2020-06-25 Matt CaswellUpdate copyright year
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-04-23 Matt CaswellUpdate copyright year
2020-03-10 Richard LevitteDOCS: Move implementation specific docs away from provi...
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-12 PauliDeprecate the low level Whirlpool functions.
2020-01-12 PauliDeprecate the low level MDC2 functions.
2020-01-12 PauliDeprecate the low level MD4 functions.
2020-01-12 PauliDeprecate the low level MD2 functions.
2020-01-12 PauliDeprecate the low level RIPEMD160 functions.
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...
2019-11-22 PauliPROV: Avoid NULL dereference in SHA3 dup call.
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move all digests