зеркало из https://github.com/mozilla/gecko-dev.git
2f97770e81
To determine whether speculative connections can be established, mozilla::net::CanEnableSpeculativeConnect checks: 1. if there is any removable slot, and 2. if there is any user cert and a private key that can be used for client authentication However, in practice some HSM's are not removable and (1) is not sufficient, which results in a random PIN prompt appearing at (2). This patch tighten (1) so that it also checks there is no "unfriendly" token which requires authentication anyway. Differential Revision: https://phabricator.services.mozilla.com/D44809 --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 |