Commit History

Author SHA1 Message Date
  Matt Caswell 46c1c2d7fa Fix the export routines to not return success if param alloc failed 2 years ago
  Matt Caswell fecb3aae22 Update copyright year 2 years ago
  Dmitry Belyavskiy fba140c735 str[n]casecmp => OPENSSL_strncasecmp 2 years ago
  Richard Levitte d5f9166bac Move e_os.h to include/internal 2 years ago
  slontis 944f822aad Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY. 2 years ago
  x2018 0da3b39af3 check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195 2 years ago
  Richard Levitte ee22a3741e Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fix 2 years ago
  Shane Lontis a732a4c329 Add EVP_PKEY_todata() and EVP_PKEY_export() functions. 3 years ago
  Tomas Mraz b4f447c038 Add selection support to the provider keymgmt_dup function 3 years ago
  Tomas Mraz 4a9fe33c8e Implement provider-side keymgmt_dup function 3 years ago
  Shane Lontis 3f883c7c83 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 3 years ago
  Tomas Mraz 9a48544058 Make EVP_PKEY_missing_parameters work properly on provided RSA keys 3 years ago
  Shane Lontis 3a37ddde91 Fix DSA EVP_PKEY_param_check() when defaults are used for param generation. 3 years ago
  Pauli f9562909b7 provider: add params argument to key manager's gen_init call 3 years ago
  Tomas Mraz fb67126ea8 EVP_PKEY_CTX_get/settable_params: pass provider operation context 3 years ago
  Shane Lontis 5af02212a5 Fix external symbols related to dsa keys 3 years ago
  Matt Caswell a28d06f3e9 Update copyright year 3 years ago
  Tomas Mraz ba37b82045 dsa_check: Perform simple parameter check if seed is not available 3 years ago
  Matt Caswell 899e25643d Implement EVP_PKEY_param_check_quick() and use it in libssl 3 years ago
  Shane Lontis f2a7151849 Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA. 3 years ago
  Matt Caswell f1d6670840 Swap to FIPS186-2 DSA generation outside of the FIPS module 3 years ago
  Nicola Tuveri d1fb6b481b Constify OSSL_FUNC_keymgmt_validate() 3 years ago
  Nicola Tuveri 3d914185b7 Constify OSSL_FUNC_keymgmt_has() 3 years ago
  Dr. Matthias St. Pierre a829b735b6 Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx' 3 years ago
  Dr. Matthias St. Pierre b425001010 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 3 years ago
  Pauli 5357c10624 ffc: add _ossl to exported but internal functions 3 years ago
  Pauli 1be63951f8 prov: prefix all OSSL_DISPATCH tables names with ossl_ 3 years ago
  Pauli 422cbcee61 keymgmt: add FIPS error state handling 3 years ago
  Shane Lontis 38145fba0a Fix DSA/DH so that legacy keys can still be generated by the default provider 3 years ago
  Pauli af5e1e852d gettables: provider changes to pass the provider context. 3 years ago