summaryrefslogtreecommitdiff
path: root/lib/libcrypto/dsa/dsa_ossl.c
AgeCommit message (Expand)Author
2023-03-27Replace the remaining BN_copy() with bn_copy()Theo Buehler
2023-03-04Cap the number of iterations in DSA signingTheo Buehler
2023-03-04Call dsa_check_keys() before signing or verifyingTheo Buehler
2023-02-13Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.cTheo Buehler
2023-01-11Clean up and simplify BIGNUM handling in DSA code.Joel Sing
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-19Fix whitespaceTheo Buehler
2022-02-24Minor tweaksTheo Buehler
2022-01-07Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h byTheo Buehler
2019-06-04Readability tweaks for comments that explain the blinding.Theo Buehler
2019-06-04Remove the blinding later to avoid leaking information on the lengthTheo Buehler
2018-11-06unrevert the use of bn_rand_interval().Theo Buehler
2018-11-06revert use of bn_rand_interval due to failures with ECDHE and TLSTheo Buehler
2018-11-05Make use of bn_rand_interval() where appropriate.Theo Buehler
2018-06-14Use a blinding value when generating a DSA signature, in order to reduceJoel Sing
2018-06-14Clarify the digest truncation comment in DSA signature generation.Joel Sing
2018-06-14Pull up the code that converts the digest to a BIGNUM - this only needsJoel Sing
2018-06-14Fix a potential leak/incorrect return value in DSA signature generation.Joel Sing
2018-06-13style(9), comments and whitespace.Joel Sing
2018-06-13Avoid a timing side-channel leak when generating DSA and ECDSA signatures.Joel Sing
2018-04-28Fix a small timing side channel in dsa_sign_setup(). Simple adaptationTheo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal useBob Beck
2017-01-21Split out BN_div and BN_mod into ct and nonct versions for Internal use.Bob Beck
2017-01-21Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatBob Beck
2016-06-21Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior.Brent Cook
2016-06-06Set BN_FLG_CONSTTIME on the correct variable. beck committed wrong fix.Ted Unangst
2016-06-06Correct a problem that prevents the DSA signing algorithm from runningBob Beck
2015-09-10Fix an incorrect error check in DSA verify.Brent Cook
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-09KNFMiod Vallat
2014-06-27hand-KNF macro the do { } while loopsTheo de Raadt
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2012-10-13resolve conflictsDamien Miller
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2006-10-04openssl security fixes, diff from markus@, ok & "commit it" djm@Peter Valchev
2006-06-27resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2002-09-05merge with 0.9.7-beta1Markus Friedl
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2001-08-01merge openssl 0.9.6b-engineBob Beck
2001-04-23import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@Markus Friedl
2000-12-15openssl-engine-0.9.6 mergeBob Beck