summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_constraints.c
diff options
context:
space:
mode:
authorjsing <>2022-03-02 11:28:00 +0000
committerjsing <>2022-03-02 11:28:00 +0000
commit3c3fcd217ad6d444723416dd9eca5e1dc42f4bed (patch)
treeef22bb60da9100fb77f57965fd90ea63a5b3733b /src/lib/libcrypto/x509/x509_constraints.c
parent4d809bb98b2046d02a7447203478b3d9d0846702 (diff)
downloadopenbsd-3c3fcd217ad6d444723416dd9eca5e1dc42f4bed.tar.gz
openbsd-3c3fcd217ad6d444723416dd9eca5e1dc42f4bed.tar.bz2
openbsd-3c3fcd217ad6d444723416dd9eca5e1dc42f4bed.zip
Rewrite ASN1_OBJECT content to ascii/text conversion.
Rewrite the ASN1_OBJECT content to ascii/text conversion code using CBB and CBS. Currently there is a strange split with i2t_ASN1_OBJECT() calling OBJ_obj2txt() which implements the conversion, while OBJ_txt2obj() calls back into the misnamed a2d_ASN1_OBJECT() function. Move the conversion code into asn1/a_object.c and have OBJ_txt2obj() call that instead. ok inoguchi@ tb@
Diffstat (limited to 'src/lib/libcrypto/x509/x509_constraints.c')
0 files changed, 0 insertions, 0 deletions