File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Change Log - In newest-release-first order
22
3- ktls-utils 1.3.0 2025-10-06
3+ ktls-utils 1.3.0 2025-10-20
44 * Implement support for certificates using post-quantum encryption
55 * Add several new GitHub Action workflows, including a gh-pages generator
66 * Move /etc/tlshd.conf to /etc/tlshd/config
Original file line number Diff line number Diff line change 1- ktls-utils 1.3.0 2025-10-06
1+ ktls-utils 1.3.0 2025-10-20
22 * Implement support for certificates using post-quantum encryption
33 * Add several new GitHub Action workflows, including a gh-pages generator
44 * Move /etc/tlshd.conf to /etc/tlshd/config
Original file line number Diff line number Diff line change 1- # Release Notes for ktls-utils 1.3.0-rc1
1+ # Release Notes for ktls-utils 1.3.0
22
33In-kernel TLS consumers need a mechanism to perform TLS handshakes
44on a connected socket to negotiate TLS session parameters that can
Original file line number Diff line number Diff line change 1- # Release Notes for ktls-utils 1.3.0-rc1
1+ # Release Notes for ktls-utils 1.3.0
22
33In-kernel TLS consumers need a mechanism to perform TLS handshakes
44on a connected socket to negotiate TLS session parameters that can
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dnl 02110-1301, USA.
1818dnl
1919
2020AC_PREREQ ( [ 2.69] )
21- AC_INIT ( [ ktls-utils] ,[ 1.3.0-rc1 ] ,[ kernel-tls-handshake@lists.linux.dev] )
21+ AC_INIT ( [ ktls-utils] ,[ 1.3.0] ,[ kernel-tls-handshake@lists.linux.dev] )
2222AM_INIT_AUTOMAKE
2323AM_SILENT_RULES ([ yes] )
2424AC_CONFIG_SRCDIR ( [ config.h.in] )
You can’t perform that action at this time.
0 commit comments