diff options
| author | tb <> | 2019-01-19 01:07:00 +0000 |
|---|---|---|
| committer | tb <> | 2019-01-19 01:07:00 +0000 |
| commit | aa769d92fad41004606a446424dde716784d7854 (patch) | |
| tree | f28042e7a3c924e4bf846d6cded984e02699177d /src/lib/libcrypto/Makefile | |
| parent | 640fa09d8cf557a05ae0593b939b6f5c57397e06 (diff) | |
| download | openbsd-aa769d92fad41004606a446424dde716784d7854.tar.gz openbsd-aa769d92fad41004606a446424dde716784d7854.tar.bz2 openbsd-aa769d92fad41004606a446424dde716784d7854.zip | |
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
This commit adds init/free, support for signing, setting and
getting the method, engine support as well as extra data.
from markus
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 8e39d92ab4..66f511761b 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.30 2018/11/11 06:53:31 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.31 2019/01/19 01:07:00 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -31,6 +31,10 @@ CFLAGS+= -I${LCRYPTO_SRC} | |||
| 31 | CFLAGS+= -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/bn -I${LCRYPTO_SRC}/evp | 31 | CFLAGS+= -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/bn -I${LCRYPTO_SRC}/evp |
| 32 | CFLAGS+= -I${LCRYPTO_SRC}/modes | 32 | CFLAGS+= -I${LCRYPTO_SRC}/modes |
| 33 | 33 | ||
| 34 | # XXX FIXME ecdsa and ec should be merged | ||
| 35 | CFLAGS+= -I${LCRYPTO_SRC}/ecdsa | ||
| 36 | CFLAGS+= -I${LCRYPTO_SRC}/ec | ||
| 37 | |||
| 34 | VERSION_SCRIPT= Symbols.map | 38 | VERSION_SCRIPT= Symbols.map |
| 35 | SYMBOL_LIST= ${.CURDIR}/Symbols.list | 39 | SYMBOL_LIST= ${.CURDIR}/Symbols.list |
| 36 | 40 | ||
| @@ -125,7 +129,7 @@ SRCS+= dso_openssl.c | |||
| 125 | # ec/ | 129 | # ec/ |
| 126 | SRCS+= ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c | 130 | SRCS+= ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c |
| 127 | SRCS+= ec_err.c ec_curve.c ec_check.c ec_print.c ec_asn1.c ec_key.c | 131 | SRCS+= ec_err.c ec_curve.c ec_check.c ec_print.c ec_asn1.c ec_key.c |
| 128 | SRCS+= ec2_smpl.c ec2_mult.c ec_ameth.c ec_pmeth.c eck_prn.c | 132 | SRCS+= ec2_smpl.c ec2_mult.c ec_ameth.c ec_pmeth.c ec_kmeth.c eck_prn.c |
| 129 | SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c | 133 | SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c |
| 130 | SRCS+= ecp_oct.c ec2_oct.c ec_oct.c | 134 | SRCS+= ecp_oct.c ec2_oct.c ec_oct.c |
| 131 | 135 | ||
| @@ -139,7 +143,7 @@ SRCS+= ecs_lib.c ecs_asn1.c ecs_ossl.c ecs_sign.c ecs_vrf.c ecs_err.c | |||
| 139 | SRCS+= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c | 143 | SRCS+= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c |
| 140 | SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c | 144 | SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c |
| 141 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c | 145 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c |
| 142 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c | 146 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c tb_eckey.c |
| 143 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c | 147 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c |
| 144 | # XXX unnecessary? handled in EVP now... | 148 | # XXX unnecessary? handled in EVP now... |
| 145 | # SRCS+= eng_aesni.c # local addition | 149 | # SRCS+= eng_aesni.c # local addition |
