regen doc

This commit is contained in:
Kazuho Oku 2024-11-22 10:04:02 +09:00
parent 26e34d3807
commit fd494336e2
3 changed files with 10 additions and 1 deletions

View File

@ -433,6 +433,8 @@ path of a PEM file containing the Diffie-Hellman parameters to be used.
Use of the file is recommended for servers using Diffie-Hellman key agreement.
(optional)
</dd>
<dt id="key-exchange-tls1.3">key-exchange-tls1.3:</dt>
<dd>list of TLS 1.3 key exchange algorithms to use; the list must be a YAML sequence of algorithms. <code>x25519</code> and <code>secp256r1</code> are supported and enabled by default. In addition, <code>secp384r1</code>, <code>secp521r1</code>, and <code>x25519mlkem768</code> might be available if they are supported by libcrypto.</dd>
<dt id="ocsp-update-interval">ocsp-update-interval:</dt>
<dd>
interval for updating the OCSP stapling data (in seconds), or set to zero to disable OCSP stapling.

View File

@ -640,6 +640,8 @@ path of a PEM file containing the Diffie-Hellman parameters to be used.
Use of the file is recommended for servers using Diffie-Hellman key agreement.
(optional)
key-exchange-tls1.3:
list of TLS 1.3 key exchange algorithms to use; the list must be a YAML sequence of algorithms. x25519 and secp256r1 are supported and enabled by default. In addition, secp384r1, secp521r1, and x25519mlkem768 might be available if they are supported by libcrypto.
ocsp-update-interval:
interval for updating the OCSP stapling data (in seconds), or set to zero to disable OCSP stapling.
@ -650,6 +652,11 @@ ocsp-max-failures:
number of consecutive OCSP query failures before stopping to send OCSP stapling data to the client.
Default is 3.
max-tickets:
maximum number of TLS/1.3 session tickets to send, when the client requests for them using the ticket_request extension.
Default is 4.
ech:
This experimental attribute controls the use of TLS Encrypted Client Hello extension (draft-15).

File diff suppressed because one or more lines are too long