aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-302-75/+41
* Fix problem occuring when used from OpenSSH on Solaris 8.Lutz Jänicke2001-07-261-1/+1
* DSA verification should insist that r and s are in the allowed range.Bodo Möller2001-06-261-0/+11
* In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson2001-06-231-8/+15
* make updateRichard Levitte2001-06-231-17/+27
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-192-7/+6
* 'make update'Richard Levitte2001-06-051-28/+39
* In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe2001-04-301-0/+1
* Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson2001-04-213-1/+18
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-0/+2
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-5/+5
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-44/+44
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Use BN_rand_range().Ulf Möller2001-02-201-10/+3
* Make all configuration macros available for application by makingRichard Levitte2001-02-197-70/+69
* Simplify BN_rand_rangeBodo Möller2001-02-101-1/+1
* Integrate my implementation of a countermeasure againstBodo Möller2001-02-081-1/+3
* Bleichenbacher's DSA attackUlf Möller2001-02-071-7/+1
* Make depend.Ben Laurie2001-02-041-45/+48
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-084-80/+125
* Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe2000-11-291-4/+4
* Make sure bs is assigned NULL when it's free'd, or there will be anRichard Levitte2000-11-191-0/+1
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-10/+8
* Constify DSA-related code.Richard Levitte2000-11-076-33/+35
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-266-43/+151
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Don't set the two top bits to one when generating a random number < q.:wqUlf Möller2000-09-132-2/+2
* 'make update'Richard Levitte2000-09-071-8/+11
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-21/+25
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-1/+4
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-10/+10
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic asGeoff Thorpe2000-04-201-2/+1
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Check BN_rand return value.Bodo Möller2000-02-291-1/+2
* Cosmetic changes.Bodo Möller2000-02-051-0/+2
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-11/+14
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-033-7/+8
* Tolerate negative numbers in BN_is_prime.Bodo Möller2000-02-021-2/+4
* rndsort{Miller, Rabin} primality test.Bodo Möller2000-02-021-5/+3
* Tiny changes to previous patch (the log message was meant to beBodo Möller2000-01-301-3/+5
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-304-100/+56
* Document DSA and SHA.Ulf Möller2000-01-273-13/+16
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-233-16/+17
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+1
* add "randomness"Bodo Möller2000-01-151-0/+4
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-2/+2
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-1/+5
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-2/+2