Package: ktls-utils / 1.0.0-1

Metadata

Package Version Patches format
ktls-utils 1.0.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tlshd fix a regression for certificate verification.patc | (download)

src/tlshd/handshake.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 tlshd: fix a regression for certificate verification
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/97
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