Age | Commit message (Expand) | Author |
2018-06-02 | Add a const qualifier to the argument of UI_method_get_closer(), | Theo Buehler |
2018-05-19 | UI_METHOD *UI_create_method(const char *name). | Theo Buehler |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-04-28 | don't go into an unbreakable infinite loop during operations such | Ted Unangst |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-07-16 | After reading a password with terminal echo off, restore the terminal to | Philip Guenther |
2015-02-10 | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | Joel Sing |
2014-10-03 | Use string literals in printf style calls so gcc's -Wformat works. | Doug Hogan |
2014-07-22 | Kill a bunch more BUF_strdup's - these are converted to have a check for | Bob Beck |
2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using | Bob Beck |
2014-07-13 | remove silly cast | Theo de Raadt |
2014-07-11 | adapt addapt spelling to adapt; request from miod | Theo de Raadt |
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-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 | malloc() result does not need a cast. | Theo de Raadt |
2014-05-25 | calloc instead of malloc/memset. from Benjamin Baier | Ted Unangst |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-05-22 | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | Miod Vallat |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-27 | We do not need a separate file for two compatibility wrapper functions. | Joel Sing |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-25 | Clean up the remaining TTY related remnants. | Joel Sing |
2014-04-25 | Use const char *. | Joel Sing |
2014-04-24 | Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an | Joel Sing |
2014-04-24 | You want signals?!? I'll give you signals!!! Oh, and we have termios as | Joel Sing |
2014-04-24 | More KNF. | Joel Sing |
2014-04-20 | Restore beck's rev 1.8: snprintf() was 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-18 | More KNF. | Joel Sing |
2014-04-17 | stab at indentation | Ted Unangst |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-16 | whack the ifdef pinata: | Ted Unangst |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2012-10-13 | resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2009-04-06 | resolve conflicts | Damien Miller |
2009-01-09 | resolve conflicts | Damien Miller |
2008-09-06 | resolve conflicts | Damien Miller |
2007-04-06 | Add proper checks against fgets failure. From Charles Longeau. | Ray Lai |
2006-06-27 | resolve conflicts | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2004-04-08 | merge 0.9.7d | Markus Friedl |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |