aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa
AgeCommit message (Expand)AuthorFilesLines
2002-08-09make updateBodo Möller1-21/+22
2002-07-30"make update"Lutz Jänicke1-38/+37
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-9/+17
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-03-09Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson3-6/+17
2002-03-05Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson1-1/+1
2002-02-13ECDSA supportBodo Möller1-33/+38
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-2/+0
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-3/+3
2001-10-04'make update'Richard Levitte1-26/+26
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-1/+1
2001-09-25"make update".Geoff Thorpe1-2/+4
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe6-100/+60
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller2-3/+3
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2-9/+6
2001-08-25Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2-1/+19
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-3/+4
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-37/+24
2001-08-03Header bloat reduction for EVP_PKEY.Ben Laurie1-4/+3
2001-07-31make updateRichard Levitte1-8/+8
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie2-75/+41
2001-07-26Fix problem occuring when used from OpenSSH on Solaris 8.Lutz Jänicke1-1/+1
2001-06-26DSA verification should insist that r and s are in the allowed range.Bodo Möller1-0/+11
2001-06-23In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson1-8/+15
2001-06-23make updateRichard Levitte1-17/+27
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson2-7/+6
2001-06-05'make update'Richard Levitte1-28/+39
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe1-0/+1
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson3-1/+18
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller1-0/+2
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-5/+5
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-44/+44
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-2/+2
2001-02-20Use BN_rand_range().Ulf Möller1-10/+3
2001-02-19Make all configuration macros available for application by makingRichard Levitte7-70/+69
2001-02-10Simplify BN_rand_rangeBodo Möller1-1/+1
2001-02-08Integrate my implementation of a countermeasure againstBodo Möller1-1/+3
2001-02-07Bleichenbacher's DSA attackUlf Möller1-7/+1
2001-02-04Make depend.Ben Laurie1-45/+48
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson4-80/+125
2000-11-29Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe1-4/+4
2000-11-19Make sure bs is assigned NULL when it's free'd, or there will be anRichard Levitte1-0/+1
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-10/+8
2000-11-07Constify DSA-related code.Richard Levitte6-33/+35
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte6-43/+151
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-13Don't set the two top bits to one when generating a random number < q.:wqUlf Möller2-2/+2
2000-09-07'make update'Richard Levitte1-8/+11
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe1-21/+25