aboutsummaryrefslogtreecommitdiff
path: root/asn1crypto/x509.py
diff options
context:
space:
mode:
authorMatt Cooper <mttcpr@users.noreply.github.com>2017-11-17 19:46:32 -0500
committerGitHub <noreply@github.com>2017-11-17 19:46:32 -0500
commit34f87fa70e2211c2ae356952d52b8fca334a122b (patch)
treeba2c7f7d51d672d4f1d1a176aeac85a9028c86f4 /asn1crypto/x509.py
parentdc9d09ca0f6499c1f644a90561f88ff3213c2726 (diff)
downloadasn1crypto-34f87fa70e2211c2ae356952d52b8fca334a122b.tar.gz
oops, two .4s won't work there!
Diffstat (limited to 'asn1crypto/x509.py')
-rw-r--r--asn1crypto/x509.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1crypto/x509.py b/asn1crypto/x509.py
index 166448c..f051e40 100644
--- a/asn1crypto/x509.py
+++ b/asn1crypto/x509.py
@@ -1726,9 +1726,9 @@ class KeyPurposeId(ObjectIdentifier):
'2.16.840.1.101.3.6.7': 'piv_content_signing',
# https://tools.ietf.org/html/rfc4556.html
'1.3.6.1.5.2.3.4': 'pkinit_kpclientauth',
- '1.3.6.1.5.2.3.4': 'pkinit_kpkdc',
+ '1.3.6.1.5.2.3.5': 'pkinit_kpkdc',
# https://www.adobe.com/devnet-docs/acrobatetk/tools/DigSig/changes.html
- '1.2.840.113583.1.1.5': 'adobe_authentic_documents_trust',
+ '1.2.840.113583.1.1.5': 'adobe_authentic_documents_trust',
}