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:56:50 +0000 (16:56 +0000)
commit94782e0e9c28bd872107b8f814f4db68c9fbf5ab
treed362b8ff92fb599f1dd936b8aa22bd992214511c
parentc3b344e36a088283731b4f65a70e85b100f55686
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.
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c