summaryrefslogtreecommitdiffstats
path: root/demos
AgeCommit message (Collapse)Author
2000-09-07Two new PKCS#12 demo programs.Dr. Stephen Henson
Update PKCS12_parse(). Make the keyid in certificate aux info more usable.
2000-09-05Ignore executable.Ben Laurie
2000-09-05Handle WANT_READ more correctly (thanks to Bodo).Ben Laurie
2000-09-05Distinguish between assertions and conditions that should cause death.Ben Laurie
2000-09-04-Wall insists that main return an int.Bodo Möller
2000-08-30Add demo state machine.Ben Laurie
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
2000-02-13Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson
and add example of extension aliasing. Also fix the extension aliasing because it didn't work :-)
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.
1999-11-08Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson
plain not working :-( Also fix some memory leaks in the new X509_NAME code. Fix so new app_rand code doesn't crash 'x509' and move #include so it compiles under Win32.
1999-08-01SSL_shutdown was done too early.Bodo Möller
1999-08-01don't prematurely shut down socket -- use SSL_shutdownBodo Möller
1999-06-09Reformat and "modernise" the sign.c demo.Dr. Stephen Henson
1999-06-09Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson
should make modifying them easier. Fix the selfsign demo: it was rather ancient and used deleted functions.
1999-06-08Survive pedanticism.Ben Laurie
1999-05-31Stack.Ben Laurie
1999-05-27Updated C++ SSL demos.Bodo Möller
Submitted (a month ago) by: Wade Scholine
1999-05-27Updated some demos.Bodo Möller
Submitted by: Sean O Riordain <Sean.ORiordain@cyrona.com>
1999-05-27Change function call according to current API.Bodo Möller
1999-04-24Submitted by:Bodo Möller
Reviewed by: PR:
1999-04-23Submitted by:Bodo Möller
Reviewed by: PR:
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-01-02Don't confuse matters by using the wrong library.Ben Laurie
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall