mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 11:01:22 -04:00
add support for displaying TLSv1.3
This commit is contained in:
parent
7784660d67
commit
7ce2bef37b
2 changed files with 7 additions and 2 deletions
|
@ -170,7 +170,7 @@ void ConfCertDialog::load()
|
|||
ct += QString::fromStdString(cdet.cipher_version) + ": ";
|
||||
ct += QString::fromStdString(cdet.cipher_name);
|
||||
|
||||
if(cdet.cipher_version != "TLSv1.2")
|
||||
if(cdet.cipher_version != "TLSv1.2" && cdet.cipher_version != "TLSv1.3")
|
||||
ct += QString::number(cdet.cipher_bits_1);
|
||||
|
||||
ui.crypto_info->setText(ct) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue