File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log - In newest-release-first order
22
3+ ktls-utils 1.1.0 2025-06-02
4+ * Return to the old release process
5+ * Update the contribution process
6+ * Accept alternate keyrings during handshake upcall
7+ * Initial support for building ktls-utils with MUSL
8+
39ktls-utils 1.0 - 2025-05-05
410 * Handshake support for in-kernel QUIC
511 * Package is no longer "experimental"
Original file line number Diff line number Diff line change 1- ktls-utils 1.0 - 2025-05-05
2- * Handshake support for in-kernel QUIC
3- * Package is no longer "experimental"
4- * Fix minor bugs
1+ ktls-utils 1.1.0 2025-06-02
2+ * Return to the old release process
3+ * Update the contribution process
4+ * Accept alternate keyrings during handshake upcall
5+ * Initial support for building ktls-utils with MUSL
Original file line number Diff line number Diff line change 1- # Release Notes for ktls-utils 1.1.0-pre
1+ # Release Notes for ktls-utils 1.1.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.1.0-pre
1+ # Release Notes for ktls-utils 1.1.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.1.0-pre ] ,[ kernel-tls-handshake@lists.linux.dev] )
21+ AC_INIT ( [ ktls-utils] ,[ 1.1.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