openssl/crypto/asn1
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
a_bitstr.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
a_bool.c
a_bytes.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
a_d2i_fp.c Workaround for GCC-ia64 compiler bug. 2002-12-06 17:18:10 +00:00
a_digest.c
a_dup.c
a_enum.c
a_gentm.c
a_hdr.c
a_i2d_fp.c
a_int.c
a_mbstr.c
a_meth.c
a_object.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
a_octet.c
a_print.c
a_set.c
a_sign.c For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters' 2003-01-24 21:43:08 +00:00
a_strex.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
a_strnid.c
a_time.c Check return value of gmtime() and add error codes 2003-01-24 01:12:01 +00:00
a_type.c Make ASN1_TYPE_get() work for V_ASN1_NULL type. 2002-12-04 00:49:46 +00:00
a_utctm.c
a_utf8.c
a_verify.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
asn1_err.c Check return value of gmtime() and add error codes 2003-01-24 01:12:01 +00:00
asn1_gen.c Ooops forgot to recognise V_ASN1_GENERALSTRING. 2003-02-20 17:13:21 +00:00
asn1_lib.c
asn1_mac.h
asn1_par.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
asn1.h Check return value of gmtime() and add error codes 2003-01-24 01:12:01 +00:00
asn1t.h
asn_moid.c
asn_pack.c
charmap.h
charmap.pl
d2i_pr.c
d2i_pu.c ECPublicKey_set_octet_string and ECPublicKey_get_octet_string 2003-02-21 13:58:23 +00:00
evp_asn1.c
f_enum.c
f_int.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
f_string.c
f.c
i2d_pr.c
i2d_pu.c ECPublicKey_set_octet_string and ECPublicKey_get_octet_string 2003-02-21 13:58:23 +00:00
Makefile.ssl make update 2002-12-29 01:38:15 +00:00
n_pkey.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
nsseq.c
p5_pbe.c
p5_pbev2.c
p8_key.c
p8_pkey.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
t_bitst.c
t_crl.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
t_pkey.c In ECPKParameters_print, output the private key length correctly 2002-12-04 17:43:01 +00:00
t_req.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
t_spki.c
t_x509.c free() -> OPENSSL_free() 2002-11-13 20:25:47 +00:00
t_x509a.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
tasn_dec.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
tasn_enc.c
tasn_fre.c
tasn_new.c
tasn_prn.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
tasn_typ.c
tasn_utl.c
x_algor.c
x_attrib.c
x_bignum.c
x_cinf.c
x_crl.c
x_exten.c
x_info.c
x_long.c
x_name.c
x_pkey.c
x_pubkey.c
x_req.c
x_sig.c
x_spki.c
x_val.c
x_x509.c
x_x509a.c Extra ; removed. 2002-11-27 13:40:11 +00:00