tree: dc1743018af0a4722a8b49c212d79084a5c2e18f [path history] [tgz]
  1. cert_cache_nss.cc
  2. cert_cache_nss.h
  3. cert_cache_nss_unittest.cc
  4. DEPS
  5. DIR_METADATA
  6. kcer_nss_unittest.cc
  7. kcer_token_impl_nss.cc
  8. kcer_token_impl_nss.h
  9. OWNERS
  10. README.md
chrome/browser/chromeos/kcer_nss/README.md

kcer_nss directory contains KcerNss - an implementation of Kcer (see //components/kcer) that relies on NSS to store keys and client certificates.

KcerNss is a temporary implementation for the transition period. The plan is:

  • Implement KcerNss.
  • Refactor existing code that uses NSS to use KcerNss.
  • Implement Kcer (that has the same interface as KcerNss, but doesn't rely on NSS).
  • Switch to using Kcer without NSS.
  • Remove NSS and KcerNss.