TCLTLS Redux

Changes On Branch dh
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch dh Excluding Merge-Ins

This is equivalent to a diff from d434abcbe6 to a7a28456c4

2023-12-29
03:09
Merged in dh branch check-in: 5ac07968ad user: bohagan tags: trunk
03:09
Updated to auto set DH parameters. Updated to use well known Diffie-Hellman (DH) parameters that have built-in support in OpenSSL. This means the DH parameters will be selected to be consistent with the size of the key associated with the server's certificate. If there is no certificate (e.g. for PSK ciphersuites), then it it will be consistent with the size of the negotiated symmetric cipher key. Leaf check-in: a7a28456c4 user: bohagan tags: dh
00:46
Use env var for OpenSSL executable path. Source: https://core.tcl-lang.org/tcltls/tktview/034c8d2587 check-in: e5e7537a9a user: bohagan tags: dh
2023-12-28
20:01
Created DH branch check-in: cdd90dd399 user: bohagan tags: dh
2023-12-21
20:15
Merged in master changes check-in: beab76d7f2 user: bohagan tags: crypto
19:56
Optimized Init stub load and package require. Use general pkhIndex.tcl file. check-in: d434abcbe6 user: bohagan tags: trunk
2023-12-11
10:37
Updated to latest tclconfig changes check-in: 4d4b0e0853 user: bohagan tags: trunk

Changes to Makefile.in.

Changes to acinclude.m4.

Changes to configure.

Changes to configure.ac.

Deleted generic/gen_dh_params.

Changes to generic/tls.c.

Changes to win/README.txt.