summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-28(A version of) gcc had been giving somewhat odd "trigraph" warnings aboutGeoff Thorpe
2001-08-28Fix SSL memory leak.Ben Laurie
2001-08-25Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe
2001-08-25Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke
2001-08-23More manual pages. Constify.Lutz Jänicke
2001-08-21Checked in from the wrong !@#$%&*() copy...Lutz Jänicke
2001-08-19Alert description strings for TLSv1 and documentation.Lutz Jänicke
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-08-07Bugfix: larger message size in ssl3_get_key_exchange() becauseBodo Möller
2001-08-07Fix typos (shinagawa@star.zko.dec.com)Lutz Jänicke
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-08-03Don't disable rollback attack detection as a recommended bug workaround.Lutz Jänicke
2001-08-01Remove SSL_OP_NON_EXPORT_FIRST:Lutz Jänicke
2001-07-31Indent.Lutz Jänicke
2001-07-31Make as sure as possible that gethostname() will be properly declared.Richard Levitte
2001-07-31Correct most of the unsigned vs. signed warnings (or int vs. size_t),Richard Levitte
2001-07-31Whoops, my fault, a backslash got converted to a slash...Richard Levitte
2001-07-31More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-30Only set the verify callback if there's one to set!Ben Laurie
2001-07-30Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke
2001-07-25add a commentBodo Möller
2001-07-21More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.Richard Levitte
2001-07-16SSL_get_rfc were documented but not implemented.Richard Levitte
2001-07-15SSL_get_[rw]fd were documented but not implemented.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-12Some of the Kerberos code had dissapeared. Reapply.Richard Levitte
2001-07-11make updateRichard Levitte
2001-07-11Include kssl_lcl.h where needed.Richard Levitte
2001-07-11Private functions do not belong in an exported header file, so moveRichard 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-10make updateRichard 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-07-04Call ENGINE_cleanup() to avoid memory leak.Bodo Möller
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-15pay attention to blocksize before attempting decryptionBodo Möller
2001-06-07Use memmove() instead of memcpy() on areas that may overlap.Richard Levitte
2001-06-01Fix Bleichenbacher PKCS #1 1.5 countermeasure.Bodo Möller
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson
2001-05-07Initial CRL based revocation checking.Dr. Stephen Henson
2001-04-08Avoid assert() in the library.Bodo Möller
2001-04-08Resize a local buffer to accomodate the size requirements of AES.Richard Levitte
2001-04-03This change should be suitable as a workaround for the Solaris x86Bodo Möller
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller