Re: Code review request: JDK-8046295 - Support Trusted CA Indication extension

2017-06-20 Thread Xuelei Fan
Hi Martin, The TLS 1.3 spec is replacing the Trusted CA Indication (trusted_ca_keys) extension with a new Certificate Authorities (certificate_authorities) extension. See more details about the specification in the TLS 1.3 draft: https://tools.ietf.org/html/draft-ietf-tls-tls13-20#sectio

Support for CFRG (curve25519 etc) in Java/JCE

2017-06-20 Thread Anders Rundgren
Hi List, I'm an long time user of Java and JCE. I've just begun looking into the recently standardized curve25519 crypto. Since I didn't find any JEP or JSR for this I took the liberty creating an issue on Bouncycastle's GitHub: https://github.com/bcgit/bc-java/issues/193#issuecomment-309183825