index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
dsa
/
dsa_ossl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused DSA methods
tb
2024-05-11
1
-19
/
+6
*
Make the openssl_dsa_meth static const
tb
2024-05-09
1
-2
/
+2
*
Move openssl_dsa_meth below the methods it uses
tb
2024-05-09
1
-25
/
+17
*
Make the bn_rand_interval() API a bit more ergonomic
tb
2023-08-03
1
-3
/
+3
*
hide symbols in dsa
beck
2023-07-08
1
-1
/
+7
*
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
[next]