diff options
| author | jsing <> | 2021-12-25 07:04:03 +0000 |
|---|---|---|
| committer | jsing <> | 2021-12-25 07:04:03 +0000 |
| commit | 22277edfd170e083015e76f2c7ca0f288ed8376b (patch) | |
| tree | dfd17445518096186f837cbf0acabb25662aebab /src/lib/libcrypto/Makefile | |
| parent | 53c5e2cba9eff61f67c99cd18ea5209d02611f16 (diff) | |
| download | openbsd-22277edfd170e083015e76f2c7ca0f288ed8376b.tar.gz openbsd-22277edfd170e083015e76f2c7ca0f288ed8376b.tar.bz2 openbsd-22277edfd170e083015e76f2c7ca0f288ed8376b.zip | |
Rewrite ASN.1 identifier/length parsing in CBS.
Provide internal asn1_get_identifier_cbs() and asn1_get_length_cbs()
functions that are called from asn1_get_object_cbs(). Convert the existing
ASN1_get_object() function so that it calls asn1_get_object_cbs(), before
mapping the result into the API that it implements.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 7279d5a181..cc53d8e6fe 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.59 2021/12/17 11:28:05 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.60 2021/12/25 07:04:03 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -65,7 +65,7 @@ SRCS+= n_pkey.c | |||
| 65 | SRCS+= x_pkey.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c | 65 | SRCS+= x_pkey.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c |
| 66 | SRCS+= asn1_gen.c asn1_par.c asn1_old_lib.c asn1_err.c a_strnid.c | 66 | SRCS+= asn1_gen.c asn1_par.c asn1_old_lib.c asn1_err.c a_strnid.c |
| 67 | SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c | 67 | SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c |
| 68 | SRCS+= a_time_tm.c asn1_types.c | 68 | SRCS+= a_time_tm.c asn1_types.c asn1_lib.c |
| 69 | 69 | ||
| 70 | # bf/ | 70 | # bf/ |
| 71 | SRCS+= bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c | 71 | SRCS+= bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c |
