aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules
diff options
context:
space:
mode:
authorelie <elie>2015-05-20 06:21:09 +0000
committerelie <elie>2015-05-20 06:21:09 +0000
commita642a0cbac4803c278f3ed6f8546e18552792197 (patch)
tree370a03b79a90042943df652cb28e45b16bba27ad /pyasn1_modules
parent828226015cf3ecf07520c7f07d89ab1197d43207 (diff)
downloadpyasn1-modules-a642a0cbac4803c278f3ed6f8546e18552792197.tar.gz
typo fix to id_kp_serverAuth object value
Diffstat (limited to 'pyasn1_modules')
-rw-r--r--pyasn1_modules/rfc2459.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyasn1_modules/rfc2459.py b/pyasn1_modules/rfc2459.py
index e212645..8c65f25 100644
--- a/pyasn1_modules/rfc2459.py
+++ b/pyasn1_modules/rfc2459.py
@@ -648,7 +648,7 @@ class CRLNumber(univ.Integer):
class BaseCRLNumber(CRLNumber): pass
-id_kp_serverAuth = univ.ObjectIdentifier('1.3.6.1.5.5.7.3.1.1')
+id_kp_serverAuth = univ.ObjectIdentifier('1.3.6.1.5.5.7.3.1')
id_kp_clientAuth = univ.ObjectIdentifier('1.3.6.1.5.5.7.3.2')
id_kp_codeSigning = univ.ObjectIdentifier('1.3.6.1.5.5.7.3.3')
id_kp_emailProtection = univ.ObjectIdentifier('1.3.6.1.5.5.7.3.4')