cipher priorities
Jeremy Harris <[email protected]>
| Newsgroups | gmane.network.gnutls.general |
|---|---|
| Message-ID | <[email protected]> |
GnuTLS 3.5.8 Server, having loaded two cert (one RSA, then one ECDSA) using gnutls_certificate_set_x509_key_file(). With a client hello having only one sig-hash algorithm, "0401 rsa-sha256" the handshake fails. The server debug log has "(gnutls_handshake): An unknown public key algorithm was encountered." If I only load the RSA cert, it's fine. What should I be doing different? -- Thanks, Jeremy