aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-06-01This is the first of two commits (didn't want to dump them all into theGeoff Thorpe3-20/+45
2000-06-01is needed.Ulf Möller1-0/+2
2000-05-31typoBodo Möller1-1/+1
2000-05-31dh and gendh have been obsoleted by dhparam.Bodo Möller1-3/+9
2000-05-31#include <stdio.h> not needed.Ulf Möller1-1/+0
2000-05-31#include <stdlib.h> is not needed.Ulf Möller1-2/+0
2000-05-31Result of "make update"Richard Levitte1-0/+1
2000-05-31This seems to become a FAQ...Richard Levitte1-0/+11
2000-05-31sk_***_new_null() seems to be there to avoid exactly this sort of thingGeoff Thorpe1-1/+1
2000-05-31sk_value was also suffering from de-const-ification.Geoff Thorpe3-2/+4
2000-05-31config can now detect ARM Linux automagically.Richard Levitte1-0/+1
2000-05-31strtoul is not used anywhere.Bodo Möller1-1/+0
2000-05-31When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solaris, __svr4__ isBodo Möller1-1/+1
2000-05-31All the little functions created by the IMPLEMENT_STACK_OF() macro willGeoff Thorpe2-2/+2
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller4-144/+297
2000-05-31Add "FIXME" comment.Bodo Möller1-1/+8
2000-05-30Improve PRNG robustness.Bodo Möller2-1/+49
2000-05-30More EVP cipher revision.Dr. Stephen Henson8-96/+169
2000-05-30"make update"Geoff Thorpe3-1/+20
2000-05-30You must have an empty line between =item'sRichard Levitte1-0/+1
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson1-0/+168
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson32-3106/+320
2000-05-29Configuration for linux on ARM (contributed by Jeremy NorrisRichard Levitte1-0/+3
2000-05-29Minor corrections to documentation.Geoff Thorpe3-14/+8
2000-05-29another warning.Geoff Thorpe1-1/+1
2000-05-29It seems that mktime does what is required here. Certainly timegm() canGeoff Thorpe1-6/+1
2000-05-29This declaration seems to have been added into the header file accidently.Geoff Thorpe2-2/+0
2000-05-29oops.Geoff Thorpe1-2/+2
2000-05-28Third phase of EVP cipher overhaul.Dr. Stephen Henson34-253/+134
2000-05-27Bugfix: clear error queue after ignoring ssl_verify_cert_chain result.Bodo Möller3-1/+9
2000-05-27Second phase of EVP cipher overhaul.Dr. Stephen Henson34-184/+259
2000-05-26Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson37-65/+166
2000-05-25cvs updateGeoff Thorpe1-0/+18
2000-05-25typoBodo Möller1-1/+1
2000-05-25Implement SSL_OP_TLS_ROLLBACK_BUG for servers.Bodo Möller2-15/+38
2000-05-24Add the target system linux-m68kRichard Levitte2-0/+2
2000-05-24Add DSA library string. Workaround for IIS .key file invalidDr. Stephen Henson3-1/+10
2000-05-23Fix Blowfish URL.Ralf S. Engelschall1-1/+1
2000-05-21Yet more typesafety.Ben Laurie3-6/+8
2000-05-21Avoid sprintfBodo Möller1-1/+1
2000-05-21Avoid sprintf.Bodo Möller1-2/+3
2000-05-21Avoid sprintf, and harmonize indentation.Bodo Möller1-73/+76
2000-05-21Avoid sprintf.Bodo Möller1-27/+25
2000-05-19'make update'Richard Levitte2-0/+123
2000-05-19Remove extra comma (creates a unnessecary null element, right?).Richard Levitte1-1/+1
2000-05-19Add required cast.Bodo Möller1-1/+1
2000-05-19Fix "FIXME" indentation :-)Bodo Möller1-2/+2
2000-05-19Add "FIXME" comment, and adjust the indentation.Bodo Möller1-22/+27
2000-05-19Add a couple of macros that make OpenSSL compilable on SunOS 4.1.4.Richard Levitte1-0/+5
2000-05-19typoBodo Möller1-1/+1