-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove hash-on-card extension? #47
Comments
Since the side channel leaks defeat much of the purpose of the card, it's probably better to remove it and improve security-by-default. |
If "Hash on card" is expecting software to do all but last round of hash, there is a problem. Also see OpenSC/OpenSC#2506 (comment) and htttps://github.com/openssl/openssl/issues/17688 OpenSC had one card that would allow for last round of SHA256 or SHA1 to be done on card. This required software to do the all the rounds but the last and access to intermediate hash to send to the card. OpenSSL-3.0 is deprecating the ability to access intermediate hash data. So for now, OpenSC is not going to support hash on card when used with OpenSC, as there was no response from any developers or users of the card. |
@dengert That doesn't sound like a problem so much as a vote in favour of removing it, if you ask me :) |
Yes remove it
…On Tue, Mar 1, 2022, 5:21 PM Alex Wilson ***@***.***> wrote:
@dengert <https://github.com/dengert> That doesn't sound like a problem
so much as a vote in favour of removing it, if you ask me :)
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGTIMICQWNW5RUZPE3UMFDU52RA5ANCNFSM4YYNQCRA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@arekinath Are you referring to LadderLeak? If not, do you have a link handy which details this? |
Currently debating whether to remove the ECDSA hash-on-card extension from future releases of this applet.
pivy
have ever implemented support for using it (though this isn't that surprising)The text was updated successfully, but these errors were encountered: