Skip to content

Commit

Permalink
Release ktls-utils 0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Lever <[email protected]>
  • Loading branch information
chucklever committed Nov 10, 2022
1 parent f23ed1b commit 8bb65e2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
7 changes: 5 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Change Log - In newest-release-first order

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

ktls-utils 0.6 - 2022-05-27
* Update value of SOL_TLSH constant for kernel v5.18
Expand Down
7 changes: 5 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ktls-utils 0.7 - 2022-06-NN
*
ktls-utils 0.7 - 2022-11-10
* Remove the -n command line option
* Support client-side peer authentication
* Support upcall API changes in v6.0 prototype kernel
* Add /etc/tlshd.conf with support for default cert and private key
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes for ktls-utils 0.6
# Release Notes for ktls-utils 0.7

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 Expand Up @@ -38,7 +38,6 @@ For information on how to contribute to this project, see

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

* support for client authentication (via certificate)
* support for using private key material stored in the local TPM
* support for session key renegotiation
* send proper SSL shutdown message when kernel consumer is finished with an endpoint
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes for ktls-utils 0.6
# Release Notes for ktls-utils 0.7

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 Expand Up @@ -38,7 +38,6 @@ For information on how to contribute to this project, see

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

* support for client authentication (via certificate)
* support for using private key material stored in the local TPM
* support for session key renegotiation
* send proper SSL shutdown message when kernel consumer is finished with an endpoint
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.7-pre],[[email protected]])
AC_INIT([ktls-utils],[0.7],[[email protected]])
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([config.h.in])
Expand Down

0 comments on commit 8bb65e2

Please sign in to comment.