summaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/openssl/obj_mac.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h
index 4fb8601bf1..2696a4b204 100644
--- a/include/openssl/obj_mac.h
+++ b/include/openssl/obj_mac.h
@@ -1866,6 +1866,11 @@
#define NID_SRVName 1210
#define OBJ_SRVName OBJ_id_on,7L
+#define SN_NAIRealm "id-on-NAIRealm"
+#define LN_NAIRealm "NAIRealm"
+#define NID_NAIRealm 1211
+#define OBJ_NAIRealm OBJ_id_on,8L
+
#define SN_id_on_SmtpUTF8Mailbox "id-on-SmtpUTF8Mailbox"
#define LN_id_on_SmtpUTF8Mailbox "Smtp UTF8 Mailbox"
#define NID_id_on_SmtpUTF8Mailbox 1208