Fix grammar in certificates.txt
[openssl.git] / crypto / ui / ui_lib.c
2023-09-07 Matt CaswellCopyright year updates
2023-05-17 Bernd EdlingerFix stack corruption in ui_read
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-07-29 Matt CaswellUpdate copyright year
2021-06-26 Pauliui: address potential memory leak
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-10 Richard LevitteUI: Use OPENSSL_zalloc() in general_allocate_prompt()
2020-09-13 Matt CaswellFix safestack issues in ui.h
2020-09-10 Dr. David von Oheimbapps_ui.c: Correct password prompt for ui_method
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-16 Rich SalzRemove function name from errors
2019-06-21 Bernd EdlingerHandle CTRL-C as non-redoable abort signal
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2017-10-18 KaoruTodaRemove parentheses of return.
2017-09-08 Richard LevitteAdd UI functions to set result with explicit length...
2017-07-05 Richard LevitteFix small UI issues
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-05-31 Richard LevitteAdd UI functionality to duplicate the user data
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-03-11 Richard LevitteFix UI_get0_action_string()
2017-01-11 Richard LevitteAdd an application data field in the UI_METHOD
2017-01-11 Richard LevitteConstify the input parameter to UI_method_get_*
2016-12-08 Richard LevitteRemove extra bang
2016-12-08 Richard LevitteUI code style cleanup
2016-12-07 Richard LevitteUI_process() didn't generate errors
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-08-31 Rich SalzCode cleanup UI
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-15 FdaSilvaYYConstify UI
2016-05-18 Matt CaswellAdd some error messages for malloc fails
2016-05-18 Matt CaswellBetter checks for malloc failure in various METHOD...
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_UI to new multi-threading API
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-08-17 Jonas MaebeUI_construct_prompt: check for NULL when allocating...
2014-07-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-07-13 Richard Levitte* crypto/ui/ui_lib.c: misplaced brace in switch statement.
2010-03-09 Dr. Stephen HensonPR: 2188
2009-02-16 Richard LevitteData not initialised.
2005-07-26 Nils Larschimproved error checking and some fixes
2005-05-17 Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-01-13 Richard LevitteCorrect a misleading comment.
2002-12-05 Richard LevitteOnly check for a result buffer if the allocated string...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-07-11 Richard LevitteOne forgotten function.
2001-07-05 Richard LevitteChange info to correct values.
2001-06-24 Richard LevitteMake sure we don't return 0 on error.
2001-06-23 Richard LevitteImplement boolean (yes/no or OK/Cancel, ...) input.
2001-06-23 Dr. Stephen HensonIn UI_dup_*() function, use the duped string, not the...
2001-06-20 Richard LevitteSince there is a way to create UI_METHODs, implement...
2001-06-19 Richard LevitteEnhance the user interface with better support for...
2001-06-11 Dr. Stephen HensonInitialize UI ex_data.
2001-06-06 Richard LevitteDon't forget to initialise.
2001-06-05 Richard LevitteDefining __USE_XOPEN_EXTENDED was the wrong thing....
2001-06-05 Richard LevitteA good use of the UI interface is as a password callbac...
2001-05-14 Richard LevitteMake sure strdup() is properly declared.
2001-05-10 Dr. Stephen HensonFix warning with DEBUG_SAFESTACK
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...