Skip to content

Commit 8bb65e2

Browse files
committed
Release ktls-utils 0.7
Signed-off-by: Chuck Lever <[email protected]>
1 parent f23ed1b commit 8bb65e2

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

ChangeLog

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

3-
ktls-utils 0.7 - 2022-06-NN
4-
*
3+
ktls-utils 0.7 - 2022-11-10
4+
* Remove the -n command line option
5+
* Support client-side peer authentication
6+
* Support upcall API changes in v6.0 prototype kernel
7+
* Add /etc/tlshd.conf with support for default cert and private key
58

69
ktls-utils 0.6 - 2022-05-27
710
* Update value of SOL_TLSH constant for kernel v5.18

NEWS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
ktls-utils 0.7 - 2022-06-NN
2-
*
1+
ktls-utils 0.7 - 2022-11-10
2+
* Remove the -n command line option
3+
* Support client-side peer authentication
4+
* Support upcall API changes in v6.0 prototype kernel
5+
* Add /etc/tlshd.conf with support for default cert and private key

README

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes for ktls-utils 0.6
1+
# Release Notes for ktls-utils 0.7
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.
@@ -38,7 +38,6 @@ For information on how to contribute to this project, see
3838

3939
### Nice-to have for client-side prototype
4040

41-
* support for client authentication (via certificate)
4241
* support for using private key material stored in the local TPM
4342
* support for session key renegotiation
4443
* send proper SSL shutdown message when kernel consumer is finished with an endpoint

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes for ktls-utils 0.6
1+
# Release Notes for ktls-utils 0.7
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.
@@ -38,7 +38,6 @@ For information on how to contribute to this project, see
3838

3939
### Nice-to have for client-side prototype
4040

41-
* support for client authentication (via certificate)
4241
* support for using private key material stored in the local TPM
4342
* support for session key renegotiation
4443
* send proper SSL shutdown message when kernel consumer is finished with an endpoint

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.7-pre],[[email protected]])
21+
AC_INIT([ktls-utils],[0.7],[[email protected]])
2222
AM_INIT_AUTOMAKE
2323
AM_SILENT_RULES([yes])
2424
AC_CONFIG_SRCDIR([config.h.in])

0 commit comments

Comments
 (0)