Home
last modified time | relevance | path

Searched defs:ntsconfig_t (Results 1 – 1 of 1) sorted by relevance

/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/include/
H A Dnts.h133 struct ntsconfig_t { struct
134 bool ntsenable; /* enable NTS KE server on this ntpd */
135 const char * mintls; /* minimum TLS version allowed */
136 const char * maxtls; /* maximum TLS version allowed */
137 const char *tlsciphersuites;/* allowed TLS 1.3 ciphersuites */
138 const char *cert; /* file holding server certificate key */
139 const char *key; /* file holding server private key */
140 const char *KI; /* file holding K/I for making cookies */
141 const char *ca; /* root cert dir/file */
142 const char *aead; /* AEAD algorithms on wire */