GoogleChromeLabs / chromeos_smart_card_connector

Smart Card Connector App for Chrome OS
https://chrome.google.com/webstore/detail/smart-card-connector/khpfeaanjngmcnplbdlpegiifgpfgdco
Apache License 2.0
133 stars 50 forks source link

[example] Add RSA-PSS algorithms #1176

Open emaxx-google opened 3 weeks ago

emaxx-google commented 3 weeks ago

Add the C++ definitions for the RSA-PSS family of signature algorithms into the example_cpp_smart_card_client_app.

These algorithms have been supported by the Chrome Extensions API since version 89. We put the same minimum_chrome_version into the example manifest.json, because this has been long enough to not care about supporting older clients.