Problem with TLS 1.2 and Signature.NONEwithRSA
Open
needs more info
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 326
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 17
Description
Hi, we have a webserver which is configured on TLS 1.2 and we sign the handshake with a PrivateKey on our certificate which is on a smart card (so we cannot generate it again)
On Android 10 we are experiencing some issues with Client Certificate Authentication, it looks like it has been deleted Signature.NONEwithRSA from Conscrypt so we cannot authenticate our smart cards anymore.
I understand that this version is supporting PSS Signature but it looks like it dropped Signature.NONEwithRSA even on older TLS versions!
It is something you wanted to do or just a mistake and we can expect a fix?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.