aboutsummaryrefslogtreecommitdiff
path: root/ssl/kssl.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-0/+3
2011-05-11make kerberos work with OPENSSL_NO_SSL_INTERNDr. Stephen Henson1-0/+16
2010-03-03Submitted by: Tomas Hoger <thoger@redhat.com>Dr. Stephen Henson1-0/+3
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson1-8/+9
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson1-5/+0
2009-02-14PR: 1835Dr. Stephen Henson1-1/+1
2007-02-10use user-supplied malloc functions for persistent kssl objectsNils Larsch1-13/+32
2005-07-26Fix PEDANTIC compilation, using the same trick as elsewhere.Geoff Thorpe1-1/+1
2005-06-27Eliminate dependency on UNICODE macro.Andy Polyakov1-1/+1
2005-06-16Do not undefine _XOPEN_SOURCE. This is currently experimental, andRichard Levitte1-0/+2
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte1-1/+1
2005-04-20Make kerberos ciphersuite code compile again.Dr. Stephen Henson1-3/+4
2005-04-09Make kerberos ciphersuite code work with newer header filesDr. Stephen Henson1-6/+12
2004-03-16Avoid warnings.Dr. Stephen Henson1-2/+2
2003-09-27Include the instance in the Kerberos ticket information.Richard Levitte1-9/+26
2003-03-25Let's limit the extent of the definition of _XOPEN_SOURCE.Richard Levitte1-0/+1
2002-12-24Some more adjustmentsLutz Jänicke1-2/+3
2002-12-20Fix Kerberos5/SSL interactionLutz Jänicke1-38/+17
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-19/+1
2002-03-19Initialize ciph_ctx in kssl.cDr. Stephen Henson1-0/+1
2002-03-13Undo previous patch: avoid warnings by #undef'ingDr. Stephen Henson1-6/+9
2002-03-12Fix Kerberos warnings with VC++.Dr. Stephen Henson1-4/+13
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson1-12/+11
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte1-0/+2
2001-11-23For future portability reasons MIT is moving all macros to functionBodo Möller1-9/+45
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson1-4/+4
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte1-1/+3
2001-07-31Correct most of the unsigned vs. signed warnings (or int vs. size_t),Richard Levitte1-12/+13
2001-07-31More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte1-6/+10
2001-07-21More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.Richard Levitte1-68/+98
2001-07-12Prevent KSSL server from requesting a client certificate.Richard Levitte1-1/+4
2001-07-12paddr may be NULL. Do not crash if it is.Richard Levitte1-5/+10
2001-07-11Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte1-6/+197
2001-07-11Code to avoid the use of non-standard strptime(). ByRichard Levitte1-7/+38
2001-07-11Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte1-54/+123
2001-07-09If I define _XOPEN_SOURCE before including *any* system header file,Richard Levitte1-1/+1
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte1-90/+858
2001-02-20DEC C on VMS is pedantic by definition.Richard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-5/+5
2001-02-19Temporary fix for build break.Ulf Möller1-0/+1
2000-12-03Fix warnings.Ben Laurie1-1/+7
2000-12-01Typo corrected.Richard Levitte1-1/+1
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte1-21/+473
2000-11-16I've checked again and again. There really is no need to expand a toRichard Levitte1-0/+582