index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add dsa signature alg to fips provider
Shane Lontis
2020-01-12
6
-313
/
+349
*
Update source files for pre-3.0 deprecation
Richard Levitte
2019-11-07
1
-1
/
+1
*
Update source files for deprecation at 3.0
Richard Levitte
2019-11-07
1
-1
/
+1
*
DSA: Add export of domain parameters to provider
Richard Levitte
2019-10-17
1
-10
/
+9
*
Add BN_check_prime()
Kurt Roeckx
2019-10-14
1
-6
/
+4
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
11
-10
/
+10
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
4
-5
/
+5
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
1
-1
/
+6
*
fix for dsa key size feature request issue: pkey -text or -text_pub should sh...
jayaram
2019-09-24
1
-0
/
+7
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Implement DSA in the default provider
Matt Caswell
2019-09-09
5
-3
/
+76
*
make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA
David von Oheimb
2019-07-31
2
-0
/
+10
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-34
/
+2
*
Convert asn1_dsa.c to use the WPACKET API instead
Matt Caswell
2019-07-11
1
-16
/
+28
*
Add simple ASN.1 utils for DSA signature DER.
David Makepeace
2019-07-11
1
-7
/
+57
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
The SHA256 is not a mandatory digest for DSA.
Tomas Mraz
2019-05-28
1
-1
/
+1
*
EVP_Digest*: enable SHA3 pre-hashing for DSA
Patrick Steuer
2019-05-22
1
-1
/
+5
*
Change default RSA, DSA and DH size to 2048 bit
Kurt Roeckx
2019-05-21
1
-4
/
+4
*
Reject obviously invalid DSA parameters during signing
Matt Caswell
2019-05-07
1
-0
/
+6
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
1
-4
/
+2
*
remove needless empty lines when printing certificates
David von Oheimb
2019-03-18
1
-0
/
+2
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
2
-6
/
+6
*
Document and add macros for additional DSA options
David Benjamin
2019-01-30
1
-6
/
+2
*
Following the license change, modify the boilerplates in crypto/dsa/
Richard Levitte
2018-12-06
14
-15
/
+15
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
2
-2
/
+2
*
Switch future deprecation version from 1.2.0 to 3.0
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
*
DSA: Check for sanity of input parameters
Vitezslav Cizek
2018-10-29
1
-0
/
+6
*
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
2
-2
/
+2
*
Harmonize the error handling codepath
Nicola Tuveri
2018-09-05
1
-3
/
+5
*
Fix segfault in RSA_free() (and DSA/DH/EC_KEY)
Nicola Tuveri
2018-09-05
1
-1
/
+1
*
Remove DSA digest length checks when no digest is passed
Bryan Donlan
2018-07-29
1
-14
/
+4
*
Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
Nicola Tuveri
2018-06-21
1
-0
/
+2
*
Add blinding to a DSA signature
Matt Caswell
2018-06-21
1
-17
/
+49
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
DSA: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
2018-05-28
1
-0
/
+25
*
Update copyright year
Richard Levitte
2018-04-17
2
-2
/
+2
*
Pick a q size consistent with the digest for DSA param generation
Matt Caswell
2018-04-05
2
-4
/
+12
*
Don't crash if an unrecognised digest is used with dsa_paramgen_md
Matt Caswell
2018-04-05
1
-1
/
+7
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Convert _meth_get_ functions to const getters
Jack Bates
2018-03-21
1
-1
/
+1
*
Check return value of OBJ_nid2obj in dsa_pub_encode.
Pavel Kopyl
2017-11-03
1
-2
/
+6
*
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
6
-14
/
+14
*
Remove email addresses from source code.
Rich Salz
2017-10-13
4
-8
/
+0
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
2
-3
/
+3
[next]