]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make the EC code available from inside the FIPS provider
authorMatt Caswell <matt@openssl.org>
Wed, 3 Jul 2019 16:30:03 +0000 (17:30 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 6 Aug 2019 10:19:07 +0000 (11:19 +0100)
commita9612d6c034f47c4788c67d85651d0cd58c3faf7
treeb3af6481b8c7a2a50b8834c3cec70841ae739f95
parentc1a3f16f735057b45df1803d58f40e4e17b233e5
Make the EC code available from inside the FIPS provider

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/9380)
38 files changed:
apps/ecparam.c
crypto/bn/bn_lcl.h
crypto/buffer/build.info
crypto/build.info
crypto/ec/build.info
crypto/ec/curve448/curve448_lcl.h
crypto/ec/curve448/ed448.h
crypto/ec/curve448/eddsa.c
crypto/ec/ec2_oct.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_asn1.c
crypto/ec/ec_check.c
crypto/ec/ec_curve.c
crypto/ec/ec_cvt.c
crypto/ec/ec_key.c
crypto/ec/ec_kmeth.c
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ecdh_ossl.c
crypto/ec/ecdsa_ossl.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_nistz256.c
crypto/ec/ecp_oct.c
crypto/ec/ecp_smpl.c
crypto/ec/ecx_meth.c
crypto/err/openssl.txt
crypto/include/internal/bn_int.h
crypto/ppccap.c
doc/man3/EC_GROUP_copy.pod
include/openssl/ec.h
test/curve448_internal_test.c
test/ectest.c
util/libcrypto.num