aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_sign.c
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger2024-04-021-1/+6
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Make DSA_sign() test for negative p,q,g values.slontis2023-03-311-1/+1
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-3/+7
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+1
* add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x20182021-10-271-1/+2
* Add ossl_encode symbolsShane Lontis2021-03-181-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dsa keysShane Lontis2021-02-261-5/+4
* DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte2020-12-051-5/+7
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* der: _ossl prefix DER functionsPauli2020-10-011-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add FFC param/key validationShane Lontis2020-02-161-4/+4
* Deprecate the low level DSA functions.Pauli2020-02-121-0/+6
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-1/+1
* Add dsa signature alg to fips providerShane Lontis2020-01-121-1/+178
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri2018-06-211-0/+2
* Remove email addresses from source code.Rich Salz2017-10-131-2/+0
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+6
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-15/+13
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-8/+1
* Add secure DSA nonce flag.Adam Langley2013-06-131-1/+8
* Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson2011-02-131-24/+0
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofDr. Stephen Henson2011-01-251-15/+23
* Seed PRNG with DSA and ECDSA digests for additional protection againstDr. Stephen Henson2009-09-091-0/+2
* add support for DSA with SHA2Nils Larsch2007-02-031-4/+0
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-081-3/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+2
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-2/+2
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-2/+3
* Initial support for DSA_METHOD...Dr. Stephen Henson1999-08-221-121/+2
* Avoid some memory holes, one of which was pointed out byBodo Möller1999-06-251-0/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Work with -pedantic!Ben Laurie1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-16/+6
* Separate DSA functionality from ASN.1 encoding.Ulf Möller1999-04-091-46/+45