| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some dangling elses for consistency with the rest of the file | tb | 2020-09-25 | 1 | -25/+19 |
| * | Simplify UI_new_method() | tb | 2020-09-25 | 1 | -10/+4 |
| * | Move variable declaration to the top of UI_set_result and ditch | tb | 2020-09-25 | 1 | -19/+16 |
| * | The default branch of a switch somehow got moved inside of a pointless | tb | 2020-09-25 | 1 | -3/+3 |
| * | Simplify call to ERR_print_errors_cb() | tb | 2020-09-25 | 1 | -5/+4 |
| * | Error out if ok_chars and cancel_chars overlap | tb | 2020-09-24 | 1 | -2/+4 |
| * | Fix a number of leaks in the UI_dup_* functions | tb | 2020-09-24 | 1 | -143/+99 |
| * | Push ERR_R_MALLOC_FAILURE onto the error stack | tb | 2020-09-24 | 1 | -3/+3 |
| * | Make free_strings() NULL safe | tb | 2020-09-24 | 1 | -1/+3 |
| * | KNF and grammar tweaks for comments; wrap a few overlong prototypes. | tb | 2020-09-24 | 1 | -163/+188 |
| * | Add a const qualifier to the argument of UI_method_get_closer(), | tb | 2018-06-02 | 2 | -14/+14 |
| * | UI_METHOD *UI_create_method(const char *name). | tb | 2018-05-19 | 2 | -4/+4 |
| * | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 2 | -42/+25 |
| * | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+5 |
| * | don't go into an unbreakable infinite loop during operations such | tedu | 2016-04-28 | 1 | -1/+2 |
| * | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 2 | -4/+4 |
| * | After reading a password with terminal echo off, restore the terminal to | guenther | 2015-07-16 | 1 | -6/+5 |
| * | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 1 | -2/+2 |
| * | Use string literals in printf style calls so gcc's -Wformat works. | doug | 2014-10-03 | 1 | -6/+10 |
| * | Kill a bunch more BUF_strdup's - these are converted to have a check for | beck | 2014-07-22 | 1 | -3/+3 |
| * | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 1 | -9/+9 |
| * | remove silly cast | deraadt | 2014-07-13 | 1 | -2/+2 |
| * | adapt addapt spelling to adapt; request from miod | deraadt | 2014-07-11 | 1 | -3/+3 |
| * | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 2 | -12/+8 |
| * | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 2 | -2/+7 |
| * | tags as requested by miod and tedu | deraadt | 2014-06-12 | 7 | -7/+8 |
| * | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 6 | -6/+6 |
| * | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -2/+2 |
| * | calloc instead of malloc/memset. from Benjamin Baier | tedu | 2014-05-25 | 1 | -4/+3 |
| * | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 2 | -2/+5 |
| * | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 1 | -8/+4 |
| * | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 1 | -7/+5 |
| * | We do not need a separate file for two compatibility wrapper functions. | jsing | 2014-04-27 | 2 | -69/+18 |
| * | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 1 | -24/+19 |
| * | Clean up the remaining TTY related remnants. | jsing | 2014-04-25 | 1 | -41/+8 |
| * | Use const char *. | jsing | 2014-04-25 | 1 | -1/+1 |
| * | Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an | jsing | 2014-04-24 | 1 | -25/+12 |
| * | You want signals?!? I'll give you signals!!! Oh, and we have termios as | jsing | 2014-04-24 | 1 | -36/+0 |
| * | More KNF. | jsing | 2014-04-24 | 2 | -37/+37 |
| * | Restore beck's rev 1.8: snprintf() was 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 | -6/+6 |
| * | More KNF. | jsing | 2014-04-18 | 8 | -203/+195 |
| * | stab at indentation | tedu | 2014-04-17 | 5 | -737/+725 |
| * | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 3 | -18/+18 |
| * | whack the ifdef pinata: | tedu | 2014-04-16 | 1 | -260/+5 |
| * | we don't use these files for building | tedu | 2014-04-15 | 1 | -79/+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 | -32/+0 |
| * | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -2/+8 |