]> git.ipfire.org Git - thirdparty/openssl.git/commit
demo: add pbkdf2 demonstration program
authorPauli <pauli@openssl.org>
Mon, 19 Jul 2021 03:00:06 +0000 (13:00 +1000)
committerPauli <pauli@openssl.org>
Tue, 20 Jul 2021 00:14:42 +0000 (10:14 +1000)
commitd2f25d5c0aa5f96766ce1f49bedba35a5330cfdb
tree283763262fc064c1c3b87c6c827515d58aee9ec0
parentd9c29baf1a23d2be17b9b4ab8f7b4fe43dd74454
demo: add pbkdf2 demonstration program

Using test vector from RTC 7914

Fixes #14107

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/16109)
demos/kdf/pbkdf2.c [new file with mode: 0644]