OKP Keys? Was: Support for CFRG (curve25519 etc) in Java/JCE

2017-06-23 Thread Anders Rundgren
The COSE draft also refers to "OKP" keys: https://tools.ietf.org/html/draft-ietf-cose-msg-24 which in my opinion speaks for separating the CFRG algorithms from EC. OKP keys have as far as I can tell (I'm not a cryptographer, just an applier of cryptography), no ECPoint, coFactor, and ECField

Re: Support for CFRG (curve25519 etc) in Java/JCE

2017-06-21 Thread Anders Rundgren
On 2017-06-21 17:31, Adam Petcher wrote: On 6/21/2017 11:20 AM, Anders Rundgren wrote: Thanx, but at this stage I'm mainly concerned about the specification. Is the specification also supposed to be created in the issue above? There is a JEP in development for RFC 7748, and I expect the

Re: Support for CFRG (curve25519 etc) in Java/JCE

2017-06-21 Thread Anders Rundgren
On 2017-06-21 16:58, Seán Coffey wrote: This appears to be tracked via https://bugs.openjdk.java.net/browse/JDK-8171277 Thanx, but at this stage I'm mainly concerned about the specification. Is the specification also supposed to be created in the issue above? Regards, Anders

Re: Support for CFRG (curve25519 etc) in Java/JCE

2017-06-21 Thread Seán Coffey
This appears to be tracked via https://bugs.openjdk.java.net/browse/JDK-8171277 Regards, Sean. On 20/06/17 21:32, Anders Rundgren wrote: 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

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: