summaryrefslogtreecommitdiffstats
path: root/ssl/kssl.c
AgeCommit message (Expand)Author
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-05ssl/kssl.c: include missing header to complete SSL structure's defn.mancha security
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22More commentsMatt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-08-19RT2848: Remove extra NULL checkMartin Olsson
2014-07-01RT 1229; typo in comment "dont't"->"don't"Rich Salz
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-05-11make kerberos work with OPENSSL_NO_SSL_INTERNDr. Stephen Henson
2010-03-03Submitted by: Tomas Hoger <thoger@redhat.com>Dr. Stephen Henson
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson
2009-02-14PR: 1835Dr. Stephen Henson
2007-02-10use user-supplied malloc functions for persistent kssl objectsNils Larsch
2005-07-26Fix PEDANTIC compilation, using the same trick as elsewhere.Geoff Thorpe
2005-06-27Eliminate dependency on UNICODE macro.Andy Polyakov
2005-06-16Do not undefine _XOPEN_SOURCE. This is currently experimental, andRichard Levitte
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte
2005-04-20Make kerberos ciphersuite code compile again.Dr. Stephen Henson
2005-04-09Make kerberos ciphersuite code work with newer header filesDr. Stephen Henson
2004-03-16Avoid warnings.Dr. Stephen Henson
2003-09-27Include the instance in the Kerberos ticket information.Richard Levitte
2003-03-25Let's limit the extent of the definition of _XOPEN_SOURCE.Richard Levitte
2002-12-24Some more adjustmentsLutz Jänicke
2002-12-20Fix Kerberos5/SSL interactionLutz Jänicke
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-03-19Initialize ciph_ctx in kssl.cDr. Stephen Henson
2002-03-13Undo previous patch: avoid warnings by #undef'ingDr. Stephen Henson
2002-03-12Fix Kerberos warnings with VC++.Dr. Stephen Henson
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2001-11-23For future portability reasons MIT is moving all macros to functionBodo Möller
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte
2001-07-31Correct most of the unsigned vs. signed warnings (or int vs. size_t),Richard Levitte
2001-07-31More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-07-21More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.Richard Levitte
2001-07-12Prevent KSSL server from requesting a client certificate.Richard Levitte
2001-07-12paddr may be NULL. Do not crash if it is.Richard Levitte
2001-07-11Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-07-11Code to avoid the use of non-standard strptime(). ByRichard Levitte
2001-07-11Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte