diff options
author | Jan-Frederik Rieckers <rieckers@uni-bremen.de> | 2019-12-09 15:33:32 +0100 |
---|---|---|
committer | Dmitry Belyavskiy <beldmit@gmail.com> | 2019-12-11 20:29:19 +0100 |
commit | f5e77bb0fa25b2fd87c879eb5bfa3e7945731675 (patch) | |
tree | 041460f304ef32d27bbd9e5563924179c1b36ce9 /fuzz | |
parent | Enrich arm64 tests in Travis matrix (diff) | |
download | openssl-f5e77bb0fa25b2fd87c879eb5bfa3e7945731675.tar.xz openssl-f5e77bb0fa25b2fd87c879eb5bfa3e7945731675.zip |
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.txt | 1 |
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" |