openssl/crypto
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
..
aes Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5. 2003-01-23 10:05:39 +00:00
asn1 ECPublicKey_set_octet_string and ECPublicKey_get_octet_string 2003-02-21 13:58:23 +00:00
bf A few more files to ignore 2003-01-16 21:32:56 +00:00
bio Re enable the read side non blocking test BIO code. 2003-02-20 13:39:30 +00:00
bn Old-style callbacks can be NULL! 2003-02-01 20:58:59 +00:00
buffer
cast Unified targets for ELF assembler modules. Tested on Linux, Solaris and 2003-01-03 17:37:53 +00:00
comp Add some debugging output. 2003-01-16 17:28:46 +00:00
conf Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
des Oh, the destest program did look at the return value... 2003-02-13 08:53:40 +00:00
dh The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That's 2003-01-30 18:52:46 +00:00
dsa The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That's 2003-01-30 18:52:46 +00:00
dso Third argument to shl_load() is "long address", not a pointer. 2003-01-08 08:27:50 +00:00
ec ECPublicKey_set_octet_string and ECPublicKey_get_octet_string 2003-02-21 13:58:23 +00:00
ecdh
ecdsa Fix initialization sequence to prevent freeing of unitialized objects. 2003-01-15 14:54:59 +00:00
engine Declare prototypes for function pointer types, even if they are likely to 2003-02-15 20:32:13 +00:00
err Make the no-err option work properly 2003-02-18 12:14:57 +00:00
evp Fix bug in base64 bios during write an non blocking I/O: 2003-02-20 13:37:48 +00:00
hmac
idea
krb5 Armor against systems without ranlib... 2003-01-16 17:22:30 +00:00
lhash
md2 Borland C++ Builder 5 complains about unreachable statements. 2003-02-19 11:22:15 +00:00
md4 Make sure not to declare a clashing read() for DJGPP. 2003-01-13 15:35:22 +00:00
md5 Small typo, OENSSL should really be spelled OPENSSL. 2003-01-30 11:08:44 +00:00
mdc2
objects avoid potential confusion about curves (prime192v1 and prime256v1 are 2003-01-16 16:05:23 +00:00
ocsp Armor against systems without ranlib... 2003-01-16 17:22:30 +00:00
pem
perlasm Provide "dummy" &main::picmeup even in Windows perlasm modules. 2003-01-24 09:39:31 +00:00
pkcs7 Single pass processing to cleartext S/MIME signing. 2003-02-15 00:50:55 +00:00
pkcs12
rand Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
rc2
rc4 A few more files to ignore 2003-01-16 21:32:56 +00:00
rc5 A few more files to ignore 2003-01-16 21:32:56 +00:00
ripemd A few more files to ignore 2003-01-16 21:32:56 +00:00
rsa We cache a montgomery form for 'n' if the PUBLIC flag is set, not PRIVATE. 2003-02-15 00:18:38 +00:00
sha A few more files to ignore 2003-01-16 21:32:56 +00:00
stack
threads
txt_db
ui Armor against systems without ranlib... 2003-01-16 17:22:30 +00:00
x509
x509v3 Make it possible to disable OCSP, the speed application, and the use of sockets. 2003-02-14 01:02:58 +00:00
.cvsignore
cpt_err.c
cryptlib.c new lock for EC_PRE_COMP structures 2003-02-12 22:01:12 +00:00
cryptlib.h
crypto-lib.com
crypto.h new lock for EC_PRE_COMP structures 2003-02-12 22:01:12 +00:00
cversion.c
ebcdic.c
ebcdic.h
ex_data.c
install.com
Makefile.ssl
md32_common.h
mem_clr.c
mem_dbg.c
mem.c Make sure the memory allocation routines check for negative sizes 2003-02-19 11:54:42 +00:00
o_time.c Check return value of gmtime() and add error codes 2003-01-24 01:12:01 +00:00
o_time.h
opensslconf.h.in
opensslv.h
ossl_typ.h
symhacks.h Another long name to deal with 2003-02-13 13:21:13 +00:00
tmdiff.c
tmdiff.h
uid.c