aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/kssl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Kerberos support from libsslMatt Caswell2015-05-131-2252/+0
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+4
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-4/+4
* ssl/kssl.c: include missing header to complete SSL structure's defn.mancha security2015-05-051-0/+1
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-11/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-13/+13
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1916/+1947
* Move more comments that confuse indentMatt Caswell2015-01-221-3/+6
* More commentsMatt Caswell2015-01-221-1/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-121/+124
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-36/+36
* RT2848: Remove extra NULL checkMartin Olsson2014-08-191-1/+1
* RT 1229; typo in comment "dont't"->"don't"Rich Salz2014-07-011-1/+1
* 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