Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: c73ba81899c291d60851321e6de8913d4800c456
https://github.openssl.org/openssl/openssl/commit/c73ba81899c291d60851321e6de8913d4800c456
Author: Hubert Kario <[email protected]>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M crypto/evp/evp_pbe.c
Log Message:
-----------
add support for SHA-3 based PRF to PBES2
As there are no limitations for HMACs used in PBKDF2 inside PBES2,
as more specifically the SHA-3 hashes are drop-in replacements for
SHA-2 hashes, we can easily add support for SHA-3 here.
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/16237)
Commit: 5702392f73e679fd9ed9dd912cf4c9dc613c4d71
https://github.openssl.org/openssl/openssl/commit/5702392f73e679fd9ed9dd912cf4c9dc613c4d71
Author: Hubert Kario <[email protected]>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M test/recipes/30-test_evp_data/evpkdf_pbkdf2.txt
M test/recipes/30-test_evp_data/evppbe_pbkdf2.txt
Log Message:
-----------
add tests for PBKDF2 with SHA-3
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/16237)
Compare:
https://github.openssl.org/openssl/openssl/compare/8b97bfcccc43...5702392f73e6