From 45bffde06d55be8341ae2ab97fd9f6d173eea785 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 25 Dec 2021 07:04:03 +0000 Subject: 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@ --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.59 2021/12/17 11:28:05 tb Exp $ +# $OpenBSD: Makefile,v 1.60 2021/12/25 07:04:03 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -65,7 +65,7 @@ SRCS+= n_pkey.c SRCS+= x_pkey.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c SRCS+= asn1_gen.c asn1_par.c asn1_old_lib.c asn1_err.c a_strnid.c SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c -SRCS+= a_time_tm.c asn1_types.c +SRCS+= a_time_tm.c asn1_types.c asn1_lib.c # bf/ SRCS+= bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c -- cgit v1.2.3-55-g6feb