Added support for SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512

This commit is contained in:
Patrick Okraku
2023-11-01 19:12:32 +01:00
committed by Patrick Griffis
parent 6420fd6117
commit 9b76b557ec
12 changed files with 534 additions and 6 deletions

View File

@@ -367,6 +367,14 @@ msgstr "Aufgelöst zu:"
msgid "Looking up %s..."
msgstr "Schlage %s nach …"
#: src/common/inbound.c:1992
msgid "Could not create SCRAM session with digest %s"
msgstr "Es konnte keine SCRAM-Sitzung mit der Hashfunktion %s erstellt werden"
#: src/common/inbound.c:2024
msgid "SASL SCRAM authentication failed: %s"
msgstr "SASL SCRAM Authentifizierung fehlgeschlagen: %s"
#: src/common/notify.c:559
#, c-format
msgid " %-20s online\n"

View File

@@ -346,6 +346,14 @@ msgstr "Resolved to:"
msgid "Looking up %s..."
msgstr "Looking up %s..."
#: src/common/inbound.c:1992
msgid "Could not create SCRAM session with digest %s"
msgstr "Could not create SCRAM session with digest %s"
#: src/common/inbound.c:2024
msgid "SASL SCRAM authentication failed: %s"
msgstr "SASL SCRAM authentication failed: %s"
#: src/common/notify.c:559
#, c-format
msgid " %-20s online\n"

View File

@@ -343,6 +343,14 @@ msgstr "Risolto a:"
msgid "Looking up %s..."
msgstr "Ricerca di %s..."
#: src/common/inbound.c:1992
msgid "Could not create SCRAM session with digest %s"
msgstr "Impossibile creare una sessione SCRAM con la funzione hash %s"
#: src/common/inbound.c:2024
msgid "SASL SCRAM authentication failed: %s"
msgstr "SASL SCRAM autenticazione fallita: %s"
#: src/common/notify.c:559
#, c-format
msgid " %-20s online\n"