Skip to content

Commit

Permalink
RELEASE TAG 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed Jun 5, 2024
1 parent 3ed4a11 commit 64a90eb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-06-06 Konstantin Kushnir <chpock@gmail.com>
* RELEASE TAG 1.1.0

2024-06-05 Konstantin Kushnir <chpock@gmail.com>
* Send complete certificate chain as client cert
* Disable badssl tests by default as they are not stable
Expand Down
18 changes: 18 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Release version 1.1.0

Notable changes:

1. Fixed the build process to produce a static version of the package.

2. Added support for Tcl 9

3. Fixed handling of connections with untrusted certificates and disabled
certificate validation when using TLS1.3 protocol.

4. Improved compatibility with tcltls. The ::tls::* aliases for ::mtls::*
procedures are created automatically when the package is loaded, if
the ::tls namespace does not exist at the time of loading. This allows
existing code that is designed to work with tcltls to be used without
modification. Also added some expected fields to the result of
the mtls::status command.

2 changes: 1 addition & 1 deletion manifest.uuid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git-0b47a998647230ead5190bb285a0ab248ce9420c
git-3ed4a115bc3c29be1e0b2170da312bce75ff3370

0 comments on commit 64a90eb

Please sign in to comment.