Further comment amendments to preserve formatting prior to source reformat
[openssl.git] / ssl / kssl.c
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-05-11 Dr. Stephen Hensonmake kerberos work with OPENSSL_NO_SSL_INTERN
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-03-03 Dr. Stephen HensonSubmitted by: Tomas Hoger <thoger@redhat.com>
2010-03-01 Dr. Stephen Hensonmake USE_CRYPTODEV_DIGESTS work
2009-04-22 Dr. Stephen HensonFix WIN32 warnings.
2009-04-21 Dr. Stephen HensonSome fixes for kerberos builds.
2009-04-16 Dr. Stephen HensonPR: 1900
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-02-14 Dr. Stephen HensonPR: 1835
2007-02-10 Nils Larschuse user-supplied malloc functions for persistent kssl...
2005-07-26 Geoff ThorpeFix PEDANTIC compilation, using the same trick as elsew...
2005-06-27 Andy PolyakovEliminate dependency on UNICODE macro.
2005-06-16 Richard LevitteDo not undefine _XOPEN_SOURCE. This is currently exper...
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-04-20 Dr. Stephen HensonMake kerberos ciphersuite code compile again.
2005-04-09 Dr. Stephen HensonMake kerberos ciphersuite code work with newer header...
2004-03-16 Dr. Stephen HensonAvoid warnings.
2003-09-27 Richard LevitteInclude the instance in the Kerberos ticket information.
2003-03-25 Richard LevitteLet's limit the extent of the definition of _XOPEN_SOURCE.
2002-12-24 Lutz JänickeSome more adjustments
2002-12-20 Lutz JänickeFix Kerberos5/SSL interaction
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-03-19 Dr. Stephen HensonInitialize ciph_ctx in kssl.c
2002-03-13 Dr. Stephen HensonUndo previous patch: avoid warnings by #undef'ing
2002-03-12 Dr. Stephen HensonFix Kerberos warnings with VC++.
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-02-28 Richard LevitteIncrease internal security when using strncpy, by makin...
2001-11-23 Bodo MöllerFor future portability reasons MIT is moving all macros...
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-07-31 Richard LevitteCorrect most of the unsigned vs. signed warnings (or...
2001-07-31 Richard LevitteMore Kerberos SSL changes from Jeffrey Altman <jaltman...
2001-07-21 Richard LevitteMore Kerberos SSL patches from Vern Staats <staatsvr...
2001-07-12 Richard LevittePrevent KSSL server from requesting a client certificate.
2001-07-12 Richard Levittepaddr may be NULL. Do not crash if it is.
2001-07-11 Richard LevitteChanges to the Kerberos SSL code by Jeffrey Altman...
2001-07-11 Richard LevitteCode to avoid the use of non-standard strptime(). By
2001-07-11 Richard LevitteChanges to the Kerberos SSL code by Jeffrey Altman...
2001-07-09 Richard LevitteIf I define _XOPEN_SOURCE before including *any* system...
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-02-20 Richard LevitteDEC C on VMS is pedantic by definition.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Ulf MöllerTemporary fix for build break.
2000-12-03 Ben LaurieFix warnings.
2000-12-01 Richard LevitteTypo corrected.
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-16 Richard LevitteI've checked again and again. There really is no need...