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
*
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
*
Added const-time flag to DSA key decoding to avoid potential leak of privkey
Samuel Weiser
2017-09-29
1
-0
/
+1
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
2
-2
/
+2
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-1
/
+1
*
Fix a possible crash in dsa_builtin_paramgen2.
Bernd Edlinger
2017-06-14
1
-0
/
+2
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-47
/
+46
*
ASN.1: adapt our use of INTxx et al by making them explicitely embedded
Richard Levitte
2017-04-13
1
-1
/
+1
*
Act on deprecation of LONG and ZLONG, step 2
Richard Levitte
2017-04-10
2
-2
/
+2
*
Make default_method mostly compile-time
Rich Salz
2017-04-07
2
-14
/
+12
*
Style
FdaSilvaYY
2017-01-25
1
-2
/
+6
*
Fix some extra or missing whitespaces...
FdaSilvaYY
2017-01-25
1
-1
/
+1
*
Fix DSA parameter generation control error
Richard Levitte
2017-01-20
1
-1
/
+1
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
2
-3
/
+4
*
Raise an error on memory alloc failure.
FdaSilvaYY
2016-11-17
1
-19
/
+18
*
dsa/dsa_gen: add error message for seed_len < 0
Sebastian Andrzej Siewior
2016-11-14
2
-2
/
+6
*
Fix a missing NULL check in dsa_builtin_paramgen
Matt Caswell
2016-09-21
1
-0
/
+3
*
Constify private key decode.
Dr. Stephen Henson
2016-08-17
1
-2
/
+2
*
constify X509_ALGOR_get0()
Dr. Stephen Henson
2016-08-17
1
-4
/
+4
*
Add DSA_bits() function.
Dr. Stephen Henson
2016-08-01
2
-1
/
+6
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Don't allocate r/s in DSA_SIG and ECDSA_SIG
Dr. Stephen Henson
2016-07-20
3
-1
/
+23
*
Deal with API changes.
Ben Laurie
2016-06-24
2
-10
/
+11
*
Make DSA_SIG and ECDSA_SIG getters const.
Emilia Kasper
2016-06-20
4
-22
/
+21
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
4
-4
/
+0
*
Fix the build and tests following constification of DH, DSA, RSA
Matt Caswell
2016-06-16
1
-3
/
+3
*
Constify the parameter getters for RSA, DSA and DH
Richard Levitte
2016-06-15
1
-13
/
+10
*
Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.
TJ Saunders
2016-06-13
1
-0
/
+2
*
Reorder the setter arguments to more consistently match that of other APIs,
TJ Saunders
2016-06-13
1
-1
/
+1
*
Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.
TJ Saunders
2016-06-13
1
-0
/
+9
*
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
2
-36
/
+22
*
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
*
Specifiy size of arrays
Kurt Roeckx
2016-06-04
1
-1
/
+1
*
Remove/rename some old files.
Rich Salz
2016-06-01
1
-122
/
+0
*
Raise an Err when CRYPTO_THREAD_lock_new fails
FdaSilvaYY
2016-06-01
1
-0
/
+1
*
Parameter copy sanity checks.
Dr. Stephen Henson
2016-05-31
1
-1
/
+1
*
Remove unused error/function codes.
Rich Salz
2016-05-23
1
-18
/
+1
*
Remove useless NULL checks
FdaSilvaYY
2016-05-23
1
-2
/
+1
*
Add some error messages for malloc fails
Matt Caswell
2016-05-18
2
-1
/
+9
*
Better checks for malloc failure in various METHOD functions
Matt Caswell
2016-05-18
1
-2
/
+16
*
Manual fixes after copyright consolidation
Rich Salz
2016-05-17
1
-51
/
+6
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
13
-642
/
+77
[next]