aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa/dsa_err.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte1-1/+1
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell1-1/+2
2017-06-07make error tables const and separate header fileRich Salz1-47/+46
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior1-1/+3
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson1-0/+1
2016-05-23Remove unused error/function codes.Rich Salz1-18/+1
2016-05-18Add some error messages for malloc failsMatt Caswell1-0/+3
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-05Rebuild error source files.Dr. Stephen Henson1-13/+13
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-59/+58
2013-07-15Make `safe' (EC)DSA nonces the default.Adam Langley1-1/+0
2013-06-13Add secure DSA nonce flag.Adam Langley1-1/+2
2011-01-31Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson1-0/+3
2011-01-26FIPS mode DSA changes:Dr. Stephen Henson1-0/+3
2011-01-25recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson1-0/+1
2010-03-08correct error codeDr. Stephen Henson1-1/+2
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller1-0/+2
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson1-1/+2
2006-04-12Support for DSA keygen, fix for genpkey.Dr. Stephen Henson1-0/+2
2006-04-12Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson1-0/+2
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson1-0/+1
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson1-0/+8
2005-04-12Rebuild error codes.Dr. Stephen Henson1-20/+23
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte1-0/+1
2002-03-09Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson1-1/+1
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson1-0/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+1
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller1-1/+2
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller1-1/+0
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1-57/+59
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-1/+1
1999-04-09Separate DSA functionality from ASN.1 encoding.Ulf Möller1-0/+5
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+8
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+93