]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/ec/ec_lib.c
New function EC_GROUP_check_discriminant().
authorBodo Möller <bodo@openssl.org>
Wed, 20 Mar 2002 10:18:07 +0000 (10:18 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 20 Mar 2002 10:18:07 +0000 (10:18 +0000)
commit17d6bb815813bab443a29cfd821d876afc9ecfef
treededfc9937bdffa5b9d483c792653fb7781ca26ad
parent11c26ecf810bbeb0293921b86cd75f61809947b0
New function EC_GROUP_check_discriminant().
Restructure implementation of EC_GROUP_check().

Submitted by: Nils Larsch
crypto/ec/Makefile.ssl
crypto/ec/ec.h
crypto/ec/ec_check.c [new file with mode: 0644]
crypto/ec/ec_err.c
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_recp.c
crypto/ec/ecp_smpl.c