]> git.ipfire.org Git - thirdparty/chrony.git/commit
tls: move gnutls code into tls_gnutls.c
authorAnthony Brandon <anthony@amarulasolutions.com>
Fri, 30 May 2025 14:47:21 +0000 (16:47 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 26 Jun 2025 13:53:41 +0000 (15:53 +0200)
commit3e32e7e69412042f2477c02319e36eab6aee133d
tree2586dd2e1ed7cd41ab2ec66953edf6a3f1ad7874
parent52cce3dea89466593e67182731d0a229f09cdac2
tls: move gnutls code into tls_gnutls.c

Currently nts_ke_session.c directly calls into gnutls.
This patch moves the calls to gnutls into tls_gnutls.c with an API
defined in tls.h. This way it becomes possible to use different TLS
implementations in future patches.

Signed-off-by: Anthony Brandon <anthony@amarulasolutions.com>
configure
nts_ke_session.c
tls.h [new file with mode: 0644]
tls_gnutls.c [new file with mode: 0644]