index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dsa
/
dsa_ossl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Add FFC param/key validation
Shane Lontis
2020-02-16
1
-4
/
+3
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
1
-0
/
+6
*
Add FFC param/key generation
Shane Lontis
2020-02-06
1
-0
/
+2
*
Modify DSA and DH keys to use a shared FFC_PARAMS struct
Shane Lontis
2020-01-24
1
-39
/
+47
*
Add dsa signature alg to fips provider
Shane Lontis
2020-01-12
1
-8
/
+17
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA
David von Oheimb
2019-07-31
1
-0
/
+8
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Reject obviously invalid DSA parameters during signing
Matt Caswell
2019-05-07
1
-0
/
+6
*
Following the license change, modify the boilerplates in crypto/dsa/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add a constant time flag to one of the bignums to avoid a timing leak.
Pauli
2018-11-01
1
-0
/
+1
*
Timing vulnerability in DSA signature generation (CVE-2018-0734).
Pauli
2018-10-28
1
-13
/
+15
*
DSA mod inverse fix
Pauli
2018-10-28
1
-1
/
+31
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
Add blinding to a DSA signature
Matt Caswell
2018-06-21
1
-17
/
+49
*
Address a timing side channel whereby it is possible to determine some
Pauli
2017-11-01
1
-10
/
+25
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-2
/
+0
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
1
-1
/
+1
*
Make default_method mostly compile-time
Rich Salz
2017-04-07
1
-0
/
+12
*
Don't allocate r/s in DSA_SIG and ECDSA_SIG
Dr. Stephen Henson
2016-07-20
1
-0
/
+4
*
Make DSA_SIG and ECDSA_SIG getters const.
Emilia Kasper
2016-06-20
1
-12
/
+9
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
1
-1
/
+0
*
Set flag BN_FLG_CONSTTIME earlier
Cesar Pereida
2016-06-07
1
-3
/
+2
*
Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
Cesar Pereida
2016-06-07
1
-13
/
+8
*
Deprecate the flags that switch off constant time
Matt Caswell
2016-06-06
1
-23
/
+15
*
Simplify dsa_ossl.c
Matt Caswell
2016-06-06
1
-41
/
+20
*
Fix DSA, preserve BN_FLG_CONSTTIME
Cesar Pereida
2016-06-06
1
-4
/
+5
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Remove some dead code
Matt Caswell
2016-04-29
1
-7
/
+1
*
Make the DSA structure opaque
Matt Caswell
2016-04-03
1
-1
/
+1
*
Make DSA_SIG opaque.
Dr. Stephen Henson
2016-03-08
1
-29
/
+27
*
Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-2
/
+2
*
Remove kinv/r fields from DSA structure.
Dr. Stephen Henson
2016-03-07
1
-10
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix memory leak in DSA redo case.
David Benjamin
2015-12-22
1
-4
/
+4
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-21
/
+11
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-4
/
+4
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-4
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-335
/
+345
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
Implement internally opaque bn access from dsa
Matt Caswell
2014-12-08
1
-42
/
+44
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
remove FIPS module code from crypto/dsa
Dr. Stephen Henson
2014-12-08
1
-35
/
+0
[next]