aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-32/+11
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-3/+10
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-7/+2
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-2/+0
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-152-5/+12
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-153-41/+47
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* dh: fix coverity 1473238: argument cannot be negativePauli2021-04-081-4/+5
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-012-20/+28
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-0/+60
* dh: fix coverty 1474423: resource leakPauli2021-03-241-0/+1
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-192-44/+72
* Add ossl_asn1 symbolsShane Lontis2021-03-181-6/+6
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-1/+1
* Remove a TODO(3.0) from EVP_PKEY_derive_set_peer()Matt Caswell2021-03-171-6/+13
* Update copyright yearMatt Caswell2021-03-119-9/+9
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-081-1/+4
* crypto: add additional argument to KDF derive callsPauli2021-02-281-2/+1
* Fix external symbols related to dh keysShane Lontis2021-02-2610-46/+48
* Fix external symbols for bnShane Lontis2021-02-261-3/+3
* Fix typo in comment in DH_set0_pqg functionDaniel Bevenius2021-02-251-1/+1
* Add EVP_PKEY_public_check_quick.Shane Lontis2021-02-221-0/+11
* Fix DH ASN1 decode so that it detects named groups.Shane Lontis2021-02-191-2/+2
* DH: Make DH_bits(), DH_size(), and DH_security_bits() check that there are ke...Sahana Prasad2021-02-181-3/+9
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-181-1/+1
* Update copyright yearRichard Levitte2021-01-282-2/+2
* Allow EVP_PKEY private key objects to be created without a public componentJon Spillett2021-01-151-9/+0
* [crypto/dh] side channel hardening for computing DH shared keysBilly Brumley2021-01-081-3/+31
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+5
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-163-713/+20
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-022-3/+3
* Deprecate more DH functionsMatt Caswell2020-11-271-0/+6
* Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell2020-11-271-1/+2
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-5/+11
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-139-60/+60
* DH: Move the code to set the DH sub-typeRichard Levitte2020-11-112-5/+7
* DH: stop setting the private key length arbitrarilyRichard Levitte2020-10-273-15/+5
* Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri2020-10-232-4/+12
* 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-193-20/+73
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-157-12/+12
* Remove CMS recipient info information out of the algorithm implementationsMatt Caswell2020-10-151-6/+0
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-151-324/+6
* ffc: add _ossl to exported but internal functionsPauli2020-10-069-52/+55
* Run the withlibctx.pl scriptMatt Caswell2020-10-014-6/+6
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-3/+1
* Fix coverity issue: CID 1466483 - Improper use of Negative value in dh_ctrl.cShane Lontis2020-09-121-0/+3
* Fix coverity CID #1465967 & #1465968 - fix NULL dereference in dh_ameth.cShane Lontis2020-09-051-3/+2
* Fix no-cms build errors.Shane Lontis2020-08-192-8/+2