]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: include gnutls in libraries providing SECHASH feature
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 16 Mar 2022 13:46:13 +0000 (14:46 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 16 Mar 2022 13:54:12 +0000 (14:54 +0100)
doc/chrony.conf.adoc
doc/installation.adoc

index 9140c623a110545796e65ce7991bb2060b9c3c9a..49d1dac31523704aa3197249243cadd568c09311 100644 (file)
@@ -2504,7 +2504,7 @@ The type is a name of a cryptographic hash function or cipher which is used to
 generate and verify the MAC. The default type is *MD5*, which is always
 supported.
 If *chronyd* was built with enabled support for hashing using a crypto library
-(nettle, nss, or libtomcrypt), the following functions are available: *MD5*,
+(Nettle, GnuTLS, NSS, or LibTomCrypt), the following functions are available: *MD5*,
 *SHA1*, *SHA256*, *SHA384*, *SHA512*. Depending on which library and version is
 *chronyd* using, some of the following hash functions and ciphers may
 also be available:
index 35ce9bfe4fdd89d6b2f153ab4d340a3ed9314e78..b683911c62899a7bf67fc0736d47165980443115 100644 (file)
@@ -27,7 +27,7 @@ The following libraries with their development files, and programs, are needed
 to enable optional features:
 
 * pkg-config: detection of development libraries
-* Nettle, NSS, or LibTomCrypt: secure hash functions (`SECHASH`)
+* Nettle, GnuTLS, NSS, or LibTomCrypt: secure hash functions (`SECHASH`)
 * libcap: dropping root privileges on Linux (`DROPROOT`)
 * libseccomp: system call filter on Linux (`SCFILTER`)
 * GnuTLS and Nettle: Network Time Security (`NTS`)