summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/mem_dbg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions.deraadt2014-05-301-3/+3
| | | | | | | | But do use the abort(), which we are hoping all future vendors will move towards the more modern "do not flush streams"; hint hint, if you didn't do that already, there are grave risks because much software brings risk without that behaviour. We didn't cause the change.. POSIX did... ok beck
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-2/+0
| | | | ok to firebomb from tedu@
* Leftover includes and local declarations; from Gebruiker Schootmiod2014-04-281-5/+0
|
* More KNF.jsing2014-04-201-12/+12
|
* delete a few leftoverstedu2014-04-161-5/+1
|
* Make this byzantine horror a shell of it's former self by stubbing thebeck2014-04-161-660/+17
| | | | | | | functions. The ability to set the debug mem functions died with mem.c, but some of the rest of this is still exposed API so we can't delete it.. yet... ok tedu@
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-6/+6
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-331/+312
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* resolve conflicts, fix local changesdjm2010-10-011-101/+157
|
* convert a strdup (into a purpose-allocated buffer) in libcrypto to adjm2009-01-121-2/+3
| | | | memcpy to avoid linker deprecation warnings; pointed out by dkrause@
* resolve conflictsdjm2009-01-091-3/+25
|
* resolve conflictsdjm2008-09-061-1/+9
|
* merge 0.9.7dmarkus2004-04-081-8/+8
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-7/+17
|
* str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho2003-04-031-5/+7
|
* Less strcpy/strcat/sprintf. tdeval@ ok.ho2003-03-161-3/+4
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-31/+49
|
* openssl-engine-0.9.6a mergebeck2001-06-221-36/+62
|
* openssl-engine-0.9.6 mergebeck2000-12-151-37/+29
|
* OpenSSL 0.9.5a mergebeck2000-04-151-4/+39
|
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+703
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs