CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/03/19 11:35:52
Modified files: lib/libcrypto/asn1: a_object.c Log message: 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@