index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dh
/
dh_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix DH private key check.
Shane Lontis
2021-06-16
1
-0
/
+1
*
Do not allow creating empty RSA keys by duplication
Tomas Mraz
2021-04-15
1
-2
/
+0
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
1
-0
/
+2
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols related to dh keys
Shane Lontis
2021-02-26
1
-5
/
+5
*
Fix typo in comment in DH_set0_pqg function
Daniel Bevenius
2021-02-24
1
-1
/
+1
*
DH: Make DH_bits(), DH_size(), and DH_security_bits() check that there are ke...
Sahana Prasad
2021-02-18
1
-3
/
+9
*
DECODER: Adjust the library context of keys in our decoders
Richard Levitte
2020-12-17
1
-0
/
+5
*
Deprecate DH_new as well as i2d_DHparams and d2i_DHparams
Matt Caswell
2020-11-27
1
-1
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-5
/
+5
*
DH: stop setting the private key length arbitrarily
Richard Levitte
2020-10-27
1
-13
/
+0
*
DH: have DH_set_length() increment the dirty count.
Richard Levitte
2020-10-19
1
-0
/
+1
*
DH: make the private key length importable / exportable
Richard Levitte
2020-10-19
1
-19
/
+0
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
ffc: add _ossl to exported but internal functions
Pauli
2020-10-06
1
-4
/
+4
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-1
/
+1
*
Add dh_kdf support to provider
Shane Lontis
2020-08-11
1
-192
/
+0
*
Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
Matt Caswell
2020-06-19
1
-2
/
+2
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
1
-3
/
+3
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-15
/
+15
*
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
2020-04-20
1
-3
/
+7
*
Add DH keygen to providers
Shane Lontis
2020-04-15
1
-2
/
+215
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-1
/
+1
*
DH: add internal dh_get_method()
Richard Levitte
2020-03-09
1
-0
/
+5
*
Change DH_get_nid() to set the value of q if it is not already set
Shane Lontis
2020-03-06
1
-5
/
+10
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
1
-0
/
+6
*
Add FFC param/key validation
Shane Lontis
2020-02-16
1
-7
/
+20
*
Missing "obj_mac" header file in "dh_lib"
Davide Galassi
2020-02-03
1
-4
/
+4
*
Add support for DH 'modp' group parameters (RFC 3526)
Shane Lontis
2020-01-30
1
-0
/
+6
*
Modify DSA and DH keys to use a shared FFC_PARAMS struct
Shane Lontis
2020-01-24
1
-36
/
+20
*
Add DH key exchange to fips provider
Shane Lontis
2020-01-23
1
-7
/
+10
*
CRYPTO: Remove support for ex_data fields when building the FIPS module
Richard Levitte
2020-01-15
1
-0
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Use BN_clear_free in DH_set0_key
Bernd Edlinger
2019-09-09
1
-2
/
+2
*
Adapt DH to use with KEYMGMT
Richard Levitte
2019-07-23
1
-0
/
+2
*
Following the license change, modify the boilerplates in crypto/dh/
Richard Levitte
2018-12-06
1
-1
/
+1
*
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-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
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-3
/
+3
*
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
*
Make default_method mostly compile-time
Rich Salz
2017-04-07
1
-14
/
+0
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-2
/
+2
*
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
*
Raise an Err when CRYPTO_THREAD_lock_new fails
FdaSilvaYY
2016-06-01
1
-0
/
+1
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-54
/
+6
[next]