Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / ui /
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
2022-05-27 Peiwei HuFix the check of UI_method_set_ex_data
2022-05-03 Matt CaswellUpdate copyright year
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-26 Jiasheng JiangUI: Check for NULL pointer after calling OPENSSL_memdup
2022-01-26 Darshan SenFix invalid malloc failures in PEM_write_bio_PKCS8Priva...
2022-01-03 Tomas Mrazclose_console: Always unlock as the lock is always...
2021-07-29 Matt CaswellUpdate copyright year
2021-06-26 Pauliui: address potential memory leak
2021-06-17 Matt CaswellUpdate copyright year
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-04-08 Matt CaswellUpdate copyright year
2021-04-01 Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
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-06-04 Matt CaswellUpdate copyright year
2020-05-23 Bernd EdlingerFix the parameter types of the CRYPTO_EX_dup function...
2020-05-18 Maxim ZakharovTTY_get() in crypto/ui/ui_openssl.c open_console()...
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-11-22 Richard LevitteUI_UTIL_wrap_read_pem_callback(): when |cb| is NULL...
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-07-16 PauliRemove tab characters from C source files.
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-16 Rich SalzRemove function name from errors
2019-07-01 Rich SalzRemove NextStep support
2019-07-01 Antoine CœurFix Typos
2019-06-21 Bernd EdlingerHandle CTRL-C as non-redoable abort signal
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-20 Richard Levittecrypto/ui/ui_openssl.c: make sure to recognise ENXIO...
2018-07-20 Andy Polyakovcrypto/*: address standard-compilance nits.
2018-05-29 Matt CaswellUpdate copyright year
2018-05-14 Richard LevitteUI console: Restore tty settings, do not force ECHO...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2017-11-08 Rich SalzRemovre comment with user's name
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-09-08 Richard LevitteAdd UI functions to set result with explicit length...
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-07-05 Richard LevitteFix small UI issues
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-28 Richard LevitteUI_UTIL_wrap_read_pem_callback: make sure to terminate...
2017-06-07 Rich Salzmake error tables const and separate header file
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-02-26 Richard LevitteAdd a null UI method
2017-01-13 Richard LevitteUI: Use RUN_ONCE differently
2017-01-13 Richard LevitteUI: Ensure there will be no race condition when getting...
2017-01-11 Richard LevitteAdd a UI utility function with which to wrap pem_callba...
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-10 Richard LevitteVMS UI_OpenSSL: generate OpenSSL errors when things...
2016-12-10 Richard LevitteVMS UI_OpenSSL: if the TT device isn't a tty, flag...
2016-12-08 Richard LevitteRemove extra bang
2016-12-08 Richard LevitteUI code style cleanup
2016-12-08 Richard LevitteUI_OpenSSL()'s session opener fails on MacOS X
2016-12-08 Richard LevitteIn UI_OpenSSL's open(), generate an error on unknown...
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-08-25 Andy PolyakovWindows: UTF-8 opt-in for command-line arguments and...
2016-08-11 Andy Polyakovcrypto/ui/ui_openssl.c: let new-line through after...
2016-08-01 Andy Polyakovcrypto/ui/ui_openssl.c: UTF-y Windows code path.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-15 FdaSilvaYYConstify UI
2016-05-23 Rich SalzRemove unused error/function codes.
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 SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-20 Richard LevitteRemove --classic build entirely
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-18 Rich SalzFix build; CPP syntax error.
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_UI to new multi-threading API
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
next