summaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
authorJan-Frederik Rieckers <rieckers@uni-bremen.de>2019-12-09 15:33:32 +0100
committerDmitry Belyavskiy <beldmit@gmail.com>2019-12-11 22:29:19 +0300
commitf5e77bb0fa25b2fd87c879eb5bfa3e7945731675 (patch)
tree041460f304ef32d27bbd9e5563924179c1b36ce9 /fuzz
parent77fedcdc8cf5446354a1e7ff9123d8ada5b79b06 (diff)
Add support for otherName:NAIRealm in output
This commit adds support for displaying RFC 7585 otherName:NAIRealm in the text output of openssl CLA: trivial Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/10594)
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/oids.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/oids.txt b/fuzz/oids.txt
index 6cba5af9b1..cfc3392677 100644
--- a/fuzz/oids.txt
+++ b/fuzz/oids.txt
@@ -1072,3 +1072,4 @@ OBJ_SM2_with_SM3="\x2A\x81\x1C\xCF\x55\x01\x83\x75"
OBJ_id_on_SmtpUTF8Mailbox="\x2B\x06\x01\x05\x05\x07\x08\x09"
OBJ_XmppAddr="\x2B\x06\x01\x05\x05\x07\x08\x05"
OBJ_SRVName="\x2B\x06\x01\x05\x05\x07\x08\x07"
+OBJ_NAIRealm="\x2B\x06\x01\x05\x05\x07\x08\x08"