aboutsummaryrefslogtreecommitdiff
path: root/demos/selfsign.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-07mem functions cleanupRich Salz1-0/+1
Only two macros CRYPTO_MDEBUG and CRYPTO_MDEBUG_ABORT to control this. If CRYPTO_MDEBUG is not set, #ifdef out the whole debug machinery. (Thanks to Jakob Bohm for the suggestion!) Make the "change wrapper functions" be the only paradigm. Wrote documentation! Format the 'set func' functions so their paramlists are legible. Format some multi-line comments. Remove ability to get/set the "memory debug" functions at runtme. Remove MemCheck_* and CRYPTO_malloc_debug_init macros. Add CRYPTO_mem_debug(int flag) function. Add test/memleaktest. Rename CRYPTO_malloc_init to OPENSSL_malloc_init; remove needless calls. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz1-2/+2
Some of the #if 0 code in demo's was kept, but given helpful #ifdef names, to show more sample code. Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-132/+128
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-12RT3548: Remove unsupported platformsRich Salz1-9/+1
This last one for this ticket. Removes WIN16. So long, MS_CALLBACK and MS_FAR. We won't miss you. Reviewed-by: Richard Levitte <levitte@openssl.org>
2000-02-13Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson1-21/+33
and add example of extension aliasing. Also fix the extension aliasing because it didn't work :-)
1999-06-09Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson1-27/+27
should make modifying them easier. Fix the selfsign demo: it was rather ancient and used deleted functions.
1999-06-08Survive pedanticism.Ben Laurie1-1/+1
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-7/+7
Submitted by: Reviewed by: PR:
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+168