> On Dec 13, 2018, at 2:23 PM, Blumenthal, Uri - 0553 - MITLL <u...@ll.mit.edu> 
> wrote:
> 
> I still would like to know where all the acceptable "dgst -sigopt" parameters 
> are described for RSA and ECDSA.
> 
> Google search and scouring openssl.org manual pages did not bring me anything.

Take a look at the "-pkeyopt" option of pkeyutl(1).  I believe these are the
same options.

If we ignore key generation parameters, all I'm finding is:

   dh: dh_pad
  rsa: rsa_padding_mode
  rsa: rsa_pss_saltlen
  rsa: rsa_mgf1_md
  rsa: rsa_oaep_md
  rsa: rsa_oaep_label

And "dh_pad" many not be applicable to dgst(1).

-- 
        Viktor.

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to