Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use field names in struct initialisers. | jsing | 2015-01-22 | 1 | -11/+11 |
| | | | | No change to generated assembly. | ||||
* | Fix regression introduced in revision 1.15 by using strndup() instead of | miod | 2014-09-23 | 1 | -6/+6 |
| | | | | | | strdup() to allocated directory list components. ok jsing@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -5/+4 |
| | | | | | | | | 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 | -3/+5 |
| | | | | | | | | | 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. | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -2/+4 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | Unifdef -UNO_SYS_TYPES_H | miod | 2014-06-24 | 1 | -4/+2 |
| | |||||
* | Since this is a library, place issetugid() before every getenv() | deraadt | 2014-06-23 | 1 | -2/+3 |
| | | | | ok miod | ||||
* | improve error checking. set error code on error, and check malloc return. | tedu | 2014-06-19 | 1 | -2/+13 |
| | | | | add missing unlock in one case. ok lteo miod | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| | | | | ok miod | ||||
* | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 1 | -2/+1 |
| | |||||
* | Restore beck's (void)snprintf(): they were reviewed. | guenther | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | More KNF. | jsing | 2014-04-19 | 1 | -13/+14 |
| | |||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | ||||
* | no need for a variable which is hardcoded and only used in an snprintf, | sthen | 2014-04-17 | 1 | -13/+9 |
| | | | | ok giovanni@. tidy comments nearby while there. | ||||
* | Some VMS and WIN32 cleanup | giovanni | 2014-04-17 | 1 | -28/+5 |
| | | | | ok miod@ lteo@ | ||||
* | Mostly gut e_os.h: | deraadt | 2014-04-17 | 1 | -1/+1 |
| | | | | | | | | USE_SOCKETS is unrelated to using sockets, but just pulls in .h files. It makes every file buy a kitchen sink, because 11 files forgot to. EXIT() is really exit(), a gentle surprise but... OPENSSL_EXIT() is really just return(), because noone compiles the openssl command non-monolithic anymore | ||||
* | some KNF cleanup following the script | deraadt | 2014-04-17 | 1 | -2/+2 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -9/+9 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Clean up dangerous strncpy use. This included a use where the resulting | beck | 2014-04-16 | 1 | -3/+1 |
| | | | | | | | string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -225/+193 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -2/+2 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -4/+2 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -65/+161 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+4 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -4/+6 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -8/+7 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -2/+32 |
| | |||||
* | sprintf->snprintf. deraadt@ suggestions and ok | ho | 2003-04-06 | 1 | -2/+2 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -1/+1 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -12/+14 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -6/+13 |
| | | | | | | *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 | -37/+20 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+359 |
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. |