]> git.ipfire.org Git - thirdparty/openssl.git/commit
Provide EC functions that are not curve type specific
authorMatt Caswell <matt@openssl.org>
Mon, 30 Jul 2018 14:39:41 +0000 (15:39 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 31 Jul 2018 08:08:38 +0000 (09:08 +0100)
commit8e3cced75fb5fee5da59ebef9605d403a999391b
tree446f120bc27425d0399dbe9e0680803310f1974c
parent3d3cbce550ff5d6172cf28dbbf80bda93f6577a9
Provide EC functions that are not curve type specific

Some EC functions exist in *_GFp and *_GF2m forms, in spite of the
implementations between the two curve types being identical. This
commit provides equivalent generic functions with the *_GFp and *_GF2m
forms just calling the generic functions.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6815)
crypto/ec/ec_err.c
crypto/ec/ec_lib.c
crypto/ec/ec_oct.c
crypto/err/openssl.txt
include/openssl/ec.h
include/openssl/ecerr.h
util/libcrypto.num