File: build.info

package info (click to toggle)
openssl 3.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 148,104 kB
  • sloc: ansic: 612,658; perl: 248,939; asm: 6,332; sh: 1,755; pascal: 997; python: 648; makefile: 551; lisp: 35; ruby: 16; cpp: 10; sed: 6
file content (36 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download
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
31
32
33
34
35
36
# We make separate GOAL variables for each algorithm, to make it easy to
# switch each to the Legacy provider when needed.

$ENCODER_GOAL=../../libdefault.a
$DECODER_GOAL=../../libdefault.a

SOURCE[$ENCODER_GOAL]=endecoder_common.c

SOURCE[$DECODER_GOAL]=decode_der2key.c decode_epki2pki.c decode_pem2der.c \
                      decode_msblob2key.c decode_pvk2key.c \
                      decode_spki2typespki.c

SOURCE[$ENCODER_GOAL]=encode_key2any.c encode_key2text.c encode_key2ms.c
# encode_key2blob.c is only being included when EC is enabled, because we
# currently only define a "blob" output type for EC public keys.  This may
# change in the future.
IF[{- !$disabled{ec} -}]
  SOURCE[$ENCODER_GOAL]=encode_key2blob.c
ENDIF
DEPEND[encode_key2any.o]=../../common/include/prov/der_rsa.h

IF[{- !$disabled{lms} -}]
  SOURCE[$DECODER_GOAL]=decode_lmsxdr2key.c
ENDIF

IF[{- !$disabled{'ml-dsa'} -}]
  SOURCE[$DECODER_GOAL]=ml_dsa_codecs.c
ENDIF

IF[{- !$disabled{'ml-kem'} -}]
  SOURCE[$DECODER_GOAL]=ml_kem_codecs.c
ENDIF

IF[{- !$disabled{'ml-dsa'} || !$disabled{'ml-kem'} -}]
  SOURCE[$DECODER_GOAL]=ml_common_codecs.c
ENDIF