]> git.ipfire.org Git - thirdparty/openssl.git/blob - providers/implementations/signature/build.info
Teach EdDSA signature algorithms about AlgorithmIdentifiers
[thirdparty/openssl.git] / providers / implementations / signature / 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 $DSA_GOAL=../../libimplementations.a
5 $EC_GOAL=../../libimplementations.a
6
7 IF[{- !$disabled{dsa} -}]
8 SOURCE[$DSA_GOAL]=dsa.c
9 ENDIF
10
11 IF[{- !$disabled{ec} -}]
12 SOURCE[$EC_GOAL]=eddsa.c ecdsa.c
13 ENDIF
14
15 SOURCE[../../libfips.a]=rsa.c
16 SOURCE[../../libnonfips.a]=rsa.c
17
18 DEPEND[rsa.o]=../../common/include/prov/der_rsa.h
19 DEPEND[dsa.o]=../../common/include/prov/der_dsa.h
20 DEPEND[ecdsa.o]=../../common/include/prov/der_ec.h
21 DEPEND[eddsa.o]=../../common/include/prov/der_ecx.h
22
23 SOURCE[../../libfips.a]=mac_legacy.c
24 SOURCE[../../libnonfips.a]=mac_legacy.c