Re: [openssl-users] Elliptic curves approved or recommended by government

2015-11-11 Thread Alex Chen
Thanks for the reply Jakob. Is there a mapping in the government's elliptic curve names to the names in OpenSSL? For instance, the API EC_KEY_new_by_curve_name( int nid ) takes an id of the EC name where the id can be something like NID_X9_62_prime256v1, NID_X9_62_prime239v3, etc. that are defin

Re: [openssl-users] Elliptic curves approved or recommended by government

2015-11-11 Thread Matt Caswell
On 11/11/15 20:53, jonetsu wrote: > In the NSA page referred above, the p-384 curves are specifically mentioned > for DH. These would be the ones covered by the Suite B NSA license > sub-licensed to OpenSSL, are they ? Is it possible to build OpenSSL in FIPS > in such a way that only these curv

Re: [openssl-users] No TLS Extended Master Secret Extension (RFC7627) support yet?

2015-11-11 Thread Matt Caswell
On 11/11/15 21:53, Igor Sverkos wrote: > Hi, > > today I read [1] that Microsoft finally added support for TLS Extended > Master Secret Extension to their SSL implementation (SChannel). > > The author was so kind to provide a test script [2] to check if your > own servers support TLS Extended M

Re: [openssl-users] Converting DER encoded unsigned CSR to internal OpenSSL format

2015-11-11 Thread Wim Lewis
On Nov 9, 2015, at 3:46 PM, Peter P. wrote: > I'm writing an application using Openssl 1.0.2d where I am trying to take a > DER encoded unsigned CSR and read it into an X509_REQ data structure via the > d2i_X509_REQ_bio() function. This function errors out during when I attempt > to read in my

[openssl-users] No TLS Extended Master Secret Extension (RFC7627) support yet?

2015-11-11 Thread Igor Sverkos
Hi, today I read [1] that Microsoft finally added support for TLS Extended Master Secret Extension to their SSL implementation (SChannel). The author was so kind to provide a test script [2] to check if your own servers support TLS Extended Master Secret extension yet. Looks like my servers don'

Re: [openssl-users] Elliptic curves approved or recommended by government

2015-11-11 Thread jonetsu
In the NSA page referred above, the p-384 curves are specifically mentioned for DH. These would be the ones covered by the Suite B NSA license sub-licensed to OpenSSL, are they ? Is it possible to build OpenSSL in FIPS in such a way that only these curves will be used ? Regards. -- View this

Re: [openssl-users] Elliptic curves approved or recommended by government

2015-11-11 Thread Jakob Bohm
On 11/11/2015 21:02, Alex Chen wrote: I see there is a list of recommended list by NIST in http://csrc.nist.gov/groups/ST/toolkit/documents/dss/NISTReCur.pdf, but it is very old (1999) Is there a up to date list of elliptic curves approved or recommended for government use in OpenSSL? Is NID_X

[openssl-users] Elliptic curves approved or recommended by government

2015-11-11 Thread Alex Chen
I see there is a list of recommended list by NIST in http://csrc.nist.gov/groups/ST/toolkit/documents/dss/NISTReCur.pdf, but it is very old (1999) Is there a up to date list of elliptic curves approved or recommended for government use in OpenSSL? Is NID_X9_62_prime256v1 the strongest? Thanks

Re: [openssl-users] Fwd: Broken ChangeCipherspec record in TLS 1.2 with OpenSSL 1.0.2d?

2015-11-11 Thread Matt Caswell
On 11/11/15 15:32, Paul Hebert wrote: > Hello, > > After long delays with the client vendor (rhymes with 'Big Red'), I > finally have a packet capture detailing the failing two-way > authentication TLS 1.2 protocol exchanges - our handshake begins at > packet 199 and proceeds with packet 214 bei

[openssl-users] Fwd: [saag] Standard Crypto API + Symmetric Crypto At Rest

2015-11-11 Thread Massimiliano Pala
Hi OpenSSL Community, I originally posted this message on the security area ML at IETF and I am trying to reach out to a broad audience of experts, implementers, and vendors. I would love to have contributions and implementations (once we have some initial specs) around this initiative. I am s

[openssl-users] (2013) : PKCS12 keystore creation failing in fips mode (RT3515)

2015-11-11 Thread jonetsu
Hello, There is a thread in 2013 (30 May 03:15) in which Steve writes that OpenSSL 1.0.1 has a bug regarding the use of PKCS12 in FIPS mode since it tries to handle a certificate using a non-FIPS component.  I think I found the commit that fixes this, although it is part of a quite huge commit