]> git.ipfire.org Git - thirdparty/chrony.git/commit - nts_ke_client.h
nts: add NTS-KE server and client
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 4 Feb 2020 14:10:14 +0000 (15:10 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 5 Mar 2020 15:02:15 +0000 (16:02 +0100)
commita420ed57a10f7abebae4ac76c01ccde4ad893cf9
tree2efdf7893906cf9af7d819e6a9476b945995d448
parent72f99033fead955dd9e647c72dd3b814c0f643ce
nts: add NTS-KE server and client

Add a client and server implementing the Network Time Security (NTS) Key
Establishment. Use the GnuTLS library for TLS.
12 files changed:
conf.c
conf.h
configure
main.c
nts_ke.h [new file with mode: 0644]
nts_ke_client.c [new file with mode: 0644]
nts_ke_client.h [new file with mode: 0644]
nts_ke_server.c [new file with mode: 0644]
nts_ke_server.h [new file with mode: 0644]
nts_ke_session.c [new file with mode: 0644]
nts_ke_session.h [new file with mode: 0644]
stubs.c