openssl/crypto/pkcs7
Richard Levitte d3442bc780 Move the registration of callback functions to special functions
designed for that.  This removes the potential error to mix data and
function pointers.

Please note that I'm a little unsure how incorrect calls to the old
ctrl functions should be handled, in som cases.  I currently return 0
and that's it, but it may be more correct to generate a genuine error
in those cases.
2000-02-20 23:43:02 +00:00
..
p7 Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
t Remove more old temporary files from CVS 1998-12-31 21:51:27 +00:00
.cvsignore Test apps. 1999-06-04 21:31:48 +00:00
bio_ber.c Move the registration of callback functions to special functions 2000-02-20 23:43:02 +00:00
dec.c Rename SSLeay_add_all_algorithms() et al to 2000-02-04 14:01:38 +00:00
des.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
doc Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
enc.c Rename SSLeay_add_all_algorithms() et al to 2000-02-04 14:01:38 +00:00
es1.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
example.c Avoid silly compiler warnings about functions not being declared and an int missing. 1999-11-12 02:10:23 +00:00
example.h Make samples compile. 1999-06-03 16:07:37 +00:00
info.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
infokey.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
Makefile.ssl Note about des_ncbc_encrypt. 2000-02-08 21:50:52 +00:00
pk7_attr.c Merge in my S/MIME library and utility. 1999-12-05 00:40:59 +00:00
pk7_dgst.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
pk7_doit.c Check RAND_bytes() return value or use RAND_pseudo_bytes(). 2000-01-21 01:15:56 +00:00
pk7_enc.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
pk7_lib.c Add OIDs for idea and blowfish. Unfortunately these are in 1999-12-29 02:59:18 +00:00
pk7_mime.c ispell (and minor modifications) 2000-02-03 23:23:24 +00:00
pk7_smime.c Delete an unused variable and make the PKCS#12 keygen debugging code work 1999-12-15 02:36:48 +00:00
pkcs7.h ispell (and minor modifications) 2000-02-03 23:23:24 +00:00
pkcs7err.c Add OIDs for idea and blowfish. Unfortunately these are in 1999-12-29 02:59:18 +00:00
README Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
server.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
sign.c make no-des and no-rc2 work. 2000-01-07 12:15:54 +00:00
verify.c make no-des and no-rc2 work. 2000-01-07 12:15:54 +00:00

WARNING

Everything in this directory is experimental and is subject to change.

Do not rely on the stuff in here not changing in the next release