apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Add support for extra/custom validation of certificates #1450

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For TLS sessions, it would be useful if a certificate or certificate chain 
could be examined by the end-user or a callback be created to allow custom 
checking of the certificate.  For example, OpenSSL allows a programmer to 
implement a custom callback function that accepts a certificate, so each 
certificate in the chain can be examined and checked if certain extensions or 
specific names are required.

Original issue reported on code.google.com by BobbleyH...@gmail.com on 22 Nov 2014 at 12:35

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 11 Feb 2015 at 7:11