diff options
author | Jack Lloyd <[email protected]> | 2018-02-28 15:02:40 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-28 15:02:40 -0500 |
commit | 3870a2a59a9940635a133fbe60ab05c9815a4d1c (patch) | |
tree | ea103bed98a3db7afecb5cccc84133fa154b9cd6 | |
parent | ab2d912573047eb5d4727a45deef2c2106fa85a7 (diff) |
Fix duplicate document entries [ci skip]
-rw-r--r-- | doc/manual/x509.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/manual/x509.rst b/doc/manual/x509.rst index 7bbce5e2e..f998fc715 100644 --- a/doc/manual/x509.rst +++ b/doc/manual/x509.rst @@ -126,11 +126,6 @@ The major certificate format in use today is X.509v3, used for instance in the of the binary contents. Normally SHA-1 or SHA-256 is used, but any hash function is allowed. - .. cpp:function:: bool matches_dns_name(const std::string& name) const - - Returns true if ``name`` matches the DNS name in the certificate. This function - accounts for wildcard certificates. - .. cpp:function:: Key_Constraints constraints() const Returns either an enumeration listing key constraints (what the @@ -139,10 +134,6 @@ The major certificate format in use today is X.509v3, used for instance in the ``DIGITAL_SIGNATURE`` and ``KEY_CERT_SIGN``. More than one value might be specified. - .. cpp:function:: bool allowed_extended_usage(const OID& usage) const - - Returns true if the OID is included in the extended usage extension. - .. cpp:function:: bool matches_dns_name(const std::string& name) const Check if the certificate's subject alternative name DNS fields |