summaryrefslogtreecommitdiffstats
path: root/crypto/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-211-0/+1
* The default implementation of DSA_METHOD has an interdependence on theGeoff Thorpe2003-03-111-45/+42
* more mingw related cleanups.Ulf Möller2003-02-221-3/+0
* The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte2003-01-301-2/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-306-0/+20
* Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke2003-01-151-4/+9
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-154-0/+33
* Adjust the parameter lists in some not commonly used files.Richard Levitte2003-01-021-1/+1
* make updateRichard Levitte2002-12-291-35/+18
* make updateRichard Levitte2002-12-091-0/+21
* Nils Larsch submitted;Geoff Thorpe2002-12-081-3/+1
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-085-23/+143
* Some compilers are quite picky about non-void functions that don't returnRichard Levitte2002-12-061-0/+1
* EXIT() needs to be in a function that returns int.Richard Levitte2002-12-011-1/+6
* Remove incorrect assert.Richard Levitte2002-11-291-2/+4
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-2/+5
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-2/+4
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make updateBodo Möller2002-08-091-21/+22
* "make update"Lutz Jänicke2002-07-301-38/+37
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-9/+17
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-093-6/+17
* Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson2002-03-051-1/+1
* ECDSA supportBodo Möller2002-02-131-33/+38
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-3/+3
* 'make update'Richard Levitte2001-10-041-26/+26
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* "make update".Geoff Thorpe2001-09-251-2/+4
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-256-100/+60
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-032-3/+3
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-012-9/+6
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-252-1/+19
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-37/+24
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-031-4/+3
* make updateRichard Levitte2001-07-311-8/+8
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-312-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-241-8/+15
* make updateRichard Levitte2001-06-231-17/+27
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-202-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