Hide Forgot
As part of the smart card login efforts, we need a way to uniquely identify tokens. We currently look at the login token name and say that it's not a supported configuration to have more than one token with the same name. Ideally, NSS would provide a GetTokenUUID() function or similiar that is always unique the token. Maybe this function could be the concatentation (or hash?) of the token's serial number and label. The serial number of the token isn't suffient on it's own, because apparently, a fair number of tokens on the market don't give unique serial numbers from token to token.
Reassigning to Bob, who is working on NSS features. I wonder if this should rather be tracked in bugzilla.mozilla.org component NSS as an enhancement request.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
I believe this is solved with pk11uri support. If there isn't enough information to uniquely identify a token, then we need to go back to OASIS PKCS#11.