summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/mem.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Your operating system memory allocation functions are your friend. If theybeck2014-04-161-441/+0
| | | | | | | | are not please fix your operating system. Replace mem.c with an API-compatible wrapper that just calls the system functions and does not allow a one word modification of a variable in a running shared library to turn on memory debug functions that expose things that should not be seen. ok tedu@
* Remove disabled code that wouldn't work now that cleanse_ptr wasmatthew2014-04-161-35/+18
| | | | | | | | removed. Also, fix some nearby KNF nits that were bothering me. ok beck
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-203/+240
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+1
|
* resolve conflictsdjm2012-10-131-0/+2
|
* cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflowdjm2012-04-191-0/+4
| | | | ok miod@ deraadt@
* resolve conflicts, fix local changesdjm2010-10-011-48/+17
|
* resolve conflictsdjm2009-01-091-1/+46
|
* resolve conflictsdjm2008-09-061-5/+5
|
* merge 0.9.7dmarkus2004-04-081-4/+4
|
* don't destroy old pointer if realloc fails; from Daniel Lucq; ok deraadt@markus2003-10-251-3/+7
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-3/+42
|
* check for size < 0 when allocating memory, from openssl (-r1.34)markus2003-02-211-0/+6
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-0/+3
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-25/+102
|
* openssl-engine-0.9.6 mergebeck2000-12-151-20/+31
|
* OpenSSL 0.9.5 mergebeck2000-03-191-300/+132
| | | | | | *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
* OpenSSL 0.9.4 mergebeck1999-09-291-76/+152
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+353
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.