crypto/bn/rsaz*: fix licensing note.
[openssl.git] / crypto / ui /
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...
2002-03-26 Richard LevitteCorrect the mapping for des_read_pw()
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-02-05 Richard Levitte'make update'
2002-02-05 Richard LevitteWith the changed des_old API, let's complete the work...
2002-01-24 Richard Levittemake update
2001-12-20 Ben LaurieSecurity fix.
2001-10-24 Richard LevitteDue to an increasing number of clashes between modern...
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-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-22 Geoff ThorpeTidy up "cvs update" output a bit.
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 Levittemake update
2001-06-23 Richard LevitteDo not loop i the OpenSSL UI method any more. Instead...
2001-06-23 Richard Levittemake update
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 LevitteThe default flag should be for default passwords only...
2001-06-19 Richard LevitteEnhance the user interface with better support for...
2001-06-11 Bodo MöllerFor MSDOS, the tty filename still is "con", not "/dev...
2001-06-11 Bodo MöllerEarlier OpenSSL versions printed prompts to stderr.
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-17 Dr. Stephen HensonFix for new UI functions under Win32.
2001-05-14 Richard LevitteMake sure strdup() is properly declared.
2001-05-14 Richard LevitteMake sure memset() is properly declared.
2001-05-13 Richard LevitteDefine `ok' and better error detection.
2001-05-13 Richard Levittemake update
2001-05-13 Richard Levittedes_read_password() and des_read_2passwords() can only...
2001-05-13 Richard LevitteMove the password reading functions completely away...
2001-05-12 Dr. Stephen HensonTypo.
2001-05-11 Richard Levittee_os2.h defines things like OPENSSL_SYS_MSDOS, not...
2001-05-10 Dr. Stephen HensonFix warning with DEBUG_SAFESTACK
2001-05-08 Richard LevitteThere is no uitest
2001-05-07 Richard LevitteClarify the license and copyright, make preprocessor...
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...