Re: NSS CMS and RFC 5652

2016-01-13 Thread Hubert Kario
On Monday 11 January 2016 15:53:26 Kai Thiele wrote: > Hi, > > regarding CMS (Cryptographic Message Syntax), > which RFC is the current one NSS is supporting ? > (e.g RFC 5652 and RFC 5753 or only RFC 2630) > > I already searched for this in the list, > but relevant entries are 5 to 10 years

Using itext to sign PDFs using the NSS store in FIPS140 mode

2016-01-13 Thread jfranchino
I need to sign PDFs using the NSS as a soft token. I use iText to sign PDFs. In order to access the NSS services I need to use sunPKCS11 crypto provider. I there any c# sample doing this? Because all the code written to use iText gets the private key from the store. This is forbidden in FIPS 140

Re: NSS CMS and RFC 5652

2016-01-13 Thread Kai Thiele
Hubert Kario redhat.com> writes: > > On Monday 11 January 2016 15:53:26 Kai Thiele wrote: > > Hi, > > > > regarding CMS (Cryptographic Message Syntax), > > which RFC is the current one NSS is supporting ? > > (e.g RFC 5652 and RFC 5753 or only RFC 2630) > > > > I already searched for this in