summaryrefslogtreecommitdiff
path: root/src/hsts.c
AgeCommit message (Collapse)Author
2012-12-13This does technically work, but let's make it a bit easier to read.Adam Ehlers Nyholm Thomsen
2012-12-12Significantly improve the hsts implementationAdam Ehlers Nyholm Thomsen
* Ensures strict ssl when connecting to a HSTS host * Adds support for a preloaded certificate list * Add support for certificate black- and whitelists ala chromium * Adds a tool which converts chromiums hsts and certificate black and whitelists into the format used by this implementation
2012-12-11First version of HSTS implementation.Adam Ehlers Nyholm Thomsen