Re: Should we create a Web API for importing PKCS 12

2013-12-23 Thread seajay . turner
This web link is broken--have Google hidden this issue? On Wednesday, May 15, 2013 5:35:21 AM UTC-4, Yoshi Huang wrote: > Some examples can be found on Android, see [1] > > > [1]: http://support.google.com/android/bin/answer.py?hl=en&answer=1649774 > -- dev-tech-crypto mailing list dev-tech-

Re: Should we create a Web API for importing PKCS 12

2013-06-25 Thread Rajesh Kareti
Hello, I am willing to use SunPKCS11 provider. But we have a requirement to use the Open Source FIPS compliance for doing Cryptography stuff. Please suggest me any Open Source FIPS Compliance? Thank you, Rajesh Kareti. On Thu, May 30, 2013 at 8:31 AM, helpcrypto helpcrypto wrote: > Rajesh: I

Re: Should we create a Web API for importing PKCS 12

2013-05-15 Thread Rajesh kareti gmail
Hello Good Morning! I have a question about the JSS library. I am using JSSProvider for proving security to the javax crypto stuff. I want to enable the fips mode? can any one suggest me the best way? On May 15, 2013, at 7:44 AM, Anders Rundgren wrote: > On 2013-05-15 11:35, Yoshi Huang

Re: Should we create a Web API for importing PKCS 12

2013-05-15 Thread Anders Rundgren
On 2013-05-15 11:35, Yoshi Huang wrote: > Hi, > > Currently on Firefox OS (B2G), there's no Web API could install PKCS 12. > > The use cases could be Wifi, VPN,... etc. > Some examples can be found on Android, see [1] > > Although I have found WebCrypto in the wiki and bugzilla, > but it seems i

Should we create a Web API for importing PKCS 12

2013-05-15 Thread Yoshi Huang
Hi, Currently on Firefox OS (B2G), there's no Web API could install PKCS 12. The use cases could be Wifi, VPN,... etc. Some examples can be found on Android, see [1] Although I have found WebCrypto in the wiki and bugzilla, but it seems it didn't support pkcs12, right? Also I found that NSS wo