Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / dh /
2024-04-09 Richard LevitteCopyright year updates
2024-01-23 Jakub WilkFix typos
2023-11-06 Richard LevitteMake DH_check_pub_key() and DH_generate_key() safer yet
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-10-04 Matthias St. PierreDon't (re-)initialize the FFC_PARAMs in dh_init and...
2023-09-07 Matt CaswellCopyright year updates
2023-07-27 Tomas MrazDH_check(): Do not try checking q properties if it...
2023-07-26 Bernd EdlingerMake DH_check set some error bits in recently added...
2023-07-19 Matt CaswellFix DH_check() excessive time with over sized modulus
2023-07-04 Paulifix memory allocation and reference counting issues
2023-07-01 Paulidh: update to structure based atomics
2023-04-03 slontisFFC cleanups
2023-02-08 Juergen ChristS390x: Support ME and CRT offloading
2022-11-18 Tomas MrazDH_check[_params]() use libctx of the dh for prime...
2022-11-11 Tomas MrazUse libctx when generating DH parameters
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-23 PauliCoverity 1508532: out of bounds access
2022-07-18 Tomas MrazUse as small dh key size as possible to support the...
2022-07-01 PauliCoverity: fix 1506298: negative returns
2022-06-16 KanAdd sensitive memory clean in priv encode
2022-06-15 Tomas Mrazossl_dh_check_priv_key: Do not fail on private keys...
2022-06-02 Zhou QingyangFix possible null pointer dereference of evp_pkey_get_l...
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-13 tangyiqunCheck the return of EVP_KDF_fetch()
2022-02-07 Tomas MrazReplace size check with more meaningful pubkey check
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2021-11-22 PW HuFix the return check of OBJ_obj2txt
2021-09-10 Tomas Mrazdh_ameth: Fix dh_cmp_parameters to really compare the...
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-07-07 Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-16 Shane LontisFix DH private key check.
2021-06-13 Shane LontisFix DH/DHX named groups to not overwrite the private...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-26 Rich SalzUse "" for include crypto/xxx
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-04-15 Tomas MrazDo not allow creating empty RSA keys by duplication
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-07 Paulidh: fix coverity 1473238: argument cannot be negative
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-23 Paulidh: fix coverty 1474423: resource leak
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-17 Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-11 Matt CaswellUpdate copyright year
2021-03-08 Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-02-28 Paulicrypto: add additional argument to KDF derive calls
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-26 Shane LontisFix external symbols for bn
2021-02-24 Daniel BeveniusFix typo in comment in DH_set0_pqg function
2021-02-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-19 Shane LontisFix DH ASN1 decode so that it detects named groups.
2021-02-18 Sahana PrasadDH: Make DH_bits(), DH_size(), and DH_security_bits...
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-15 Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2021-01-08 Billy Brumley[crypto/dh] side channel hardening for computing DH...
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-27 Matt CaswellDeprecate more DH functions
2020-11-27 Matt CaswellDeprecate DH_new as well as i2d_DHparams and d2i_DHparams
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Richard LevitteDH: Move the code to set the DH sub-type
2020-10-27 Richard LevitteDH: stop setting the private key length arbitrarily
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-19 Richard LevitteDH: have DH_set_length() increment the dirty count.
2020-10-19 Richard LevitteDH: make the private key length importable / exportable
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-12 Shane LontisFix coverity issue: CID 1466483 - Improper use of Negat...
2020-09-05 Shane LontisFix coverity CID #1465967 & #1465968 - fix NULL derefer...
2020-08-19 Shane LontisFix no-cms build errors.
2020-08-11 Shane LontisAdd DHX serialization
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-09 Shane LontisAdd multiple fixes for ffc key generation using invalid...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-11 Paulikdf: make function naming consistent.
2020-06-10 Dr. David von OheimbGenerate error queue entry on FFC_CHECK_BAD_LN_PAIR...
next