зеркало из https://github.com/mozilla/gecko-dev.git
16bb37cff1
Before this patch, Firefox would call CERT_FindUserCertsByUsage to gather all known client certificates. This function enumerates all known certificates and filters some of them out. When there are many certificates that are not client certificates (e.g. roots and intermediates), this is inefficient. Since this is likely to be the case for most users, this patch optimizes this task by instead first searching for private keys and then gathering all certificates that have corresponding public keys. Differential Revision: https://phabricator.services.mozilla.com/D46187 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
apps | ||
certverifier | ||
ct | ||
mac/hardenedruntime | ||
manager | ||
nss | ||
sandbox | ||
.eslintrc.js | ||
generate_certdata.py | ||
generate_mapfile.py | ||
moz.build | ||
nss.symbols |