Actions
Task #1740
closedKeyChain::getDefaultCertificate() can return 0
Start date:
07/07/2014
Due date:
% Done:
100%
Estimated time:
Description
KeyChain::getDefaultCertificate() can return 0, while it is expected that it never will do that.
This behavior is different from SecPublicInfo::getDefaultCertificate(), which can return 0 to indicate that there is currently no default and KeyChain needs to perform extra actions to create such a default when necessary.
Actions