Package: ktls-utils / 1.2.1-3

Metadata

Package Version Patches format
ktls-utils 1.2.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
configure disable currently broken quic implementation.patch | (download)

configure.ac | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 configure: disable currently broken quic implementation
Bug: https://github.com/oracle/ktls-utils/issues/99
Bug: https://github.com/oracle/ktls-utils/issues/100

The QUIC implementation currently has several obvious bugs.  As our
kernel UAPI headers don't yet include /usr/include/linux/quic.h, it is
automatically disabled by the configure script, but I want to ensure
that it stays disabled until those issues are resolved.


configure disable use of gnutls api not yet accepted upstream.patch | (download)

configure.ac | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 configure: disable use of gnutls api not yet accepted upstream

The gnutls_psk_allocate_{client,server}_credentials2() functions were
proposed in <https://gitlab.com/gnutls/gnutls/-/merge_requests/1939>
but have not yet been accepted.  Disable use of these functions
revert tlshd add a sigint handler.patch | (download)

src/tlshd/main.c | 13 0 + 13 - 0 !
1 file changed, 13 deletions(-)

 revert "tlshd: add a sigint handler"

This reverts commit bdc1bdb69715d9eb15086102989fa2c58296066e.  Neither
free() nor exit() are safe to call in a signal handler.

Signed-off-by: Ben Hutchings <benh@debian.org>