summaryrefslogtreecommitdiff
path: root/src/sslinfodialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"Andrea Diamantini2012-04-271-10/+9
| | | | This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-9/+10
| | | | | | | | | | | Conflicts: src/adblock/adblockwidget.h src/application.h src/history/historymanager.h src/tabpreviewpopup.cpp Backported from master branch
* Get sure certificate chain HAS valid (not empty) identifiersAndrea Diamantini2012-02-061-1/+6
|
* removed one strange " signAndrea Diamantini2012-02-061-1/+1
|
* Krazy fixesAndrea Diamantini2012-01-191-1/+1
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* 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...