Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill a bunch more BUF_strdup's - these are converted to have a check for | beck | 2014-07-22 | 1 | -2/+2 |
| | | | | | NULL before an intrinsic strdup. ok miod@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -2/+5 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -1/+3 |
| | | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers. | ||||
* | OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used by | jsing | 2014-07-10 | 1 | -9/+2 |
| | | | | | | OpenSSLDie(), which is in the same file, so just make it static. ok miod@ | ||||
* | Nuke OPENSSL_NONPIC_relocated since nothing uses it. | jsing | 2014-07-10 | 1 | -2/+1 |
| | | | | ok miod@ | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -1/+4 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | Remove the OPENSSL_*cap getenv's. A program should not be able to | deraadt | 2014-06-20 | 1 | -11/+3 |
| | | | | | change the behaviour of the library in such a complicated fashion. ok miod | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | annoying whitespace | deraadt | 2014-05-31 | 1 | -3/+3 |
| | |||||
* | remove OPENSSL_isservice. not used internally, no sane posix software will | tedu | 2014-05-25 | 1 | -6/+0 |
| | | | | | call it, and windows service software can figure this out on its own. ok beck miod | ||||
* | modernize malloc call | deraadt | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | More KNF. | jsing | 2014-04-20 | 1 | -50/+62 |
| | |||||
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -6/+0 |
| | | | | ok miod | ||||
* | some KNF cleanup following the script | deraadt | 2014-04-17 | 1 | -25/+21 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -5/+5 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Remove non-posix support. Why is OPENSSL_isservice even here? | tedu | 2014-04-16 | 1 | -229/+0 |
| | | | | | Is this a crypto library or a generic platform abstraction library? "A hack to make Visual C++ 5.0 work correctly" ... time to upgrade. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -407/+435 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Remove some stuff that isn't needed. | beck | 2014-04-13 | 1 | -7/+7 |
| | | | | ok miod@ deraadt@ | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -2/+16 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -6/+34 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -10/+11 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -78/+430 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -282/+69 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -106/+120 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -53/+165 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -6/+124 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -10/+30 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -7/+12 |
| | |||||
* | merge openssl 0.9.6b-engine | beck | 2001-08-01 | 1 | -6/+4 |
| | | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries | ||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -6/+195 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -2/+4 |
| | | | | | | *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 | -46/+39 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+307 |
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. |