#92 Address issues discovered when Fedora 28 switch default dbtype from dbm to sql
Merged by rcritten. Opened by rcritten.
rcritten/certmonger sqlite  into  master

certmonger supported both formats but the default change uncovered a few issues:

  • Some of the tests assumed the dbm format
  • sqlite returns some different errno values when certificate or key databases are not found or not writable
  • A bug in NSS that caused private keys to not be associated with their certs

This patch set also adds some database-backend-specific tests to run

rebased onto 92c5b93f80817b272c833b280637587113a0d2b6

Pull-Request has been merged by rcritten