Update copyright year
[oweals/openssl.git] / providers / implementations / kdfs / build.info
1 # We make separate GOAL variables for each algorithm, to make it easy to
2 # switch each to the Legacy provider when needed.
3
4 $TLS1_PRF_GOAL=../../libimplementations.a
5 $HKDF_GOAL=../../libimplementations.a
6 $KBKDF_GOAL=../../libimplementations.a
7 $KRB5KDF_GOAL=../../libimplementations.a
8 $PBKDF2_GOAL=../../libimplementations.a
9 $SSKDF_GOAL=../../libimplementations.a
10 $SCRYPT_GOAL=../../libimplementations.a
11 $SSHKDF_GOAL=../../libimplementations.a
12 $X942KDF_GOAL=../../libimplementations.a
13
14 SOURCE[$TLS1_PRF_GOAL]=tls1_prf.c
15
16 SOURCE[$HKDF_GOAL]=hkdf.c
17
18 SOURCE[$KBKDF_GOAL]=kbkdf.c
19
20 SOURCE[$KRB5KDF_GOAL]=krb5kdf.c
21
22 SOURCE[$PBKDF2_GOAL]=pbkdf2.c
23 # Extra code to satisfy the FIPS and non-FIPS separation.
24 # When the PBKDF2 moves to legacy, this can be removed.
25 SOURCE[../../libfips.a]=pbkdf2_fips.c
26 SOURCE[../../libnonfips.a]=pbkdf2_fips.c
27
28 SOURCE[$SSKDF_GOAL]=sskdf.c
29
30 SOURCE[$SCRYPT_GOAL]=scrypt.c
31 SOURCE[$SSHKDF_GOAL]=sshkdf.c
32 SOURCE[$X942KDF_GOAL]=x942kdf.c