summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-02203-811/+812
* Use NO_FP_API.Ulf Möller2000-06-011-1/+1
* Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.Ulf Möller2000-06-011-7/+6
* Small documentation bug, probably a cut'n'paste, corrected.Richard Levitte2000-06-011-1/+1
* Bug fix for 64 bit HP-UX.Ulf Möller2000-06-011-1/+1
* Small fix to enable reading from stdin as well.Richard Levitte2000-06-011-2/+2
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-0114-608/+1085
* This change will cause builds (by default) to not use different STACKGeoff Thorpe2000-06-016-3/+142
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-0116-75/+117
* This is the first of two commits (didn't want to dump them all into theGeoff Thorpe2000-06-013-20/+45
* is needed.Ulf Möller2000-06-011-0/+2
* typoBodo Möller2000-06-011-1/+1
* dh and gendh have been obsoleted by dhparam.Bodo Möller2000-06-011-3/+9
* #include <stdio.h> not needed.Ulf Möller2000-06-011-1/+0
* #include <stdlib.h> is not needed.Ulf Möller2000-06-011-2/+0
* Result of "make update"Richard Levitte2000-05-311-0/+1
* This seems to become a FAQ...Richard Levitte2000-05-311-0/+11
* sk_***_new_null() seems to be there to avoid exactly this sort of thingGeoff Thorpe2000-05-311-1/+1
* sk_value was also suffering from de-const-ification.Geoff Thorpe2000-05-313-2/+4
* config can now detect ARM Linux automagically.Richard Levitte2000-05-311-0/+1
* strtoul is not used anywhere.Bodo Möller2000-05-311-1/+0
* When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solaris, __svr4__ isBodo Möller2000-05-311-1/+1
* All the little functions created by the IMPLEMENT_STACK_OF() macro willGeoff Thorpe2000-05-312-2/+2
* Move Windows seeding functions into a separate file.Bodo Möller2000-05-314-144/+297
* Add "FIXME" comment.Bodo Möller2000-05-311-1/+8
* Improve PRNG robustness.Bodo Möller2000-05-302-1/+49
* More EVP cipher revision.Dr. Stephen Henson2000-05-308-96/+169
* "make update"Geoff Thorpe2000-05-303-1/+20
* You must have an empty line between =item'sRichard Levitte2000-05-301-0/+1
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+168
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-3032-3106/+320
* Configuration for linux on ARM (contributed by Jeremy NorrisRichard Levitte2000-05-291-0/+3
* Minor corrections to documentation.Geoff Thorpe2000-05-293-14/+8
* another warning.Geoff Thorpe2000-05-291-1/+1
* It seems that mktime does what is required here. Certainly timegm() canGeoff Thorpe2000-05-291-6/+1
* This declaration seems to have been added into the header file accidently.Geoff Thorpe2000-05-292-2/+0
* oops.Geoff Thorpe2000-05-291-2/+2
* Third phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-2834-253/+134
* Bugfix: clear error queue after ignoring ssl_verify_cert_chain result.Bodo Möller2000-05-283-1/+9
* Second phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-2734-184/+259
* Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson2000-05-2737-65/+166
* cvs updateGeoff Thorpe2000-05-251-0/+18
* typoBodo Möller2000-05-251-1/+1
* Implement SSL_OP_TLS_ROLLBACK_BUG for servers.Bodo Möller2000-05-252-15/+38
* Add the target system linux-m68kRichard Levitte2000-05-252-0/+2
* Add DSA library string. Workaround for IIS .key file invalidDr. Stephen Henson2000-05-243-1/+10
* Fix Blowfish URL.Ralf S. Engelschall2000-05-231-1/+1
* Yet more typesafety.Ben Laurie2000-05-213-6/+8
* Avoid sprintfBodo Möller2000-05-211-1/+1
* Avoid sprintf.Bodo Möller2000-05-211-2/+3