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:40 +0000 (16:58 +0000)
commit03e1b3a153d80babf55d6189dc5dc99bfda3d486
tree9fbe7b8ef1d0c3348025687c047017478d082f2d
parent9c95ff968af6b7a67eeaa17d1e210416d0f48f39
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