ECPublicKey_set_octet_string and ECPublicKey_get_octet_string
authorBodo Möller <bodo@openssl.org>
Fri, 21 Feb 2003 13:58:23 +0000 (13:58 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 21 Feb 2003 13:58:23 +0000 (13:58 +0000)
commit62e3163b1b153a2414d5c258ace557a3b4d373c5
treec009b685a6ec9a7999733a92bd92cf50d1182755
parent8214e74f7680156c6ce5fd7ff37bef12311d1796
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
crypto/asn1/d2i_pu.c
crypto/asn1/i2d_pu.c
crypto/ec/ec.h
crypto/ec/ec_asn1.c
crypto/ec/ec_err.c
util/libeay.num