CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2022/09/03 12:52:18

Modified files:
        lib/libcrypto/asn1: asn1_locl.h asn1_types.c tasn_dec.c 

Log message:
Ensure ASN.1 types are appropriately encoded.

Per X.690, some ASN.1 types must be primitive encoded, some must be
constructed and some may be either. Add this data to our types table
and check the encoding against this information when decoding.

ok tb@

Reply via email to