Skip to content

Commit

Permalink
Release ktls-utils 0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
  • Loading branch information
chucklever committed May 17, 2023
1 parent 1c6d204 commit 198ff00
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Change Log - In newest-release-first order

ktls-utils 0.9 - 2023-05-01
* Cipher negotiaion now conforms with distro security policies
* Improve Server Name Indicator support
* Disable Nagle during handshakes
* Send TLS Alerts on handshake errors

ktls-utils 0.8 - 2023-04-05
* Replace the listen-based upcall mechanism with netlink
* Implement server-side handshake support
Expand Down
10 changes: 5 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ktls-utils 0.8 - 2023-04-05
* Replace the listen-based upcall mechanism with netlink
* Implement server-side handshake support
* Implement x.509 certificate verification
* Implement keyring-based exchange of authentication material
ktls-utils 0.9 - 2023-05-01
* Cipher negotiaion now conforms with distro security policies
* Improve Server Name Indicator support
* Disable Nagle during handshakes
* Send TLS Alerts on handshake errors
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes for ktls-utils 0.9-dev
# Release Notes for ktls-utils 0.9

Note well: This is experimental prototype software. It's purpose is
purely as a demonstration and proof-of-concept. USE AT YOUR OWN RISK.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes for ktls-utils 0.9-dev
# Release Notes for ktls-utils 0.9

Note well: This is experimental prototype software. It's purpose is
purely as a demonstration and proof-of-concept. USE AT YOUR OWN RISK.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dnl 02110-1301, USA.
dnl

AC_PREREQ([2.69])
AC_INIT([ktls-utils],[0.9-dev],[linux-nfs@vger.kernel.org])
AC_INIT([ktls-utils],[0.9],[kernel-tls-handshake@lists.linux.dev])
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([config.h.in])
Expand Down

0 comments on commit 198ff00

Please sign in to comment.