summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature/build.info
blob: 3df55b5eccbc0d6414cca6fe05e3871362ca1aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# We make separate GOAL variables for each algorithm, to make it easy to
# switch each to the Legacy provider when needed.

$DSA_GOAL=../../libimplementations.a
$EC_GOAL=../../libimplementations.a
$SM2SIG_GOAL=../../libimplementations.a

IF[{- !$disabled{dsa} -}]
  SOURCE[$DSA_GOAL]=dsa_sig.c
ENDIF

IF[{- !$disabled{ec} -}]
  SOURCE[$EC_GOAL]=eddsa_sig.c ecdsa_sig.c
ENDIF

IF[{- !$disabled{sm2} -}]
  SOURCE[$SM2_GOAL]=sm2_sig.c
ENDIF

SOURCE[../../libfips.a]=rsa_sig.c
SOURCE[../../libnonfips.a]=rsa_sig.c

DEPEND[rsa.o]=../../common/include/prov/der_rsa.h
DEPEND[dsa.o]=../../common/include/prov/der_dsa.h
DEPEND[ecdsa.o]=../../common/include/prov/der_ec.h
DEPEND[eddsa.o]=../../common/include/prov/der_ecx.h
DEPEND[sm2sig.o]=../../common/include/prov/der_sm2.h

SOURCE[../../libfips.a]=mac_legacy_sig.c
SOURCE[../../libnonfips.a]=mac_legacy_sig.c