OpenSC / OpenSC.tokend

Tokend module for OS X with support for all cards supported by OpenSC
Other
36 stars 20 forks source link

added sha2 algorithms #31

Closed hamano closed 7 years ago

hamano commented 7 years ago

I just succseed TLS client authentication with Safari and Chrome on OS X Sierra. It just need to support sha2 algorithms. Thank you.

mouse07410 commented 7 years ago

Congratulations.

But https://github.com/mouse07410/OpenSC.tokend.git has been supporting SHA2 and ECC (ECDSA only, ECDH support is there but largely theoretical due to the lack of apps to test with) since December 2015. ;-)

Works on Mavericks, Yosemite, El Capitan, and Sierra. ;-)

frankmorgner commented 7 years ago

@mouse07410 see https://github.com/OpenSC/OpenSC.tokend/pull/28#issuecomment-251783827 regarding the merge of your changes.