diff options
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 29b82680..2f997ae2 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -909,6 +909,13 @@ X.509 Extensions Returns an instance of the extension type corresponding to the OID. +.. class:: ExtensionType + + .. versionadded:: 1.0 + + This is the interface against which all the following extension types are + registered. + .. class:: KeyUsage .. versionadded:: 0.9 |