[openssl/openssl] c8ebdd: evp_test: add digest xoflen support
ckalina
noreply at github.com
Fri Mar 17 00:15:25 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: c8ebdd6a85a0cefe5542dba41180571fa5f198a0
https://github.com/openssl/openssl/commit/c8ebdd6a85a0cefe5542dba41180571fa5f198a0
Author: Čestmír Kalina <ckalina at redhat.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M test/evp_test.c
Log Message:
-----------
evp_test: add digest xoflen support
Signed-off-by: Čestmír Kalina <ckalina at redhat.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12256)
Commit: 786b9a8d3f8e203c5536e36b9a9bab83bde0311a
https://github.com/openssl/openssl/commit/786b9a8d3f8e203c5536e36b9a9bab83bde0311a
Author: Čestmír Kalina <ckalina at redhat.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M providers/implementations/digests/blake2_prov.c
M providers/implementations/digests/blake2b_prov.c
M providers/implementations/include/prov/blake2.h
M test/recipes/30-test_evp_data/evpmd_blake.txt
Log Message:
-----------
providers: add XOF support to blake2b
Signed-off-by: Čestmír Kalina <ckalina at redhat.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12256)
Commit: ae1792e3d94bbd9f6c535f1784438011097adb4a
https://github.com/openssl/openssl/commit/ae1792e3d94bbd9f6c535f1784438011097adb4a
Author: Čestmír Kalina <ckalina at redhat.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M test/evp_test.c
Log Message:
-----------
evp_test: add thread support
Signed-off-by: Čestmír Kalina <ckalina at redhat.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12256)
Commit: 232dd87c55f66ecae906299cbea1ea7782241b64
https://github.com/openssl/openssl/commit/232dd87c55f66ecae906299cbea1ea7782241b64
Author: Čestmír Kalina <ckalina at redhat.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M crypto/err/openssl.txt
M include/openssl/proverr.h
M providers/common/provider_err.c
Log Message:
-----------
proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}
Signed-off-by: Čestmír Kalina <ckalina at redhat.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12256)
Commit: 0e200d2a19185dab9d73eee90bd6cd0246416a9e
https://github.com/openssl/openssl/commit/0e200d2a19185dab9d73eee90bd6cd0246416a9e
Author: Čestmír Kalina <ckalina at redhat.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M include/internal/e_os.h
Log Message:
-----------
e_os2: add ossl_static_assert_type_eq
Add a gcc-only static assertion that a variable is of a specified type.
Signed-off-by: Čestmír Kalina <ckalina at redhat.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12256)
Commit: 6dfa998f7ea150f9c6d4e4727cf6d5c82a68a8da
https://github.com/openssl/openssl/commit/6dfa998f7ea150f9c6d4e4727cf6d5c82a68a8da
Author: Čestmír Kalina <ckalina at redhat.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M CHANGES.md
M Configure
M apps/list.c
M crypto/err/openssl.txt
M doc/build.info
A doc/man7/EVP_KDF-ARGON2.pod
M doc/man7/OSSL_PROVIDER-default.pod
M include/openssl/core_names.h
M include/openssl/proverr.h
M providers/defltprov.c
M providers/implementations/include/prov/implementations.h
M providers/implementations/include/prov/names.h
A providers/implementations/kdfs/argon2.c
M providers/implementations/kdfs/build.info
M test/evp_test.c
M test/recipes/30-test_evp.t
A test/recipes/30-test_evp_data/evpkdf_argon2.txt
Log Message:
-----------
providers: add Argon2 KDF
https://datatracker.ietf.org/doc/rfc9106/
Signed-off-by: Čestmír Kalina <ckalina at redhat.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12256)
Compare: https://github.com/openssl/openssl/compare/c879f8ac5617...6dfa998f7ea1
More information about the openssl-commits
mailing list