Shane Lontis
|
55f02cb684
Change DH_get_nid() to set the value of q if it is not already set
|
4 years ago |
Pauli
|
ada66e78ef
Deprecate the low level Diffie-Hellman functions.
|
4 years ago |
Shane Lontis
|
8083fd3a18
Add FFC param/key validation
|
4 years ago |
Davide Galassi
|
5a778ce574
Missing "obj_mac" header file in "dh_lib"
|
4 years ago |
Shane Lontis
|
ca2bf555cd
Add support for DH 'modp' group parameters (RFC 3526)
|
4 years ago |
Shane Lontis
|
dc8de3e6f1
Modify DSA and DH keys to use a shared FFC_PARAMS struct
|
4 years ago |
Shane Lontis
|
62f49b90d7
Add DH key exchange to fips provider
|
4 years ago |
Richard Levitte
|
a3327784d9
CRYPTO: Remove support for ex_data fields when building the FIPS module
|
4 years ago |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Bernd Edlinger
|
fa01370f7d
Use BN_clear_free in DH_set0_key
|
5 years ago |
Richard Levitte
|
8b84b075ff
Adapt DH to use with KEYMGMT
|
5 years ago |
Richard Levitte
|
e38873f5ce
Following the license change, modify the boilerplates in crypto/dh/
|
6 years ago |
Nicola Tuveri
|
544648a8e0
Harmonize the error handling codepath
|
6 years ago |
Nicola Tuveri
|
0c5d725ebf
Fix segfault in RSA_free() (and DSA/DH/EC_KEY)
|
6 years ago |
Matt Caswell
|
83cf7abf8e
Update copyright year
|
6 years ago |
Dr. Matthias St. Pierre
|
6db7fadf09
DH: add simple getters for commonly used DH struct members
|
6 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
David Benjamin
|
7966101e20
Allow DH_set0_key with only private key.
|
7 years ago |
Pauli
|
cd420b0b1f
Move the REF_PRINT support from e_os.h to internal/refcount.h.
|
7 years ago |
Pauli
|
677963e5a4
e_os.h removal from other headers and source files.
|
7 years ago |
Rich Salz
|
076fc55527
Make default_method mostly compile-time
|
7 years ago |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
8 years ago |
Matt Caswell
|
b84e12266f
Fix the build and tests following constification of DH, DSA, RSA
|
8 years ago |
Richard Levitte
|
fd809cfdbd
Constify the parameter getters for RSA, DSA and DH
|
8 years ago |
FdaSilvaYY
|
b2b361f6af
Raise an Err when CRYPTO_THREAD_lock_new fails
|
8 years ago |
Rich Salz
|
aa6bb1352b
Copyright consolidation 05/10
|
8 years ago |
FdaSilvaYY
|
2bbf0baa95
Add checks on CRYPTO_new_ex_data return value...
|
8 years ago |
Viktor Dukhovni
|
4a397f5168
Fix set0 reuse test
|
8 years ago |
Richard Levitte
|
1da12e34ed
RSA, DSA, DH: Allow some given input to be NULL on already initialised keys
|
8 years ago |
Matt Caswell
|
0aeddcfa61
Make DH opaque
|
8 years ago |