Re: Support for ECParameters with explicit (not named) parameter spec

2017-12-06 Thread Bernd Eckenfels
Adam Petcher Sent: Wednesday, December 6, 2017 8:38:35 PM To: security-dev@openjdk.java.net Subject: Re: Support for ECParameters with explicit (not named) parameter spec On 12/6/2017 11:39 AM, Max Fichtelmann wrote: We use a HSM to generate ECDSA Keys and are required to use the curve

Re: Support for ECParameters with explicit (not named) parameter spec

2017-12-06 Thread Adam Petcher
On 12/6/2017 11:39 AM, Max Fichtelmann wrote: We use a HSM to generate ECDSA Keys and are required to use the curve brainpoolP256r1. Although the HSM does not specifically support brainpool, it is possible to generate these keys by providing the specific Curve Parameters. These curve paramet

Antwort: Re: Support for ECParameters with explicit (not named) parameter spec

2017-12-06 Thread Max Fichtelmann
Betreff:Re: Support for ECParameters with explicit (not named) parameter spec On 12/6/2017 4:24 AM, Max Fichtelmann wrote: > Hello, > > currently sun.security.util.ECParameters.engineInit(byte[]) is limited > to parse named curves. A commented block outlining parsing

Re: Support for ECParameters with explicit (not named) parameter spec

2017-12-06 Thread Xuelei Fan
On 12/6/2017 4:24 AM, Max Fichtelmann wrote: Hello, currently sun.security.util.ECParameters.engineInit(byte[]) is limited to parse named curves. A commented block outlining parsing of explicit parameters is included below throwing "only named ECParameters supported". That comment block seems

Re: Support for ECParameters with explicit (not named) parameter spec

2017-12-06 Thread Adam Petcher
On 12/6/2017 7:24 AM, Max Fichtelmann wrote: Hello, currently sun.security.util.ECParameters.engineInit(byte[]) is limited to parse named curves. A commented block outlining parsing of explicit parameters is included below throwing "only named ECParameters supported". That comment block seem

Support for ECParameters with explicit (not named) parameter spec

2017-12-06 Thread Max Fichtelmann
Hello, currently sun.security.util.ECParameters.engineInit(byte[]) is limited to parse named curves. A commented block outlining parsing of explicit parameters is included below throwing "only named ECParameters supported". That comment block seems to be unchanged from at least jdk6 up until j