Check-in [e0f002ecb1]
Overview
Comment:Added doc update
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | feature-dump-keys
Files: files | file ages | folders
SHA3-256: e0f002ecb18f14e2f507d02f487e57db1a9c5853dbed4e5a461cc98a54e963e0
User & Date: bohagan on 2023-03-04 14:51:34
Other Links: branch diff | manifest | tags
Context
2023-03-04
16:14
Merge feature-dump-keys into main check-in: bed86d3303 user: bohagan tags: trunk
14:51
Added doc update Closed-Leaf check-in: e0f002ecb1 user: bohagan tags: feature-dump-keys
2022-05-30
16:14
Bug [8de7f5aa07]: Add support for dumping SSL keys check-in: 2c773b9a38 user: schelte tags: feature-dump-keys
Changes
autogen.sh became a regular file with contents [825e8c0a23].
build/update-wiki-docs became a regular file with contents [05d1cbbcf4].
Modified tls.htm from [54230bffc5] to [d386ab8299].
405
406
407
408
409
410
411






412
413
414
415
416
417
418
<p>
<em>
The use of the variable <strong>tls::debug</strong> is not recommended.
It may be removed from future releases.
</em>
</p>







<h3><a name="HTTPS EXAMPLE">HTTPS EXAMPLE</a></h3>

<p>This example uses a sample server.pem provided with the TLS release,
courtesy of the <strong>OpenSSL</strong> project.</p>

<pre><code>
package require http







>
>
>
>
>
>







405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<p>
<em>
The use of the variable <strong>tls::debug</strong> is not recommended.
It may be removed from future releases.
</em>
</p>

<h3><a name="DEBUG">DEBUG</a></h3>

TLS key logging can be enabled by setting the environment variable
<b>SSLKEYLOGFILE</b> to the name of the file to log to. Then whenever TLS
key material is generated or received it will be logged to the file.

<h3><a name="HTTPS EXAMPLE">HTTPS EXAMPLE</a></h3>

<p>This example uses a sample server.pem provided with the TLS release,
courtesy of the <strong>OpenSSL</strong> project.</p>

<pre><code>
package require http