Commit History

Author SHA1 Message Date
  Nicola Tuveri a16e86683e Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMPRESSED 2 years ago
  Milan Broz 373d901280 pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKey 1 year ago
  Peiwei Hu babc818c3f Fix the checks of EVP_PKEY_private_check 2 years ago
  Peiwei Hu bba14c6e28 Fix the checks of EVP_PKEY_public_check 2 years ago
  Peiwei Hu d016758706 Fix the checks of EVP_PKEY_pairwise_check 2 years ago
  Peiwei Hu 92d0d7ea9b Fix the checks of EVP_PKEY_check 2 years ago
  Matt Caswell fecb3aae22 Update copyright year 2 years ago
  Pauli 43332e405b test: change pkey kdf dup fail test to a pkey kdf dup success test 2 years ago
  Darshan Sen 1d28ada1c3 Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid() 2 years ago
  Darshan Sen 59ccb72cd5 Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey() 2 years ago
  Tomas Mraz d4d8f163db Test importing EC key parameters with a bad curve 2 years ago
  slontis 884400d789 Fix tests to check for negative results when calling EVP_PKEY_fromdata_init 2 years ago
  PW Hu 8b7d7789dc Fix return value error in doc, and an error test 2 years ago
  slontis 85407b7754 Fix double free in EVP_PKEY_CTX_dup() 2 years ago
  Richard Levitte d68820d956 Add tests for EVP_PKEY_get_utf8_string_param(), both positive and negative 2 years ago
  Richard Levitte 6a2b8ff392 Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8 3 years ago
  Tomas Mraz ea82158103 ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE 3 years ago
  Tomas Mraz ed576acdf5 Rename all getters to use get/get0 in name 3 years ago
  Jon Spillett f71a745358 Fixes #14662. Return all EC parameters even for named curves 3 years ago
  Shane Lontis 3f883c7c83 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 3 years ago
  Tomas Mraz 2145ba5e83 Implement EVP_PKEY_dup() function 3 years ago
  Tomas Mraz 9a48544058 Make EVP_PKEY_missing_parameters work properly on provided RSA keys 3 years ago
  Tomas Mraz d2ccfb9caa evp_pkey_provided_test: Improve diagnostic output 3 years ago
  Shane Lontis 94553e85b6 Fix external symbols for bn 3 years ago
  Matt Caswell a28d06f3e9 Update copyright year 3 years ago
  Tomas Mraz fe75766c9c Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY 3 years ago
  Shane Lontis 2db985b7b1 Simplify the EVP_PKEY_XXX_fromdata_XX methods. 3 years ago
  Shane Lontis ac7750bb5e Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation. 3 years ago
  Shane Lontis f0591559f6 Add validate method to ECX keymanager 3 years ago
  Richard Levitte b03da688a2 Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY() 3 years ago