You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
When I call gnutls_certificate_allocate_credentials to a gnutls_certificate_credentials_t and then call gnutls_certificate_set_x509_key_file on the same struct, it crashes the program. I don't think it's a mainstream GnuTLS problem because exact same code works fine on Linux.
Your Environment
Version Used: 3.7.8
Operating System and Version: Windows 8.1 (NT 6.3.9600)
When I call

gnutls_certificate_allocate_credentialsto agnutls_certificate_credentials_tand then callgnutls_certificate_set_x509_key_fileon the same struct, it crashes the program. I don't think it's a mainstream GnuTLS problem because exact same code works fine on Linux.Your Environment