[openssl-users] FW: Dgst sigopt parameters?
    Viktor Dukhovni 
    openssl-users at dukhovni.org
       
    Thu Dec 13 22:07:14 UTC 2018
    
    
  
> On Dec 13, 2018, at 2:23 PM, Blumenthal, Uri - 0553 - MITLL <uri at 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.
    
    
More information about the openssl-users
mailing list