diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /epan/dissectors/asn1/pkixqualified/PKIXServiceNameSAN88.asn | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/asn1/pkixqualified/PKIXServiceNameSAN88.asn')
-rw-r--r-- | epan/dissectors/asn1/pkixqualified/PKIXServiceNameSAN88.asn | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/pkixqualified/PKIXServiceNameSAN88.asn b/epan/dissectors/asn1/pkixqualified/PKIXServiceNameSAN88.asn new file mode 100644 index 00000000..80e1da5e --- /dev/null +++ b/epan/dissectors/asn1/pkixqualified/PKIXServiceNameSAN88.asn @@ -0,0 +1,32 @@ +-- Extracted from RFC 4985 Appendix A.1. 1988 ASN.1 Module +-- + PKIXServiceNameSAN88 {iso(1) identified-organization(3) dod(6) + internet(1) security(5) mechanisms(5) pkix(7) id-mod(0) + id-mod-dns-srv-name-88(39) } + + DEFINITIONS EXPLICIT TAGS ::= + + BEGIN + + -- EXPORTS ALL -- + + IMPORTS + + -- UTF8String, / move hyphens before slash if UTF8String does not + -- resolve with your compiler + + id-pkix + FROM PKIX1Explicit88 { iso(1) identified-organization(3) + dod(6) internet(1) security(5) mechanisms(5) pkix(7) + id-mod(0) id-pkix1-explicit(18) } ; + -- from RFC3280 [N2] + -- Service Name Object Identifier and Syntax + -- id-pkix OBJECT IDENTIFIER ::= {1 3 6 1 5 5 7} + + id-on OBJECT IDENTIFIER ::= { id-pkix 8 } + + id-on-dnsSRV OBJECT IDENTIFIER ::= { id-on 7 } + + SRVName ::= IA5String (SIZE (1..MAX)) + + END |