diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-23 18:29:15 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-23 18:39:24 +0200 |
commit | 85f454faabef5453c08eb5493d0afc63e23f650b (patch) | |
tree | fd618388294beb76f58047b3115522e185e813ab /src/sslinfo.ui | |
parent | Use KLocale::formatByteSize instead of a i18n call (diff) | |
download | rekonq-85f454faabef5453c08eb5493d0afc63e23f650b.tar.xz |
SSL fixes
I hope I addressed here a number of fixes in my first implementation:
- working hasSSLValid() function (checking cert validity and chain errors)
- escaping certificate strings
- typos (Sha256/Md5, supportedCipherBits/usedCipherBits)
- encryption check (at least I hope so)
CCMAIL: rich@kde.org
Diffstat (limited to 'src/sslinfo.ui')
-rw-r--r-- | src/sslinfo.ui | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sslinfo.ui b/src/sslinfo.ui index bd0bdeda..41393bb4 100644 --- a/src/sslinfo.ui +++ b/src/sslinfo.ui @@ -298,7 +298,11 @@ <item> <widget class="QLabel" name="label_23"> <property name="text"> - <string><h4>FingerPrints:</h4></string> + <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:8pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:medium; font-weight:600;">Digests:</span></p></body></html></string> </property> </widget> </item> |