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 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].

Modified build/post.sh from [cb645c3205] to [256b2f5d84].

Modified build/pre.sh from [a8f310fb41] to [5b92f77928].

build/update-wiki-docs became a regular file with contents [05d1cbbcf4].

Modified gen_dh_params from [c005dd2aeb] to [2613dfd476].

Modified tests/remote.tcl from [c8f880a3e5] to [b1e4530462].

Modified tests/simpleClient.tcl from [abd896c23b] to [5b2a6112d2].

Modified tests/simpleServer.tcl from [ca9a28f88d] to [1570c8544f].

Modified tests/tlsIO.test from [1df3d39a1f] to [40d48fe813].

Modified tls.htm from [54230bffc5] to [d386ab8299].

405
406
407
408
409
410
411






412
413
414
415
416
417
418
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

Modified win/README.txt from [c9eebede2e] to [8e3c348717].

Modified win/makefile.vc from [88282c8491] to [2103458bde].

Modified win/targets.vc from [77a0a274fa] to [a9dacf9516].