diff options
author | Lucien Gentis <lgentis@apache.org> | 2024-08-31 15:06:02 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2024-08-31 15:06:02 +0200 |
commit | 1389d322598dbd6d062a34a0bfd6b1feff6da1dd (patch) | |
tree | 10e0c43062e3afe3fba196dd7626b1393a379fe6 /docs | |
parent | fr doc XML file update. (diff) | |
download | apache2-1389d322598dbd6d062a34a0bfd6b1feff6da1dd.tar.xz apache2-1389d322598dbd6d062a34a0bfd6b1feff6da1dd.zip |
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_ssl.html.fr.utf8 | 10 | ||||
-rw-r--r-- | docs/manual/mod/mod_ssl.xml.es | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_ssl.html.fr.utf8 b/docs/manual/mod/mod_ssl.html.fr.utf8 index e1be7950cb..6adb4d5ef5 100644 --- a/docs/manual/mod/mod_ssl.html.fr.utf8 +++ b/docs/manual/mod/mod_ssl.html.fr.utf8 @@ -256,12 +256,16 @@ certificat serveur, sous la forme SRVName (OID 1.3.6.1.5.5.7.8.7, RFC 4985)</td> <td>Algorithme utilisé pour la clé publique du certificat du serveur</td></tr> <tr><td><code>SSL_SERVER_CERT</code></td> <td>chaîne</td> <td>Certificat du serveur au format PEM</td></tr> -<tr class="odd"><td><code>SSL_SRP_USER</code></td> <td>string</td> +<tr class="odd"><td><code>SSL_SRP_USER</code></td> <td>chaîne</td> <td>nom d'utilisateur SRP</td></tr> -<tr><td><code>SSL_SRP_USERINFO</code></td> <td>string</td> +<tr><td><code>SSL_SRP_USERINFO</code></td> <td>chaîne</td> <td>informations sur l'utilisateur SRP</td></tr> -<tr class="odd"><td><code>SSL_TLS_SNI</code></td> <td>string</td> +<tr class="odd"><td><code>SSL_TLS_SNI</code></td> <td>chaîne</td> <td>Contenu de l'extension SNI TLS (si supporté par ClientHello)</td></tr> +<tr><td><code>SSL_HANDSHAKE_RTT</code></td> <td>nombre</td> +<td>Temps d'aller-retour de la négociation TLS en microsecondes, y compris le +traitement de l’étape finale (cette variable est définie à vide si la version d’OpenSSL est +antérieure à 3.2 ou si le temps d'aller-retour ne peut pas être déterminé.</td></tr> </table> <p><em>x509</em> spécifie un élément de DN X.509 parmi diff --git a/docs/manual/mod/mod_ssl.xml.es b/docs/manual/mod/mod_ssl.xml.es index 7e2e027e9f..ef626ead45 100644 --- a/docs/manual/mod/mod_ssl.xml.es +++ b/docs/manual/mod/mod_ssl.xml.es @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?> -<!-- English Revision: 1817381:1917600 (outdated) --> +<!-- English Revision: 1817381:1920297 (outdated) --> <!-- Spanish Translation: Daniel Ferradal <dferradal@apache.org> --> <!-- Updated and reviewed: Luis Gil de bernabe <lgilbernabe@apache.org> --> |