aboutsummaryrefslogtreecommitdiffstats
path: root/demos/selfsign.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove really old demo'sRich Salz2016-03-071-169/+0
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* mem functions cleanupRich Salz2016-01-071-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>
* Dead code cleanup: crypto/*.c, x509v3, demosRich Salz2015-02-021-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>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-132/+128
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT3548: Remove unsupported platformsRich Salz2015-01-121-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>
* Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson2000-02-131-21/+33
| | | | | and add example of extension aliasing. Also fix the extension aliasing because it didn't work :-)
* Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson1999-06-091-27/+27
| | | | | | should make modifying them easier. Fix the selfsign demo: it was rather ancient and used deleted functions.
* Survive pedanticism.Ben Laurie1999-06-081-1/+1
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-7/+7
| | | | | | Submitted by: Reviewed by: PR:
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+168