| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the remaining BN_copy() with bn_copy() | tb | 2023-03-27 | 1 | -3/+3 |
* | Cap the number of iterations in DSA signing | tb | 2023-03-04 | 1 | -1/+16 |
* | Call dsa_check_keys() before signing or verifying | tb | 2023-03-04 | 1 | -23/+9 |
* | Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.c | tb | 2023-02-13 | 1 | -1/+36 |
* | Clean up and simplify BIGNUM handling in DSA code. | jsing | 2023-01-11 | 1 | -78/+87 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -3/+3 |
* | Fix whitespace | tb | 2022-11-19 | 1 | -9/+8 |
* | Minor tweaks | tb | 2022-02-24 | 1 | -7/+8 |
* | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | tb | 2022-01-07 | 1 | -1/+2 |
* | Readability tweaks for comments that explain the blinding. | tb | 2019-06-04 | 1 | -5/+5 |
* | Remove the blinding later to avoid leaking information on the length | tb | 2019-06-04 | 1 | -3/+3 |
* | unrevert the use of bn_rand_interval(). | tb | 2018-11-06 | 1 | -12/+5 |
* | revert use of bn_rand_interval due to failures with ECDHE and TLS | tb | 2018-11-06 | 1 | -5/+12 |
* | Make use of bn_rand_interval() where appropriate. | tb | 2018-11-05 | 1 | -12/+5 |
* | Use a blinding value when generating a DSA signature, in order to reduce | jsing | 2018-06-14 | 1 | -9/+39 |
* | Clarify the digest truncation comment in DSA signature generation. | jsing | 2018-06-14 | 1 | -3/+4 |
* | Pull up the code that converts the digest to a BIGNUM - this only needs | jsing | 2018-06-14 | 1 | -10/+10 |
* | Fix a potential leak/incorrect return value in DSA signature generation. | jsing | 2018-06-14 | 1 | -4/+6 |
* | style(9), comments and whitespace. | jsing | 2018-06-13 | 1 | -30/+32 |
* | Avoid a timing side-channel leak when generating DSA and ECDSA signatures. | jsing | 2018-06-13 | 1 | -5/+2 |
* | Fix a small timing side channel in dsa_sign_setup(). Simple adaptation | tb | 2018-04-28 | 1 | -12/+25 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -8/+8 |
* | Add ct and nonct versions of BN_mod_inverse for internal use | beck | 2017-01-21 | 1 | -3/+3 |
* | Split out BN_div and BN_mod into ct and nonct versions for Internal use. | beck | 2017-01-21 | 1 | -4/+4 |
* | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | beck | 2017-01-21 | 1 | -2/+4 |
* | Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior. | bcook | 2016-06-21 | 1 | -71/+33 |
* | Set BN_FLG_CONSTTIME on the correct variable. beck committed wrong fix.libressl-v2.4.1 | tedu | 2016-06-06 | 1 | -2/+2 |
* | Correct a problem that prevents the DSA signing algorithm from running | beck | 2016-06-06 | 1 | -4/+6 |
* | Fix an incorrect error check in DSA verify. | bcook | 2015-09-10 | 1 | -4/+2 |
* | None of these need to include <openssl/rand.h> | jsing | 2014-10-18 | 1 | -2/+1 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -15/+8 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -4/+5 |
* | KNF | miod | 2014-07-09 | 1 | -186/+206 |
* | hand-KNF macro the do { } while loops | deraadt | 2014-06-27 | 1 | -16/+20 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 1 | -12/+6 |
* | resolve conflicts | djm | 2012-10-13 | 1 | -1/+15 |
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -19/+1 |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -14/+34 |
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+3 |
* | resolve conflicts | djm | 2008-09-06 | 1 | -54/+54 |
* | openssl security fixes, diff from markus@, ok & "commit it" djm@ | pvalchev | 2006-10-04 | 1 | -0/+12 |
* | resolve conflicts | djm | 2006-06-27 | 1 | -12/+43 |
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+2 |
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -5/+9 |
* | merge with 0.9.7-beta1 | markus | 2002-09-05 | 1 | -55/+1 |
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -3/+8 |
* | merge openssl 0.9.6b-engine | beck | 2001-08-01 | 1 | -0/+21 |
* | import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@ | markus | 2001-04-23 | 1 | -7/+57 |
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -3/+4 |