From: Bodo Möller Date: Fri, 21 Feb 2003 13:58:23 +0000 (+0000) Subject: ECPublicKey_set_octet_string and ECPublicKey_get_octet_string X-Git-Tag: BEN_FIPS_TEST_1~38^2~289 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=62e3163b1b153a2414d5c258ace557a3b4d373c5;hp=62e3163b1b153a2414d5c258ace557a3b4d373c5;ds=inline 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 ---