| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix memory leak in the error path of v2i_AUTHORITY_KEYID(). | miod | 2014-10-05 | 1 | -3/+6 |
* | level_add_node(): if a memory allocation failure causes us to attempt to clean | miod | 2014-07-23 | 1 | -4/+7 |
* | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 5 | -17/+20 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 33 | -79/+73 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 7 | -7/+24 |
* | Upon realloc() failure, free() the original pointer and remove the stupid | miod | 2014-07-10 | 1 | -3/+3 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 17 | -27/+54 |
* | {malloc,reallocarray} + memset(,0,) -> calloc | miod | 2014-07-09 | 1 | -4/+2 |
* | Fix 9 memory leaks. | logan | 2014-06-28 | 1 | -1/+10 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 39 | -37/+39 |
* | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 2 | -2/+2 |
* | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 3 | -323/+0 |
* | There is no need for is{upper,lower}() tests before to{lower,uppper}(), | deraadt | 2014-06-01 | 1 | -4/+2 |
* | EBCDIC support died a while ago, except in a comment. | deraadt | 2014-06-01 | 1 | -2/+0 |
* | more: no need for null check before free | deraadt | 2014-05-30 | 2 | -14/+7 |
* | ok, next pass after review: when possible, put the reallocarray arguments | deraadt | 2014-05-29 | 1 | -1/+1 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 1 | -1/+1 |
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -2/+0 |
* | KNF. | jsing | 2014-05-26 | 3 | -360/+479 |
* | KNF. | jsing | 2014-05-26 | 7 | -538/+656 |
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 2 | -5/+3 |
* | Put explicit (void) in function declarations and shuffle keywords in some | miod | 2014-04-27 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 2014-04-19 | 1 | -3/+3 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 18 | -73/+73 |
* | OpenSSL PR#3309: when looking for an extension, set the last found position | sthen | 2014-04-17 | 1 | -3/+3 |
* | Clean up dangerous strncpy use. This included a use where the resulting | beck | 2014-04-16 | 2 | -6/+7 |
* | 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 |
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -2/+2 |
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -506/+0 |
* | 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 |
|\ |
|
| * | 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 |
|\| |
|
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 25 | -436/+1776 |