aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Checked in from the wrong !@#$%&*() copy...Lutz Jänicke2001-08-211-24/+24
* Alert description strings for TLSv1 and documentation.Lutz Jänicke2001-08-191-0/+48
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-122-10/+12
* Bugfix: larger message size in ssl3_get_key_exchange() becauseBodo Möller2001-08-071-1/+7
* Fix typos (shinagawa@star.zko.dec.com)Lutz Jänicke2001-08-071-2/+2
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-70/+87
* Don't disable rollback attack detection as a recommended bug workaround.Lutz Jänicke2001-08-031-1/+5
* Remove SSL_OP_NON_EXPORT_FIRST:Lutz Jänicke2001-08-012-69/+1
* Indent.Lutz Jänicke2001-07-311-1/+1
* Make as sure as possible that gethostname() will be properly declared.Richard Levitte2001-07-311-0/+8
* Correct most of the unsigned vs. signed warnings (or int vs. size_t),Richard Levitte2001-07-311-12/+13
* Whoops, my fault, a backslash got converted to a slash...Richard Levitte2001-07-311-1/+1
* More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-317-7/+83
* make updateRichard Levitte2001-07-311-399/+433
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-3010-749/+501
* Only set the verify callback if there's one to set!Ben Laurie2001-07-301-1/+2
* Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke2001-07-302-2/+2
* add a commentBodo Möller2001-07-251-0/+4
* More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.Richard Levitte2001-07-212-73/+119
* SSL_get_rfc were documented but not implemented.Richard Levitte2001-07-161-1/+1
* SSL_get_[rw]fd were documented but not implemented.Richard Levitte2001-07-152-0/+19
* Prevent KSSL server from requesting a client certificate.Richard Levitte2001-07-123-4/+9
* paddr may be NULL. Do not crash if it is.Richard Levitte2001-07-121-5/+10
* Some of the Kerberos code had dissapeared. Reapply.Richard Levitte2001-07-121-1/+6
* make updateRichard Levitte2001-07-111-7/+7
* Include kssl_lcl.h where needed.Richard Levitte2001-07-114-2/+4
* Private functions do not belong in an exported header file, so moveRichard Levitte2001-07-112-14/+87
* Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-114-6/+213
* 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
* make updateRichard Levitte2001-07-101-557/+600
* 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-096-167/+1093
* Call ENGINE_cleanup() to avoid memory leak.Bodo Möller2001-07-041-0/+2
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-196-42/+35
* pay attention to blocksize before attempting decryptionBodo Möller2001-06-152-3/+26
* Use memmove() instead of memcpy() on areas that may overlap.Richard Levitte2001-06-072-2/+2
* Fix Bleichenbacher PKCS #1 1.5 countermeasure.Bodo Möller2001-06-012-3/+26
* Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson2001-05-101-25/+5
* Initial CRL based revocation checking.Dr. Stephen Henson2001-05-071-0/+1
* Avoid assert() in the library.Bodo Möller2001-04-084-8/+15
* Resize a local buffer to accomodate the size requirements of AES.Richard Levitte2001-04-081-1/+5
* This change should be suitable as a workaround for the Solaris x86Bodo Möller2001-04-032-2/+8
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-0/+6
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-095-11/+11
* add ssl23_peekBodo Möller2001-03-084-15/+33
* Fix ERR_R_... problems.Bodo Möller2001-03-079-24/+22
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-052-2/+2
* For SSLv2, return the SSLv2 method, not the SSLv23 method. This way,Richard Levitte2001-03-021-1/+1