commit | bf20b9963add781a35de658f3228760015a163c9 | [log] [tgz] |
---|---|---|
author | Chung-yih Wang <cywang@google.com> | Thu Jul 02 23:42:12 2009 +0800 |
committer | Chung-yih Wang <cywang@google.com> | Sat Jul 04 00:22:51 2009 +0800 |
tree | ab310659e9be96273833221ba4dbf9863eba1407 | |
parent | 24ad29c6dbbf62096bcb41ddb2fa3975720ee625 [diff] |
Migrate to the CertTool library. Keystore is reimplemented and it is mainly for storing (key, value) pair generically. The certificate related APIs are moved to the class CertTool instead. Updates: Provide the getInstance() which gives the singleton. Fix the missing construction of the BIO in cert.c.