aboutsummaryrefslogtreecommitdiff
path: root/asn1crypto/x509.py
diff options
context:
space:
mode:
authorLauri Võsandi <lauri.vosandi@gmail.com>2018-04-26 09:18:12 +0300
committerLauri Võsandi <lauri.vosandi@gmail.com>2018-04-26 09:18:12 +0300
commit8e6defb1502f030b0fe70d56fa743258962ab7df (patch)
tree3b7c020c14b7b9c6ee4f11d53a1c8d3efd3df54b /asn1crypto/x509.py
parent0c52cccd3d74179f4ad7774cfad18731bb4eef6c (diff)
downloadasn1crypto-8e6defb1502f030b0fe70d56fa743258962ab7df.tar.gz
Add IKE intermediate OID mapping
Diffstat (limited to 'asn1crypto/x509.py')
-rw-r--r--asn1crypto/x509.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1crypto/x509.py b/asn1crypto/x509.py
index 3b12dcc..3609c75 100644
--- a/asn1crypto/x509.py
+++ b/asn1crypto/x509.py
@@ -1697,6 +1697,8 @@ class KeyPurposeId(ObjectIdentifier):
'1.3.6.1.5.5.7.3.29': 'cmc_archive',
# https://tools.ietf.org/html/draft-ietf-sidr-bgpsec-pki-profiles-15#page-6
'1.3.6.1.5.5.7.3.30': 'bgpspec_router',
+ # https://www.ietf.org/proceedings/44/I-D/draft-ietf-ipsec-pki-req-01.txt
+ '1.3.6.1.5.5.8.2.2': 'ike_intermediate',
# https://msdn.microsoft.com/en-us/library/windows/desktop/aa378132(v=vs.85).aspx
# and https://support.microsoft.com/en-us/kb/287547
'1.3.6.1.4.1.311.10.3.1': 'microsoft_trust_list_signing',