summaryrefslogtreecommitdiff
path: root/src/sslinfodialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clean upAndrea Diamantini2011-07-251-14/+14
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* SSL fixesAndrea Diamantini2011-07-231-37/+19
| | | | | | | | | | 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
* Improve SSL managementAndrea Diamantini2011-07-201-6/+27
| | | | | | Hopefully addressed the problems against our (new) SSL code. CCMAIL:timb@nth-dimension.org.uk
* Md5 is NOT sha256...Andrea Diamantini2011-07-191-1/+1
|
* Calm down kDebug messagesAndrea Diamantini2011-07-191-2/+0
|
* style cleanupAndrea Diamantini2011-07-181-37/+37
|
* Last fixes for the SSL dialog improvementsAndrea Diamantini2011-07-181-23/+51
| | | | Now we are ready for the fight...
* SSL rewamp, one step to finish!Andrea Diamantini2011-07-181-3/+22
| | | | | | | 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 & dialog, step 3Andrea Diamantini2011-07-181-1/+1
| | | | | | Now they really seem "similar" to the ones provided by Google Chrome and Firefox. They all need further improvements, anyway...
* Improving SSL Widget and DialogAndrea Diamantini2011-07-181-0/+122
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...