Implement internally opaque bn access from ec
authorMatt Caswell <matt@openssl.org>
Tue, 28 Oct 2014 22:58:56 +0000 (22:58 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 8 Dec 2014 21:40:47 +0000 (21:40 +0000)
commit5784a52145d0062d42724d4d0fab3b4c82de35ee
treee53baaad68ca5ee32a9afca8c7feaae34abbfef8
parentc0d439019460def565bb115ecef749833eb4c299
Implement internally opaque bn access from ec

Reviewed-by: Tim Hudson <tjh@openssl.org>
14 files changed:
crypto/ec/Makefile
crypto/ec/ec2_mult.c
crypto/ec/ec2_oct.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_key.c
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ec_pmeth.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_nistz256.c
crypto/ec/ecp_oct.c
crypto/ec/ecp_smpl.c
crypto/ec/ectest.c