Rename some lowercase API's
[openssl.git] / crypto / ui /
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.
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-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeMoving opaque definitions to ossl_typ.h lets us reduce...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2004-01-27 Andy Polyakov#undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28 Richard LevitteNetware-specific changes,
2003-06-04 Richard LevitteMake sure the sigaction structure and fileno function...
2003-01-16 Lutz JänickeArmor against systems without ranlib...
2003-01-13 Richard LevitteCorrect a misleading comment.
2003-01-13 Richard LevitteUI_UTIL_read_pw() misinterpreted the values returned...
2003-01-13 Richard Levittetty_in will never be stderr, so it will always be close...
2002-12-05 Richard LevitteOnly check for a result buffer if the allocated string...
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-15 Richard LevitteWinCE patches
2002-11-13 Richard LevitteCorrect support for SunOS 4.1.3_U1.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-09-25 Richard LevitteMake sure that the signal storage is regarded as volatile.
2002-07-11 Richard LevitteIn UI_UTIL_read_pw(), we should look at the size parame...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-05-09 Richard LevitteOne place where VMS wasn't changed to OPENSSL_SYS_VMS...
next