CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/02/06 19:02:28
Modified files: lib/libssl/src/ssl: bytestring.h Log message: Fix typo and ASN.1 tag number range comment in bytestring.h. CBS_get_asn1() and CBS_get_any_asn1_element() only support the single byte ASN.1 identifier octets (aka short form tags). Tag number 31 is the start of the multi-byte long form per X.690 section 8.1.2.4. >From BoringSSL commit 2683af70e73f116e14db2bca6290fa4a010a2ee4 ok miod@