index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
Reject excessively large primes in DH key generation.
Guido Vranken
2018-06-12
1
-1
/
+6
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
DH: add simple getters for commonly used DH struct members
Dr. Matthias St. Pierre
2018-05-18
1
-0
/
+25
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
2
-3
/
+5
*
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
*
Support public key and param check in EVP interface
Paul Yang
2017-11-20
3
-2
/
+109
*
Remove parentheses of return.
KaoruToda
2017-10-18
5
-12
/
+12
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-1
/
+1
*
Fix memory leak in DH_get_nid()
Benjamin Kaduk
2017-10-12
1
-4
/
+3
*
make update
Dr. Stephen Henson
2017-10-12
1
-0
/
+6
*
Add pad support
Dr. Stephen Henson
2017-10-12
1
-1
/
+15
*
Add RFC7919 support to EVP
Dr. Stephen Henson
2017-10-12
1
-4
/
+35
*
DH named parameter support
Dr. Stephen Henson
2017-10-12
2
-1
/
+77
*
Support constant BN for DH parameters
Dr. Stephen Henson
2017-10-12
1
-6
/
+12
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Allow DH_set0_key with only private key.
David Benjamin
2017-09-26
1
-7
/
+0
*
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
-0
/
+1
*
Use "" not <> on e_os.h include
Rich Salz
2017-08-22
1
-1
/
+1
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
1
-2
/
+2
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
2
-5
/
+3
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-44
/
+41
*
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
*
Better check of DH parameters in TLS data
Richard Levitte
2017-01-26
1
-0
/
+40
*
Style
FdaSilvaYY
2017-01-25
1
-1
/
+1
*
Fix error handling in compute_key, BN_CTX_get can return NULL
Bernd Edlinger
2017-01-24
1
-0
/
+2
*
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
*
Constify private key decode.
Dr. Stephen Henson
2016-08-17
1
-2
/
+2
*
constify X509_ALGOR_get0()
Dr. Stephen Henson
2016-08-17
1
-7
/
+7
*
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
Dr. Stephen Henson
2016-08-16
1
-3
/
+3
*
Change callers to use the new constants.
Rich Salz
2016-08-10
1
-1
/
+1
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-2
/
+2
*
Handle BN_mod_word failures.
David Benjamin
2016-06-25
1
-0
/
+4
*
Fix BN_is_prime* calls.
David Benjamin
2016-06-25
1
-4
/
+13
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
1
-1
/
+0
*
Fix the build and tests following constification of DH, DSA, RSA
Matt Caswell
2016-06-16
1
-2
/
+2
*
Constify the parameter getters for RSA, DSA and DH
Richard Levitte
2016-06-15
1
-12
/
+7
*
Deprecate the flags that switch off constant time
Matt Caswell
2016-06-06
1
-26
/
+9
*
Remove/rename some old files.
Rich Salz
2016-06-01
2
-115
/
+0
*
Fix printing of DH Parameters
Matt Caswell
2016-06-01
1
-1
/
+2
*
Raise an Err when CRYPTO_THREAD_lock_new fails
FdaSilvaYY
2016-06-01
1
-0
/
+1
[next]