aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc5924.py
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-04-09 19:31:08 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-09 19:31:08 +0000
commit368b2a975cce6644fc3eae509a1e20d80479b0f8 (patch)
tree1e56fddd4e95a55bf547e014d7ee168824c9e313 /pyasn1_modules/rfc5924.py
parentc340f08f61bbea0a35f7030eba6c67b93cbd43e2 (diff)
parentc1f0ae6dee4f44f0ca1b2492faf4b78c29b400bd (diff)
downloadpyasn1-modules-368b2a975cce6644fc3eae509a1e20d80479b0f8.tar.gz
Upgrade python/pyasn1-modules to v0.2.8 am: 9e51c9ac3a am: b3112bf96b am: 85aef04186 am: c1f0ae6dee
Change-Id: Icde9ec8527a9955ed38395c73b05bcad1b78bf2c
Diffstat (limited to 'pyasn1_modules/rfc5924.py')
-rw-r--r--pyasn1_modules/rfc5924.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/pyasn1_modules/rfc5924.py b/pyasn1_modules/rfc5924.py
new file mode 100644
index 0000000..4358e4f
--- /dev/null
+++ b/pyasn1_modules/rfc5924.py
@@ -0,0 +1,19 @@
+#
+# This file is part of pyasn1-modules software.
+#
+# Created by Russ Housley.
+#
+# Copyright (c) 2019, Vigil Security, LLC
+# License: http://snmplabs.com/pyasn1/license.html
+#
+# Extended Key Usage (EKU) for Session Initiation Protocol (SIP)
+#
+# ASN.1 source from:
+# https://www.rfc-editor.org/rfc/rfc5924.txt
+#
+
+from pyasn1.type import univ
+
+id_kp = univ.ObjectIdentifier('1.3.6.1.5.5.7.3')
+
+id_kp_sipDomain = id_kp + (20, )