tree: ca58cb0f9ad7db3645bc227d15e31879087b3b48 [path history] [tgz]
  1. cert_cache_nss.cc
  2. cert_cache_nss.h
  3. cert_cache_nss_unittest.cc
  4. kcer_nss_fuzzer.cc
  5. kcer_nss_unittest.cc
  6. kcer_token_impl_nss.cc
  7. kcer_token_impl_nss.h
  8. README.md
  9. test_utils.cc
  10. test_utils.h
chromeos/components/kcer/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.