summaryrefslogtreecommitdiff
path: root/src/sslinfo.ui
Commit message (Collapse)AuthorAgeFilesLines
* Clean up sslinfodialogAndrea Diamantini2012-02-061-2/+50
|
* Fix strings as suggested in i18n-doc mlAndrea Diamantini2011-10-161-5/+1
| | | | CCMAIL: aspotashev@gmail.com
* SSL fixesAndrea Diamantini2011-07-231-1/+5
| | | | | | | | | | 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
* Md5 is NOT sha256...Andrea Diamantini2011-07-191-3/+3
|
* fixuifilesPino Toscano2011-07-191-3/+0
|
* Last fixes for the SSL dialog improvementsAndrea Diamantini2011-07-181-6/+63
| | | | Now we are ready for the fight...
* SSL rewamp, one step to finish!Andrea Diamantini2011-07-181-1/+8
| | | | | | | These are last changes to clean up and improve SSL rekonq communications. It is yet missing a proper SSL errors API integration. You just need to wait for the next commit...
* Improving SSL Widget and DialogAndrea Diamantini2011-07-181-0/+283
While the widget "copies" and "rethink" Google Chrome actual one, the dialog has been implemented starting from the comparison between the ones we have in KDE, Google Chrome's and Firefox's. I have to start from somewhere...