aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-06-012-0/+405
|\
| * There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-01203-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-05-311-1/+1
| * dh and gendh have been obsoleted by dhparam.Bodo Möller2000-05-311-3/+9
| * #include <stdio.h> not needed.Ulf Möller2000-05-311-1/+0
| * #include <stdlib.h> is not needed.Ulf Möller2000-05-311-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
* | Update the relevant parts of the docs with the ENGINE changes. I've alsoGeoff Thorpe2000-05-309-77/+146
* | Main trunk changes merged into BRANCH_engine. There were noRichard Levitte2000-05-3048-3958/+365
* | This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-05-308-0/+1030
|\|
| * 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-273-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-2637-65/+166
* | "handle", "h" and even "e" were probably not the best terms to use. TheGeoff Thorpe2000-05-2912-68/+68
* | This adds DSA signature verification to the CryptoSwift support.Geoff Thorpe2000-05-293-17/+104
* | "make update"Geoff Thorpe2000-05-292-16/+18
* | Tie DSA into the engine framework as with RSA and DH so far. I've verifiedGeoff Thorpe2000-05-296-16/+82
* | General tidy up of existing code, and add first half of DSA support forGeoff Thorpe2000-05-293-22/+155