summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-03-08add ssl23_peekBodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller
2001-03-02For SSLv2, return the SSLv2 method, not the SSLv23 method. This way,Richard Levitte
2001-02-26make updateRichard Levitte
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-22Include e_os2.h instead of opensslconf.h.Richard Levitte
2001-02-21If a callback is generating a new session ID for SSLv2, then upon exiting,Geoff Thorpe
2001-02-21This change allows a callback to be used to override the generation ofGeoff Thorpe
2001-02-21'make update'Geoff Thorpe
2001-02-20Let VMS catch up.Richard Levitte
2001-02-20DEC C on VMS is pedantic by definition.Richard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Temporary fix for build break.Ulf Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte