Thanks for the comment.
The JEP has already passed the review phase though. I will see if I can
mention this somewhere.
Regards,
Valerie
On 4/22/2016 1:15 AM, e...@zusammenkunft.net wrote:
Hello Valerie,
Yes that is what I was trying to say. :) However I dont know if this is clear
to everyb
Hello everyone!
During TLS handshake, a server may be required to send a
CertificateRequest, which contains a list of authorities.
If the list happens to be too long, the server is throwing an exception,
indicating an overflow.
It may be convenient to be able to just drop the list altogether,
On 4/21/2016 4:52 PM, Wang Weijun wrote:
> http://cr.openjdk.java.net/~weijun/8051408/webrev.11/
src/java.base/share/classes/sun/security/provider/AbstractDrbg.java
=
343 if (debug != null) {
344 debug.println("nextBytes");
345 }
Would you m
Hello Valerie,
Yes that is what I was trying to say. :) However I dont know if this is clear
to everybody else.
It confused me, since most of the example testcases in the linked standard are
BIT aligned, only the Validation subproject mentions the possibility of a byte
mode. But I guess if the