openssl/crypto/ec
Bodo Möller 62e3163b1b ECPublicKey_set_octet_string and ECPublicKey_get_octet_string
behaviour was not quite consistent with the conventions
for d2i and i2d functions as far as handling of the 'out'
or 'in' pointer is concerned.

This patch changes this behaviour, and renames the functions to
o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the
external encoding is just a raw object string without any DER icing).

Submitted by: Nils Larsch
2003-02-21 13:58:23 +00:00
..
.cvsignore Move ec.h to ec2.h because it is not compatible with what we will use. 2001-03-05 20:13:37 +00:00
ec.h ECPublicKey_set_octet_string and ECPublicKey_get_octet_string 2003-02-21 13:58:23 +00:00
ec2_mult.c implement fast point multiplication with precomputation 2003-02-06 19:25:12 +00:00
ec2_smpl.c implement fast point multiplication with precomputation 2003-02-06 19:25:12 +00:00
ec2_smpt.c Rename implementations of method functions so that they match 2002-08-02 14:28:37 +00:00
ec_asn1.c ECPublicKey_set_octet_string and ECPublicKey_get_octet_string 2003-02-21 13:58:23 +00:00
ec_check.c New function EC_GROUP_check_discriminant(). 2002-03-20 10:18:07 +00:00
ec_curve.c avoid potential confusion about curves (prime192v1 and prime256v1 are 2003-01-16 16:05:23 +00:00
ec_cvt.c Sun has agreed to removing the covenant language from most files. 2002-10-29 10:59:32 +00:00
ec_err.c ECPublicKey_set_octet_string and ECPublicKey_get_octet_string 2003-02-21 13:58:23 +00:00
ec_key.c typo 2003-02-19 16:29:47 +00:00
ec_lcl.h Allow EC_GROUP objects to share precomputation for improved memory 2003-02-12 18:30:16 +00:00
ec_lib.c Allow EC_GROUP objects to share precomputation for improved memory 2003-02-12 18:30:16 +00:00
ec_mult.c Allow EC_GROUP objects to share precomputation for improved memory 2003-02-12 18:30:16 +00:00
ec_print.c fix memory leak 2002-06-06 10:33:05 +00:00
ecp_mont.c implement fast point multiplication with precomputation 2003-02-06 19:25:12 +00:00
ecp_nist.c fix EC_GROUP_copy for EC_GFp_nist_method() 2003-02-08 19:51:37 +00:00
ecp_recp.c implement fast point multiplication with precomputation 2003-02-06 19:25:12 +00:00
ecp_smpl.c implement fast point multiplication with precomputation 2003-02-06 19:25:12 +00:00
ectest.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
Makefile.ssl make update 2002-11-14 23:56:12 +00:00