]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/err/openssl.txt
providers: add Argon2 KDF
authorČestmír Kalina <ckalina@redhat.com>
Mon, 27 Sep 2021 20:45:38 +0000 (22:45 +0200)
committerPauli <pauli@openssl.org>
Fri, 17 Mar 2023 00:12:47 +0000 (11:12 +1100)
commit6dfa998f7ea150f9c6d4e4727cf6d5c82a68a8da
tree3d9fcb93c1e3bd8b55f661e09fa30ac519b74368
parent0e200d2a19185dab9d73eee90bd6cd0246416a9e
providers: add Argon2 KDF

https://datatracker.ietf.org/doc/rfc9106/

Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12256)
17 files changed:
CHANGES.md
Configure
apps/list.c
crypto/err/openssl.txt
doc/build.info
doc/man7/EVP_KDF-ARGON2.pod [new file with mode: 0644]
doc/man7/OSSL_PROVIDER-default.pod
include/openssl/core_names.h
include/openssl/proverr.h
providers/defltprov.c
providers/implementations/include/prov/implementations.h
providers/implementations/include/prov/names.h
providers/implementations/kdfs/argon2.c [new file with mode: 0644]
providers/implementations/kdfs/build.info
test/evp_test.c
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evpkdf_argon2.txt [new file with mode: 0644]