[openssl/openssl] c73ba8: add support for SHA-3 based PRF to PBES2

beldmit noreply at reply.github.openssl.org
Wed May 18 15:10:17 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: c73ba81899c291d60851321e6de8913d4800c456
      https://github.openssl.org/openssl/openssl/commit/c73ba81899c291d60851321e6de8913d4800c456
  Author: Hubert Kario <hkario at redhat.com>
  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 <beldmit at gmail.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16237)


  Commit: 5702392f73e679fd9ed9dd912cf4c9dc613c4d71
      https://github.openssl.org/openssl/openssl/commit/5702392f73e679fd9ed9dd912cf4c9dc613c4d71
  Author: Hubert Kario <hkario at redhat.com>
  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 <beldmit at gmail.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16237)


Compare: https://github.openssl.org/openssl/openssl/compare/8b97bfcccc43...5702392f73e6


More information about the openssl-commits mailing list