Re: RSASSA-PSS command

2014-04-17 Thread Hanno Böck
On Thu, 17 Apr 2014 19:54:27 +0800 (CST) shixin wrote: > I implement X.509 certificates with RSASSA-PSS signatures by openssl > function, is it possible? It is possible, however most browsers won't like it. (my code for nss is unfortunately bitrotting in bugzilla) But we have two things here: a

Re:Re: RSASSA-PSS command

2014-04-17 Thread shixin
At 2014-04-17 19:29:34,"Hanno Böck" wrote: >On Thu, 17 Apr 2014 19:20:49 +0800 (CST) >shixin wrote: > >> >> Oh, my purpose is generate x509 certificate that the Subject Public >> Key Information is id-RSASA-PSS 2058. > >I think openssl is not able to do that. At least it wasn't when I >wrote m

Re: RSASSA-PSS command

2014-04-17 Thread Hanno Böck
On Thu, 17 Apr 2014 19:20:49 +0800 (CST) shixin wrote: > > Oh, my purpose is generate x509 certificate that the Subject Public > Key Information is id-RSASA-PSS 2058. I think openssl is not able to do that. At least it wasn't when I wrote my thesis on RSA-PSS [1]. The only software out there c

RSASSA-PSS command

2014-04-17 Thread shixin
Hi all, I want to sign with RSASSA-PSS, but I don't know how use openssl in command. Best Wishes, Thanks!