Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Your operating system memory allocation functions are your friend. If they | beck | 2014-04-16 | 1 | -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 was | matthew | 2014-04-16 | 1 | -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 it | jsing | 2014-04-15 | 1 | -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. | miod | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -0/+2 |
| | |||||
* | cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow | djm | 2012-04-19 | 1 | -0/+4 |
| | | | | ok miod@ deraadt@ | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -48/+17 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+46 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -5/+5 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -4/+4 |
| | |||||
* | don't destroy old pointer if realloc fails; from Daniel Lucq; ok deraadt@ | markus | 2003-10-25 | 1 | -3/+7 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -3/+42 |
| | |||||
* | check for size < 0 when allocating memory, from openssl (-r1.34) | markus | 2003-02-21 | 1 | -0/+6 |
| | |||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 1 | -0/+3 |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -25/+102 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -20/+31 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -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 merge | beck | 1999-09-29 | 1 | -76/+152 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -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. |