aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_err.c
Commit message (Expand)AuthorAgeFilesLines
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-201-0/+1
* Remove unused error/function codes.Rich Salz2016-05-231-18/+1
* Add some error messages for malloc failsMatt Caswell2016-05-181-0/+3
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rebuild error source files.Dr. Stephen Henson2015-11-051-13/+13
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-59/+58
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-1/+0
* Add secure DSA nonce flag.Adam Langley2013-06-131-1/+2
* Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson2011-01-311-0/+3
* FIPS mode DSA changes:Dr. Stephen Henson2011-01-261-0/+3
* recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson2011-01-251-0/+1
* correct error codeDr. Stephen Henson2010-03-081-1/+2
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-0/+2
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-1/+2
* Support for DSA keygen, fix for genpkey.Dr. Stephen Henson2006-04-121-0/+2
* Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson2006-04-121-0/+2
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-281-0/+1
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-0/+8
* Rebuild error codes.Dr. Stephen Henson2005-04-121-20/+23
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-091-1/+1
* Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson2001-04-211-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+1
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-301-1/+0
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-57/+59
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-1/+1
* Separate DSA functionality from ASN.1 encoding.Ulf Möller1999-04-091-0/+5
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-2/+2
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+8
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+93