]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ui
sha/keccak1600.c: build and make it work with strict warnings.
[thirdparty/openssl.git] / crypto / ui /
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
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-11-05  Dr. Stephen HensonRebuild error source files.
2015-09-30  David WoodhouseFix no-stdio build
2015-09-03  Rich Salzremove 0 assignments.
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-05-22  Richard LevitteFix the update target and remove duplicate file updates
2015-05-14  Richard Levittemake depend
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
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-03-31  Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31  Richard LevitteStop symlinking, move files to intended directory
2015-02-21  Richard LevitteAssume TERMIOS is default, remove TERMIO on all Linux.
2015-02-06  Rich SalzRemove ui_compat
2015-02-06  Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-23  Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFurther comment changes for reformat (master)
2015-01-12  Rich SalzRT3548: Remove unsupported platforms
2015-01-06  Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-22  Rich SalzRT3548: Remvoe unsupported platforms
2014-12-18  Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-17  Rich SalzRT3548: Remove some obsolete platforms
2014-12-08  Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28  Rich SalzRemove all .cvsignore files
2014-09-24  Rich SalzRT3544: Remove MWERKS support
2014-08-17  Jonas MaebeUI_construct_prompt: check for NULL when allocating...
2014-08-09  Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08  Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
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.
2012-02-11  Dr. Stephen HensonPR: 2717
2011-10-14  Dr. Stephen Hensonmore vxworks patches
2011-01-26  Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-07-26  Dr. Stephen HensonAdd new type ossl_ssize_t instead of ssize_t and move...
2010-03-09  Dr. Stephen HensonPR: 2188
2009-10-04  Dr. Stephen HensonFix warnings about ignoring fgets return value
2009-05-13  Dr. Stephen HensonUpdate from stable branch.
2009-02-16  Richard LevitteData not initialised.
2008-12-22  Andy PolyakovThis _WIN32-specific patch makes it possible to "wrap...
2006-11-21  Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-11-16  Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-04-11  Ulf MöllerAdd BeOS support.
2005-09-26  Dr. Stephen HensonUpdate from stable branch.
2005-09-20  Andy PolyakovLatest MSVCR80 doesn't tolerate unsupported signal...
2005-08-07  Andy PolyakovFinal(?) WinCE update.
next