Hello guys,

do you know what are the real effects of the EC_KEY_set_enc_flags()
function ? I tried to use it to force the implicitCurve type of
encoding in a cert.. but it did not work:

   // pkey <- has the key in the cert
   ecKey = EVP_PKEY_get0(pkey);
   EC_KEY_set_enc_flags( ecKey, EC_PKEY_NO_PARAMETERS );
   ...

Cheers,
Max

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to