Remove all references to FLOSS for NonStop Builds.
[openssl.git] / providers / implementations / keymgmt / dsa_kmgmt.c
2023-12-29 Dimitri PapadopoulosFix new typos found by codespell
2023-12-14 Neil HormanAvoid setting gen_type to -1 in dsa_gen_set_params
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-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-01-05 x2018check the return value of OSSL_PARAM_BLD_new in dsa_kmg...
2021-12-13 Richard LevitteAdapt our OSSL_FUNC_keymgmt_match() implementations...
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
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-17 Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
2021-03-14 Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
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 dsa keys
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2020-11-20 Shane LontisFix crash in genpkey app when -pkeyopt digest:name...
2020-11-18 Matt CaswellSwap to FIPS186-2 DSA generation outside of the FIPS...
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22 Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
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-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-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-17 Shane LontisAdd ACVP fips module tests
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-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 DSA Key validation to default provider
2020-03-02 Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
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 PauliDeprecate the low level DSA functions.
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-23 Richard LevitteAdd answers for EVP_PKEY_get_default_digest_name()...
2020-01-17 Richard LevittePROV: Adapt the RSA, DSA and DH KEYMGMT implementations
2020-01-15 Richard LevittePROV: Adapt the DSA keymgmt implementation to no ex_fields
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2019-11-14 Richard LevitteCORE & PROV: make export of key data leaner through...
2019-10-17 Richard LevitteDSA: Add export of keys and domain parameters from...
2019-10-17 Richard LevitteDSA: 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