diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-01-18 15:19:34 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-01-18 15:19:34 -0600 |
commit | e5463ccb335149da72e455473af920b1dea453cf (patch) | |
tree | fbcdccf6c52f3577c6cfb2c6de2a6288f896c27e /docs/x509/reference.rst | |
parent | bef31146c3b12443fafdd1ef1a6a3c4519c60661 (diff) | |
download | cryptography-e5463ccb335149da72e455473af920b1dea453cf.tar.gz cryptography-e5463ccb335149da72e455473af920b1dea453cf.tar.bz2 cryptography-e5463ccb335149da72e455473af920b1dea453cf.zip |
consistently linky RFC in the docs (#4716)
* consistently linky RFC in the docs
* oops
Diffstat (limited to 'docs/x509/reference.rst')
-rw-r--r-- | docs/x509/reference.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 6b2f74cf..b2278d57 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -1250,7 +1250,7 @@ X.509 CSR (Certificate Signing Request) Builder Object .. versionadded:: 2.5 - :return str: Format the given name as a `RFC 4514`_ Distinguished Name + :return str: Format the given name as a :rfc:`4514` Distinguished Name string, for example ``CN=mydomain.com,O=My Org,C=US``. @@ -1291,7 +1291,7 @@ X.509 CSR (Certificate Signing Request) Builder Object .. versionadded:: 2.5 - :return str: Format the given attribute as a `RFC 4514`_ Distinguished + :return str: Format the given attribute as a :rfc:`4514` Distinguished Name string. @@ -1314,7 +1314,7 @@ X.509 CSR (Certificate Signing Request) Builder Object .. versionadded:: 2.5 - :return str: Format the given RDN set as a `RFC 4514`_ Distinguished + :return str: Format the given RDN set as a :rfc:`4514` Distinguished Name string. @@ -1331,7 +1331,6 @@ X.509 CSR (Certificate Signing Request) Builder Object The dotted string value of the OID (e.g. ``"2.5.4.3"``) -.. _`RFC 4514`: https://tools.ietf.org/html/rfc4514 .. _general_name_classes: @@ -2794,7 +2793,7 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"1.2.840.113549.1.1.10"``. This is signed by an RSA key using the Probabilistic Signature Scheme (PSS) - padding from RFC 4055. The hash function and padding are defined by + padding from :rfc:`4055`. The hash function and padding are defined by signature algorithm parameters. .. attribute:: ECDSA_WITH_SHA1 |