Make binary curve ASN.1 work in FIPS mode.
authorMatt Caswell <frodo@baggins.org>
Tue, 26 Mar 2013 15:39:50 +0000 (15:39 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 26 Mar 2013 16:58:29 +0000 (16:58 +0000)
commit4e5b9645e8f4a5924e15bfc575e302ee37a706bd
treea2bc6d04b0c5d04745fee1412aa07785357d34d7
parent04347839eae8b16586d617e7933af6c2d1c56d39
Make binary curve ASN.1 work in FIPS mode.

Don't check for binary curves by checking methods: the values will
be different in FIPS mode as they are redirected to the validated module
version.
(cherry picked from commit 94782e0e9c28bd872107b8f814f4db68c9fbf5ab)
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c