<< UNDER CONSTRUCTION >>
This page covers crypto and related technologies such as SSL and certificates in Chromium. Most of the code is in the "net" module, with some crypto classes in the "base" module.
Top priorities
<< A nice dependency diagram to be added by Ryan Sleevi. >>
- SSL client authentication
- A strategy towards FIPS 140-2 compliance.
- Clean up the crypto classes/API in base. The main issue is to standardize on one or two ways to represent a data buffer.
- Combine regular certificate verification and EV certificate verification into one for NSS. Not sure if this is possible.
- Have the NSS CERT_PKIXVerifyCert function report all certificate errors using the cert_po_errorLog output parameter.
|
|