doc: include gnutls in libraries providing SECHASH feature
This commit is contained in:
parent
1219f99935
commit
25f80a1a9d
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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`)
|
||||
|
|
Loading…
Reference in a new issue