Page 1 of 1

Public Key Pinning

PostPosted: Tue Aug 09, 2016 8:05 pm
by DJackson
Is it possible to perform public key pinning for HTTPS connections in CEF3? The goal is to only allow the application to communicate with one or two servers.
I know Curl offers this functionality ( https://curl.haxx.se/libcurl/c/CURLOPT_ ... ICKEY.html), but does CEF3?

Re: Public Key Pinning

PostPosted: Wed Aug 10, 2016 1:09 am
by Czarek
If checking domain is enough then you can cancel navigation in CefRequestHandler::OnBeforeBrowse.