How to check if a gnutls_x509_crt_t contains a private key
Nicolas Mora <[email protected]> Wed, 1 Jan 2020 20:08:51 -0500
| Newsgroups | gmane.network.gnutls.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, I'd like to check if a gnutls_x509_crt_t created via gnutls_x509_crt_import contains a private key. I can't find in the documentation a function that would give me a straight answer. Is there a way to make that check? /Nicolas