Rewrite ascii/text to ASN.1 object conversion.
authorjsing <jsing@openbsd.org>
Sat, 19 Mar 2022 17:35:52 +0000 (17:35 +0000)
committerjsing <jsing@openbsd.org>
Sat, 19 Mar 2022 17:35:52 +0000 (17:35 +0000)
commit8c693bf9a98a282d9008c587763a09789222002e
tree6acc6696c474409f76119b795d9862d155a0092b
parentb83cd0d69f6ad0ee5fe6b3faa146bd94e1034e96
Rewrite ascii/text to ASN.1 object conversion.

Rewrite the ascii/text to ASN.1 object conversion code using CBB/CBS,
while also addressing some of the bizarre behaviour (such as allowing
mixed separators and treating '..' as a zero value).

ok inoguchi@ tb@
lib/libcrypto/asn1/a_object.c