summaryrefslogtreecommitdiff
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* FFC cleanupsslontis2023-04-031-7/+1
* S390x: Support ME and CRT offloadingJuergen Christ2023-02-081-0/+4
* DH_check[_params]() use libctx of the dh for prime checksTomas Mraz2022-11-181-2/+2
* Use libctx when generating DH parametersTomas Mraz2022-11-111-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-056-25/+17
* Coverity 1508532: out of bounds accessPauli2022-08-231-1/+2
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-182-2/+7
* Coverity: fix 1506298: negative returnsPauli2022-07-011-0/+5
* Add sensitive memory clean in priv encodeKan2022-06-161-5/+3
* ossl_dh_check_priv_key: Do not fail on private keys without qTomas Mraz2022-06-151-6/+27
* Fix possible null pointer dereference of evp_pkey_get_legacy()Zhou Qingyang2022-06-021-2/+9
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-035-5/+5
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+0
* Check the return of EVP_KDF_fetch()tangyiqun2022-04-131-0/+2
* Replace size check with more meaningful pubkey checkTomas Mraz2022-02-071-7/+4
* Move e_os.h to include/internalRichard Levitte2022-02-052-3/+3
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-032-7/+12
* Fix the return check of OBJ_obj2txtPW Hu2021-11-221-1/+1
* dh_ameth: Fix dh_cmp_parameters to really compare the paramsTomas Mraz2021-09-101-1/+1
* Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell2021-07-221-2/+2
* CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte2021-07-071-7/+0
* fips module header inclusion fine-tunningTomas Mraz2021-07-062-1/+6
* Fix DH private key check.Shane Lontis2021-06-162-1/+2
* Fix DH/DHX named groups to not overwrite the private key length.Shane Lontis2021-06-141-2/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-012-3/+3
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Use "" for include crypto/xxxRich Salz2021-05-271-1/+1
* Use "" for include internal/xxxRich Salz2021-05-271-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte2021-05-201-3/+3
* 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