Age | Commit message (Expand) | Author |
2014-12-06 | Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add. | Doug Hogan |
2014-11-18 | further BUF_strdup conversion: these places should be safe to rely on | Ted Unangst |
2014-10-28 | Check the result of sk_*_push() operations for failure. | Miod Vallat |
2014-10-05 | The fixes to X509_PURPOSE_add() in r1.18 actually could cause a global | Miod Vallat |
2014-10-05 | Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS(); | Miod Vallat |
2014-10-05 | In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object push | Miod Vallat |
2014-10-05 | Memory leak upon error in set_dist_point_name(). | Miod Vallat |
2014-10-05 | Be sure to check object allocation for success before using them. | Miod Vallat |
2014-10-05 | Missing deallocation upon error. | Miod Vallat |
2014-10-05 | Fix memory leak in the error path of v2i_AUTHORITY_KEYID(). | Miod Vallat |
2014-07-23 | level_add_node(): if a memory allocation failure causes us to attempt to clean | Miod Vallat |
2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using | Bob Beck |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | Upon realloc() failure, free() the original pointer and remove the stupid | Miod Vallat |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-07-09 | {malloc,reallocarray} + memset(,0,) -> calloc | Miod Vallat |
2014-06-28 | Fix 9 memory leaks. | Loganaden Velvindron |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-11 | c-file-style hints, begone; ok beck | Theo de Raadt |
2014-06-07 | Remove various test stubs. The good ones have been moved by jsing | Theo de Raadt |
2014-06-01 | There is no need for is{upper,lower}() tests before to{lower,uppper}(), | Theo de Raadt |
2014-06-01 | EBCDIC support died a while ago, except in a comment. | Theo de Raadt |
2014-05-30 | more: no need for null check before free | Theo de Raadt |
2014-05-29 | ok, next pass after review: when possible, put the reallocarray arguments | Theo de Raadt |
2014-05-29 | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-26 | KNF. | Joel Sing |
2014-05-26 | KNF. | Joel Sing |
2014-05-22 | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | Miod Vallat |
2014-04-27 | Put explicit (void) in function declarations and shuffle keywords in some | Miod Vallat |
2014-04-27 | Fix leak last commit introduced. Spotted by Sebastian Kapfer. | Bob Beck |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | no need for malloc casts | Theo de Raadt |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-20 | Restore beck's (void)snprintf(): they were reviewed. | Philip Guenther |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | Philip Guenther |
2014-04-19 | use intrinsic strlcpy and strlcat everywhere so we only have one set of | Bob Beck |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | OpenSSL PR#3309: when looking for an extension, set the last found position | Stuart Henderson |
2014-04-16 | Clean up dangerous strncpy use. This included a use where the resulting | Bob Beck |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | Bob Beck |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |