mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
give em ciphers
This commit is contained in:
parent
8247e2c804
commit
3d49b5537d
8 changed files with 14 additions and 13 deletions
|
@ -212,7 +212,7 @@ int logon(int neverfails) {
|
|||
if (tls_available() && tls_query_connection_state(ME) == 1) {
|
||||
if (t = tls_bad_cipher(ME, "psyc")) {
|
||||
croak("_error_circuit_encryption_cipher",
|
||||
"Your cipher choice does not provide forward secrecy.",
|
||||
"Your [_circuit_encryption_cipher] cipher does not provide forward secrecy.",
|
||||
([ "_circuit_encryption_cipher": t ]));
|
||||
QUIT
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue