Re: RFR: 8299817: [s390] AES-CTR mode intrinsic fails with multiple short update() calls [v4]

2023-02-22 Thread Amit Kumar
On Mon, 20 Feb 2023 12:21:27 GMT, Lutz Schmidt wrote: >> This PR addresses an issue in the AES-CTR mode intrinsic on s390. When a >> message is ciphered in multiple, small (< 16 bytes) segments, the result is >> incorrect. >> >> This is not just a band-aid fix. The issue was taken as a chance

RSASSA-PSS support for TLS 1.3

2023-02-22 Thread amol borole
Hello, When using TLS 1.3 and certificate generated by the keytool command like 'keytool -genkey -keyalg RSASSA-PSS ..." , it gets the same error 'javax.net.ssl.SSLHandshakeException: No available authentication scheme' as listed in https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8211426. Th