summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_sign.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesTomas Mraz
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger
2023-09-07Copyright year updatesMatt Caswell
2023-03-31Make DSA_sign() test for negative p,q,g values.slontis
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-10-27add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x2018
2021-03-18Add ossl_encode symbolsShane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to dsa keysShane Lontis
2020-12-05DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-01der: _ossl prefix DER functionsPauli
2020-04-23Update copyright yearMatt Caswell
2020-02-16Add FFC param/key validationShane Lontis
2020-02-12Deprecate the low level DSA functions.Pauli
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-12Add dsa signature alg to fips providerShane Lontis
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri
2017-10-13Remove email addresses from source code.Rich Salz
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2013-07-15Make `safe' (EC)DSA nonces the default.Adam Langley
2013-06-13Add secure DSA nonce flag.Adam Langley
2011-02-13Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson
2011-01-25Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofDr. Stephen Henson
2009-09-09Seed PRNG with DSA and ECDSA digests for additional protection againstDr. Stephen Henson
2007-02-03add support for DSA with SHA2Nils Larsch
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
1999-08-22Initial support for DSA_METHOD...Dr. Stephen Henson
1999-06-25Avoid some memory holes, one of which was pointed out byBodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller