62e3163b1b
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 |
||
---|---|---|
.. | ||
.cvsignore | ||
ec.h | ||
ec2_mult.c | ||
ec2_smpl.c | ||
ec2_smpt.c | ||
ec_asn1.c | ||
ec_check.c | ||
ec_curve.c | ||
ec_cvt.c | ||
ec_err.c | ||
ec_key.c | ||
ec_lcl.h | ||
ec_lib.c | ||
ec_mult.c | ||
ec_print.c | ||
ecp_mont.c | ||
ecp_nist.c | ||
ecp_recp.c | ||
ecp_smpl.c | ||
ectest.c | ||
Makefile.ssl |