nixpkgs/pkgs/development/libraries/gnutls
rnhmjoj 6f3b6a2fea
gnutls: enable p11-kit by default
GnuTLS has a single hard-coded location for the system trust store,
currently set to the path used by NixOS, Debian, Arch, Gentoo, etc.
Since not all distributions use the same path, notably Fedora and RHEL,
the certificate validation will break on some non-NixOS system.

This can be solved by enabling the p11-kit integration, so that by
default p11-kit (properly configured for all major distos) will provide
GnuTLS with the CA roots though the PKCS #11 API.
2021-11-18 22:38:22 +01:00
..
default.nix gnutls: enable p11-kit by default 2021-11-18 22:38:22 +01:00
dummy.crt gnutls: avoid the (check-time) cacert dependency 2021-11-02 11:29:52 +01:00
nix-ssl-cert-file.patch
no-security-framework.patch