At 2014-04-17 19:29:34,"Hanno Böck" <ha...@hboeck.de> wrote: >On Thu, 17 Apr 2014 19:20:49 +0800 (CST) >shixin <shixin...@163.com> 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 capable of creating such "PSS-only"-keys >was the IAIK java library. > >[1] http://rsapss.hboeck.de/ >-- >Hanno Böck >http://hboeck.de/ > >mail/jabber: ha...@hboeck.de >GPG: BBB51E42
Oh, I see your blog, and thank you very much. I implement X.509 certificates with RSASSA-PSS signatures by openssl function, is it possible? Best Wishes