]> git.ipfire.org Git - thirdparty/openssl.git/blame - providers/implementations/signature/build.info
Implement key management for the EVP_PKEY MAC to EVP_MAC provider bridge
[thirdparty/openssl.git] / providers / implementations / signature / build.info
CommitLineData
5687e357
RL
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
3965480c 5$EC_GOAL=../../libimplementations.a
5687e357
RL
6
7IF[{- !$disabled{dsa} -}]
8 SOURCE[$DSA_GOAL]=dsa.c
9ENDIF
10
3965480c
MC
11IF[{- !$disabled{ec} -}]
12 SOURCE[$EC_GOAL]=eddsa.c
4f2271d5
SL
13 SOURCE[../../libfips.a]=ecdsa.c
14 SOURCE[../../libnonfips.a]=ecdsa.c
3965480c
MC
15ENDIF
16
d16d0b71
SL
17SOURCE[../../libfips.a]=rsa.c
18SOURCE[../../libnonfips.a]=rsa.c
6f5837dc
RL
19
20DEPEND[rsa.o]=../../common/include/prov/der_rsa.h
8c555803 21DEPEND[dsa.o]=../../common/include/prov/der_dsa.h
2d956b32 22DEPEND[ecdsa.o]=../../common/include/prov/der_ec.h