Summary: | SASL Cert does not support ecdsa certificates. | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | fxzxmic |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | adachristine18 |
Priority: | NOR | ||
Version: | 1.9.23043 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/konversation/-/commit/3d4c92619a6a086449e14b0d28b21af8cf7178a4 | Version Fixed In: | 0b571f70ecffcd7918d8d23cab1420888c93d5fc |
Sentry Crash Report: |
Description
fxzxmic
2023-11-05 11:10:52 UTC
Git commit 3d4c92619a6a086449e14b0d28b21af8cf7178a4 by Eli MacKenzie, on behalf of Ada Christine. Committed on 29/06/2024 at 04:11. Pushed by argonel into branch 'master'. attempt to use elliptic curve private key if default RSA is null Libera.chat changed their instructions for client certificates to use ed25519 keys. The default overload for QSslSocket::setPrivateKey() expects RSA. Attempt to add EC private key if RSA is null. M +6 -0 src/irc/server.cpp https://invent.kde.org/network/konversation/-/commit/3d4c92619a6a086449e14b0d28b21af8cf7178a4 |