summaryrefslogtreecommitdiffstats
path: root/ssl/kssl.c
AgeCommit message (Expand)Author
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Additional comment changes for reformat of 1.0.1Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2011-05-11make kerberos work with OPENSSL_NO_SSL_INTERNDr. Stephen Henson
2010-03-03Submitted by: Tomas Hoger <thoger@redhat.com>Dr. Stephen Henson
2010-03-01make USE_CRYPTODEV_DIGESTS workDr. Stephen Henson
2009-04-22Fix WIN32 warnings.Dr. Stephen Henson
2009-04-21Some fixes for kerberos builds.Dr. Stephen Henson
2009-04-16PR: 1900Dr. 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
2001-07-09If I define _XOPEN_SOURCE before including *any* system header file,Richard Levitte
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte
2001-02-20DEC C on VMS is pedantic by definition.Richard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Temporary fix for build break.Ulf Möller
2000-12-03Fix warnings.Ben Laurie
2000-12-01Typo corrected.Richard Levitte
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-16I've checked again and again. There really is no need to expand a toRichard Levitte