Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.11, 3.1.2
-
None
-
None
Description
GnuTLS crashes if certificate and key are combined in a single pem file.
Solution: use
gnutls_certificate_x509_keyfile2()
|
api function in ma_tls_set_certs function.