aboutsummaryrefslogtreecommitdiff
path: root/crypto
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-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-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-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öller1-1/+36
2000-05-30More EVP cipher revision.Dr. Stephen Henson7-78/+151
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson1-0/+168
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson31-3106/+317
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 Thorpe1-1/+0
2000-05-29oops.Geoff Thorpe1-2/+2
2000-05-28Third phase of EVP cipher overhaul.Dr. Stephen Henson33-252/+123
2000-05-27Second phase of EVP cipher overhaul.Dr. Stephen Henson33-181/+250
2000-05-26Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson35-53/+154
2000-05-24Add DSA library string. Workaround for IIS .key file invalidDr. Stephen Henson2-1/+6
2000-05-21Yet more typesafety.Ben Laurie3-6/+8
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-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson2-0/+14
2000-05-17Typesafety Thought Police last part.Ben Laurie2-6/+10
2000-05-17Typesafety Thought Police part 5.Ben Laurie4-14/+25
2000-05-16Typesafe Thought Police part 4.Ben Laurie7-85/+103
2000-05-16Typesafety Thought Police part 3.Ben Laurie8-44/+54
2000-05-16Typesafety Thought Police Part 2.Ben Laurie8-52/+118
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller29-193/+195
2000-05-15prototype.Ulf Möller1-1/+1
2000-05-15Make sure that NO-RSA applications etc can include evp.hUlf Möller1-0/+8
2000-05-15MacOS changes.Ulf Möller1-5/+7
2000-05-14Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.Ben Laurie2-0/+30
2000-05-11When open()ing 'file' in RAND_write_file, don't use O_EXCL.Bodo Möller1-10/+10
2000-05-04Fix for SSL server purpose checkingDr. Stephen Henson1-14/+18
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson6-16/+38
2000-05-02Initialise.Richard Levitte1-1/+1
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte3-52/+63
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte1-4/+4
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte29-103/+130
2000-05-01Add missing #include.Bodo Möller1-0/+1
2000-04-29Avoid leaking memory in thread_hash (and enable memory leak detectionBodo Möller2-26/+36
2000-04-26Use CONFerr, not RSAerr, in the conf library...Richard Levitte1-1/+1
2000-04-26Clarifications and removal of double declaration...Richard Levitte2-7/+6
2000-04-25This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe3-12/+3
2000-04-20The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic asGeoff Thorpe2-4/+2
2000-04-20Previously, the default RSA_METHOD was NULL until the first RSA structure wasGeoff Thorpe1-13/+14
2000-04-19This change facilitates name translation for shared libraries. TheGeoff Thorpe7-28/+228