
pre-connecting TCP and SSL sockets for HTTP(S) requests in Qt apps
When consuming data from a Web service, Qt applications often need to read credentials from disk (like e.g. an OAuth token) before making...
persisting and re-using SSL sessions in Qt apps
Many Qt applications use the network in one way or another; typical examples are a Facebook or a Twitter app, which load data from a Web...


How to decrypt SSL traffic of Qt programs in Wireshark
If you are debugging an application that uses the network, you have probably already used the very helpful Wireshark tool to inspect...


A SSL certificate crawler and some CA statistics
There have been several articles presenting statistics about SSL usage on Web sites, e.g. the EFF SSL Observatory, the "TLS Prober" from...