Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 2 | -5/+3 | |
| | | | | eyeballed before applying. Contributed by Cyril Roelandt on tech@ | |||||
* | Put explicit (void) in function declarations and shuffle keywords in some | miod | 2014-04-27 | 1 | -1/+1 | |
| | | | | | declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change. | |||||
* | Fix leak last commit introduced. Spotted by Sebastian Kapfer. | beck | 2014-04-27 | 1 | -0/+1 | |
| | ||||||
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 5 | -16/+15 | |
| | | | | | | | | This avoids a lot of ugly gymnastics to do snprintfs before sending the bag of strings to ERR, and eliminates at least one place in dso_dlfctn.c where it was being called with the incorrect number of arguments and using random things off the stack as addresses of strings. ok krw@, jsing@ | |||||
* | KNF. | jsing | 2014-04-21 | 2 | -239/+249 | |
| | ||||||
* | KNF. | jsing | 2014-04-21 | 7 | -343/+409 | |
| | ||||||
* | KNF. | jsing | 2014-04-21 | 4 | -102/+119 | |
| | ||||||
* | no need for malloc casts | deraadt | 2014-04-21 | 2 | -2/+2 | |
| | ||||||
* | KNF. | jsing | 2014-04-21 | 5 | -659/+722 | |
| | ||||||
* | KNF. | jsing | 2014-04-21 | 5 | -1971/+2092 | |
| | ||||||
* | KNF. | jsing | 2014-04-21 | 8 | -548/+456 | |
| | ||||||
* | Restore beck's (void)snprintf(): they were reviewed. | guenther | 2014-04-20 | 1 | -2/+2 | |
| | ||||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -2/+2 | |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | |||||
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 2014-04-19 | 1 | -3/+3 | |
| | | | | | | funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@ | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 18 | -73/+73 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | |||||
* | OpenSSL PR#3309: when looking for an extension, set the last found position | sthen | 2014-04-17 | 1 | -3/+3 | |
| | | | | | | to -1 to properly search all extensions. ok tedu@ From http://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=300b9f0b70 | |||||
* | Clean up dangerous strncpy use. This included a use where the resulting | beck | 2014-04-16 | 2 | -6/+7 | |
| | | | | | | | string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@ | |||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -85/+0 | |
| | ||||||
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 3 | -51/+0 | |
| | | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit. | |||||
* | 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@ | |||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -506/+0 | |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -2/+2 | |
| | ||||||
* | resolve conflicts | djm | 2012-10-13 | 2 | -9/+57 | |
| | ||||||
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -40/+85 | |
| | ||||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 3 | -18/+22 | |
| | ||||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 1 | -1/+0 | |
|\ | | | | | branch. | |||||
| * | import OpenSSL 1.0.0e | djm | 2011-11-03 | 2 | -3/+1 | |
| | | ||||||
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 20 | -950/+1399 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 8 | -108/+399 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 25 | -436/+1776 | |
| | | ||||||
| * | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 2 | -2/+7 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -238/+219 | |
|\ \ | | | | | | | branch. | |||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -238/+219 | |
| | | | ||||||
* | | | resolve conflicts | djm | 2009-04-06 | 2 | -15/+25 | |
| | | | ||||||
* | | | resolve conflicts | djm | 2009-01-09 | 30 | -39/+44 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 8 | -8/+8 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 34 | -55/+73 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -219/+238 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 4 | -222/+241 | |
| | | | ||||||
* | | | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 6 | -18/+32 | |
| | | | ||||||
* | | | remerge local tweaks, update per-arch configuration headers, update | djm | 2008-09-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | Makefiles, crank shlib_version | |||||
* | | | resolve conflicts | djm | 2008-09-06 | 23 | -289/+1110 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 11 | -21/+2355 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 34 | -310/+3465 | |
| | | | ||||||
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 2 | -103/+116 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -487/+433 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -487/+433 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 2 | -0/+2122 | |
|\ \ \ | | | | | | | | | branch. | |||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 2 | -0/+2122 | |
| | | | | ||||||
| * | | | import openssl-0.9.7d | markus | 2004-04-07 | 1 | -1/+1 | |
| | | | |