1#
2# Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
3#
4# Licensed under the Apache License 2.0 (the "License").  You may not use
5# this file except in compliance with the License.  You can obtain a copy
6# in the file LICENSE in the source distribution or at
7# https://www.openssl.org/source/license.html
8
9# Tests start with one of these keywords
10#       Cipher Decrypt Derive Digest Encoding KDF MAC PBE
11#       PrivPubKeyPair Sign Verify VerifyRecover
12# and continue until a blank line. Lines starting with a pound sign are ignored.
13
14# Test cases created using OpenSSL
15Title = PVKKDF tests
16
17Availablein = legacy
18KDF = PVKKDF
19Ctrl.pass = pass:password
20Ctrl.salt = salt:saltsalt
21Ctrl.digest = digest:md5
22Output = AE7CF6D3A33A2117FA4F008D66F6D26F
23
24Availablein = legacy
25KDF = PVKKDF
26Ctrl.pass = pass:password
27Ctrl.salt = salt:salt
28Ctrl.digest = digest:md5
29Output = 67A1E09BB1F83F5007DC119C14D663AA
30
31Availablein = legacy
32KDF = PVKKDF
33Ctrl.pass = pass:password
34Ctrl.salt = salt:saltsalt
35Ctrl.digest = digest:md4
36Output = E85DE988BB00EF61067A0506DFB044EE
37