hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / providers / implementations / keymgmt / dh_kmgmt.c
2023-12-14 Neil HormanAvoid setting gen_type to -1 in dsa_gen_set_params
2023-12-14 Neil HormanAvoid setting gen_type to -1 in dh_gen_common_set_params
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-07 Matt CaswellCopyright year updates
2023-08-04 Tomas MrazAvoid exporting bogus (empty) data if empty selection...
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-04-03 slontisFFC cleanups
2023-02-07 Tomas MrazPrevent creating DSA and DH keys without parameters...
2022-06-15 Matt CaswellFix the export routines to not return success if param...
2022-05-03 Matt CaswellUpdate copyright year
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-01-18 Paulireplace ;; with ; as statement separator
2022-01-17 Tomas MrazDo not call ossl_ffc_name_to_dh_named_group with NULL...
2021-12-13 Richard LevitteAdapt our OSSL_FUNC_keymgmt_match() implementations...
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
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-03-29 Shane LontisFix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that...
2021-03-17 Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
2021-03-11 Pauliprovider: add params argument to key manager's gen_init...
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-18 Matt CaswellUpdate copyright year
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-15 Matt CaswellRun DH_check_ex() not DH_check_params_ex() when checkin...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-11-20 Shane LontisFix crash in genpkey app when -pkeyopt digest:name...
2020-11-18 Matt CaswellSwap to DH_PARAMGEN_TYPE_GENERATOR as the default outsi...
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22 Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
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-05 Pauliffc: add _ossl to exported but internal functions
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12 Paulikeymgmt: add FIPS error state handling
2020-08-17 Shane LontisFix DSA/DH so that legacy keys can still be generated...
2020-08-11 Shane LontisAdd DHX support to keymanager
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
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-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-01 Mat BerchtoldWhen a private key is validated and there is no private...
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25 Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-04 Shane LontisAdd DH key validation to default provider
2020-03-02 Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-18 Nicola Tuveri[PROV][KEYMGMT][DH][DSA] use BN_clear_free for secrets
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-02-07 Richard LevitteKEYMGMT: Require both get_params and gettable_params...
2020-02-07 Richard LevitteAdapt existing KEYMGMT implementations to the redesigne...
2020-01-17 Richard LevittePROV: Adapt the RSA, DSA and DH KEYMGMT implementations
2019-11-14 Richard LevitteCORE & PROV: make export of key data leaner through...
2019-10-17 Richard LevitteDH: Add export of keys and domain parameters from provider
2019-10-17 Richard LevitteDH: Add export of domain parameters to provider
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move common exchange,kdfs,keymgmt,macs,signature