summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix DH private key check.Shane Lontis2021-06-161-0/+1
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-2/+0
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-0/+2
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dh keysShane Lontis2021-02-261-5/+5
* Fix typo in comment in DH_set0_pqg functionDaniel Bevenius2021-02-241-1/+1
* DH: Make DH_bits(), DH_size(), and DH_security_bits() check that there are ke...Sahana Prasad2021-02-181-3/+9
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+5
* Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell2020-11-271-1/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* DH: stop setting the private key length arbitrarilyRichard Levitte2020-10-271-13/+0
* DH: have DH_set_length() increment the dirty count.Richard Levitte2020-10-191-0/+1
* DH: make the private key length importable / exportableRichard Levitte2020-10-191-19/+0
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-4/+4
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-1/+1
* Add dh_kdf support to providerShane Lontis2020-08-111-192/+0
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-191-2/+2
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-3/+3
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-15/+15
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-3/+7
* Add DH keygen to providersShane Lontis2020-04-151-2/+215
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* DH: add internal dh_get_method()Richard Levitte2020-03-091-0/+5
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-061-5/+10
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-0/+6
* Add FFC param/key validationShane Lontis2020-02-161-7/+20
* Missing "obj_mac" header file in "dh_lib"Davide Galassi2020-02-031-4/+4
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-301-0/+6
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-36/+20
* Add DH key exchange to fips providerShane Lontis2020-01-231-7/+10
* CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte2020-01-151-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Use BN_clear_free in DH_set0_keyBernd Edlinger2019-09-091-2/+2
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-231-0/+2
* Following the license change, modify the boilerplates in crypto/dh/Richard Levitte2018-12-061-1/+1
* Harmonize the error handling codepathNicola Tuveri2018-09-051-3/+5
* Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri2018-09-051-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre2018-05-181-0/+25
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Allow DH_set0_key with only private key.David Benjamin2017-09-261-7/+0
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-0/+1
* Make default_method mostly compile-timeRich Salz2017-04-071-14/+0
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-161-2/+2
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-151-12/+7
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-0/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6