We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1645bfe commit 7b4b4dcCopy full SHA for 7b4b4dc
src/regress/lib/libcrypto/asn1/asn1object.c
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: asn1object.c,v 1.4 2022/03/15 18:29:12 tb Exp $ */
+/* $OpenBSD: asn1object.c,v 1.5 2022/03/19 16:23:17 jsing Exp $ */
2
/*
3
* Copyright (c) 2017, 2021, 2022 Joel Sing <jsing@openbsd.org>
4
*
@@ -252,6 +252,10 @@ struct asn1_object_test asn1_object_tests[] = {
252
.oid = "2.5,4.10",
253
.want_error = ASN1_R_INVALID_DIGIT,
254
},
255
+ {
256
+ .oid = "2a.5.4.10",
257
+ .want_error = ASN1_R_INVALID_SEPARATOR,
258
+ },
259
{
260
.oid = "2.5a.4.10",
261
0 commit comments