aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/kssl.c
Commit message (Expand)AuthorAgeFilesLines
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-0/+3
* make kerberos work with OPENSSL_NO_SSL_INTERNDr. Stephen Henson2011-05-111-0/+16
* Submitted by: Tomas Hoger <thoger@redhat.com>Dr. Stephen Henson2010-03-031-0/+3
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-8/+9
* Updates from 1.0.0-stable branch.Dr. Stephen Henson2009-04-201-5/+0
* PR: 1835Dr. Stephen Henson2009-02-141-1/+1
* use user-supplied malloc functions for persistent kssl objectsNils Larsch2007-02-101-13/+32
* Fix PEDANTIC compilation, using the same trick as elsewhere.Geoff Thorpe2005-07-261-1/+1
* Eliminate dependency on UNICODE macro.Andy Polyakov2005-06-271-1/+1
* Do not undefine _XOPEN_SOURCE. This is currently experimental, andRichard Levitte2005-06-161-0/+2
* When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte2005-05-211-1/+1
* Make kerberos ciphersuite code compile again.Dr. Stephen Henson2005-04-201-3/+4
* Make kerberos ciphersuite code work with newer header filesDr. Stephen Henson2005-04-091-6/+12
* Avoid warnings.Dr. Stephen Henson2004-03-161-2/+2
* Include the instance in the Kerberos ticket information.Richard Levitte2003-09-271-9/+26
* Let's limit the extent of the definition of _XOPEN_SOURCE.Richard Levitte2003-03-251-0/+1
* Some more adjustmentsLutz Jänicke2002-12-241-2/+3
* Fix Kerberos5/SSL interactionLutz Jänicke2002-12-201-38/+17
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-19/+1
* Initialize ciph_ctx in kssl.cDr. Stephen Henson2002-03-191-0/+1
* Undo previous patch: avoid warnings by #undef'ingDr. Stephen Henson2002-03-131-6/+9
* Fix Kerberos warnings with VC++.Dr. Stephen Henson2002-03-121-4/+13
* Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson2002-03-121-12/+11
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+2
* For future portability reasons MIT is moving all macros to functionBodo Möller2001-11-231-9/+45
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-4/+4
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-101-1/+3
* Correct most of the unsigned vs. signed warnings (or int vs. size_t),Richard Levitte2001-07-311-12/+13
* More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-311-6/+10
* More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.Richard Levitte2001-07-211-68/+98
* Prevent KSSL server from requesting a client certificate.Richard Levitte2001-07-121-1/+4
* paddr may be NULL. Do not crash if it is.Richard Levitte2001-07-121-5/+10
* Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-111-6/+197
* Code to avoid the use of non-standard strptime(). ByRichard Levitte2001-07-111-7/+38
* Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-111-54/+123
* If I define _XOPEN_SOURCE before including *any* system header file,Richard Levitte2001-07-091-1/+1
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-091-90/+858
* DEC C on VMS is pedantic by definition.Richard Levitte2001-02-201-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-5/+5
* Temporary fix for build break.Ulf Möller2001-02-191-0/+1
* Fix warnings.Ben Laurie2000-12-031-1/+7
* Typo corrected.Richard Levitte2000-12-011-1/+1
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-21/+473
* I've checked again and again. There really is no need to expand a toRichard Levitte2000-11-161-0/+582