Skip to content

Commit 198ff00

Browse files
committed
Release ktls-utils 0.9
Signed-off-by: Chuck Lever <[email protected]>
1 parent 1c6d204 commit 198ff00

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Change Log - In newest-release-first order
22

3+
ktls-utils 0.9 - 2023-05-01
4+
* Cipher negotiaion now conforms with distro security policies
5+
* Improve Server Name Indicator support
6+
* Disable Nagle during handshakes
7+
* Send TLS Alerts on handshake errors
8+
39
ktls-utils 0.8 - 2023-04-05
410
* Replace the listen-based upcall mechanism with netlink
511
* Implement server-side handshake support

NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ktls-utils 0.8 - 2023-04-05
2-
* Replace the listen-based upcall mechanism with netlink
3-
* Implement server-side handshake support
4-
* Implement x.509 certificate verification
5-
* Implement keyring-based exchange of authentication material
1+
ktls-utils 0.9 - 2023-05-01
2+
* Cipher negotiaion now conforms with distro security policies
3+
* Improve Server Name Indicator support
4+
* Disable Nagle during handshakes
5+
* Send TLS Alerts on handshake errors

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes for ktls-utils 0.9-dev
1+
# Release Notes for ktls-utils 0.9
22

33
Note well: This is experimental prototype software. It's purpose is
44
purely as a demonstration and proof-of-concept. USE AT YOUR OWN RISK.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes for ktls-utils 0.9-dev
1+
# Release Notes for ktls-utils 0.9
22

33
Note well: This is experimental prototype software. It's purpose is
44
purely as a demonstration and proof-of-concept. USE AT YOUR OWN RISK.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dnl 02110-1301, USA.
1818
dnl
1919

2020
AC_PREREQ([2.69])
21-
AC_INIT([ktls-utils],[0.9-dev],[[email protected]])
21+
AC_INIT([ktls-utils],[0.9],[[email protected]])
2222
AM_INIT_AUTOMAKE
2323
AM_SILENT_RULES([yes])
2424
AC_CONFIG_SRCDIR([config.h.in])

0 commit comments

Comments
 (0)