From 58ddc11036bbbb3c558015f9a5c8ea201fa609ec Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 30 Dec 2015 20:19:00 -0600 Subject: support unrecognized extensions in x509 --- docs/x509/reference.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index df17f954..01a5d94c 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2435,7 +2435,8 @@ Exceptions .. class:: UnsupportedExtension - This is raised when a certificate contains an unsupported extension type. + This is raised when a certificate contains an unsupported extension type + that is marked critical. .. attribute:: oid -- cgit v1.2.3 From f5bc3eb17944d21ec4a72b9b6fd40fa1fa1b4394 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 30 Dec 2015 20:54:15 -0600 Subject: backticks --- docs/x509/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 01a5d94c..8bb3f40d 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2436,7 +2436,7 @@ Exceptions .. class:: UnsupportedExtension This is raised when a certificate contains an unsupported extension type - that is marked critical. + that is marked ``critical``. .. attribute:: oid -- cgit v1.2.3