aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/kssl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt 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
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-1/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-121/+124
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-36/+36
* 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
* make USE_CRYPTODEV_DIGESTS workDr. Stephen Henson2010-03-011-0/+3
* Fix WIN32 warnings.Dr. Stephen Henson2009-04-221-1/+1
* Some fixes for kerberos builds.Dr. Stephen Henson2009-04-211-7/+8
* PR: 1900Dr. Stephen Henson2009-04-161-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