-
Notifications
You must be signed in to change notification settings - Fork 5
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
SSL_ERROR_SIGN_HASHES_FAILURE with TLS 1.2 on Win10 #7
Comments
debug output: |
It seems to me that PROV_RSA_FULL in Windows 10 is finally not capable/willing to handle CALG_SHA_256 due to error 80090008. I found some C# code where the key associated to a PROV_RSA_FULL provider is re-used with PROV_RSA_AES: Unfortunately I'm not savvy enough to translate this into C. |
I try to use p11capi_w64.dll with Windows 10 64 bit and Firefox 67.0.4.
When the server requests the certificate the selection dialog pops up as configured. After selecting the users only available certificate firefox displays an SSL error page with the error code: SSL_ERROR_SIGN_HASHES_FAILURE.
Firefox selected cipher from servers available cipher list: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
The text was updated successfully, but these errors were encountered: