Re: [openssl-users] RSA PKCS1 v2.1 - Multi-primes and RSASSA-PSS

2017-04-14 Thread Dr. Stephen Henson
On Tue, Apr 11, 2017, Davy Souza wrote: > > In what context do you want to use it? For example CMS, certificates, TLS, > general application code or via the command line? > > > It's a C++ embedded application for a POS. One requirement is to use PKCS#1 > v2.1 for RSA functions. > Then yo

Re: [openssl-users] RSA PKCS1 v2.1 - Multi-primes and RSASSA-PSS

2017-04-11 Thread Davy Souza
rsity of São Carlos, Sorocaba / SP - Brazil De: openssl-users em nome de Dr. Stephen Henson Enviado: segunda-feira, 10 de abril de 2017 10:46:26 Para: openssl-users@openssl.org Assunto: Re: [openssl-users] RSA PKCS1 v2.1 - Multi-primes and RSASSA-PSS On Wed, Apr

Re: [openssl-users] RSA PKCS1 v2.1 - Multi-primes and RSASSA-PSS

2017-04-10 Thread Dr. Stephen Henson
On Wed, Apr 05, 2017, Davy Souza wrote: > Hi, > > > I'm using RSA, but I need to know if OpenSSL RSA implements PKCS#1 v2.1. I > have the following questions: > >1) Does OpenSSL support multi-prime? > No. >2) Does OpenSSL support RSASSA-PSS? > Yes. >3) If so, how can I use it

[openssl-users] RSA PKCS1 v2.1 - Multi-primes and RSASSA-PSS

2017-04-06 Thread Davy Souza
Hi, I'm using RSA, but I need to know if OpenSSL RSA implements PKCS#1 v2.1. I have the following questions: 1) Does OpenSSL support multi-prime? 2) Does OpenSSL support RSASSA-PSS? 3) If so, how can I use it? I have checked the code (RSA Struct), and the doc, but I'm not sure if