diff options
Diffstat (limited to 'doc/src/sgml/sslinfo.sgml')
-rw-r--r-- | doc/src/sgml/sslinfo.sgml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml index 06f5728096e..85d49f66537 100644 --- a/doc/src/sgml/sslinfo.sgml +++ b/doc/src/sgml/sslinfo.sgml @@ -240,36 +240,6 @@ emailAddress </para> </listitem> </varlistentry> - - <varlistentry> - <term> - <function>ssl_client_get_notbefore() returns text</function> - <indexterm> - <primary>ssl_client_get_notbefore</primary> - </indexterm> - </term> - <listitem> - <para> - Return the <structfield>not before</structfield> UTC timestamp of the client - certificate. - </para> - </listitem> - </varlistentry> - - <varlistentry> - <term> - <function>ssl_client_get_notafter() returns text</function> - <indexterm> - <primary>ssl_client_get_notafter</primary> - </indexterm> - </term> - <listitem> - <para> - Return the <structfield>not after</structfield> UTC timestamp of the client - certificate. - </para> - </listitem> - </varlistentry> </variablelist> </sect2> |