Last change
on this file since 101211 was 101211, checked in by vboxsync, 19 months ago |
openssl-3.1.3: Applied and adjusted our OpenSSL changes to 3.1.2. bugref:10527
|
File size:
796 bytes
|
Line | |
---|
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 | $ENCODER_GOAL=../../libdefault.a
|
---|
5 | $DECODER_GOAL=../../libdefault.a
|
---|
6 |
|
---|
7 | SOURCE[$ENCODER_GOAL]=endecoder_common.c
|
---|
8 |
|
---|
9 | SOURCE[$DECODER_GOAL]=decode_der2key.c decode_epki2pki.c decode_pem2der.c \
|
---|
10 | decode_msblob2key.c decode_pvk2key.c \
|
---|
11 | decode_spki2typespki.c
|
---|
12 |
|
---|
13 | SOURCE[$ENCODER_GOAL]=encode_key2any.c encode_key2text.c encode_key2ms.c
|
---|
14 | # encode_key2blob.c is only being included when EC is enabled, because we
|
---|
15 | # currently only define a "blob" output type for EC public keys. This may
|
---|
16 | # change in the future.
|
---|
17 | IF[{- !$disabled{ec} -}]
|
---|
18 | SOURCE[$ENCODER_GOAL]=encode_key2blob.c
|
---|
19 | ENDIF
|
---|
20 | DEPEND[encode_key2any.o]=../../common/include/prov/der_rsa.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.