Questions tagged [nss]

Network Security Services (NSS) is a set of libraries designed and maintained by Mozilla to support cross-platform development of security-enabled client and server applications.

Network Security Services (NSS) is a set of libraries designed and maintained by Mozilla to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.

169 questions
0
votes
1 answer

Is there a way to extract secret key from NSS

I am using NSS as my keystore. I have generated a secret key which i use for encrypting/decrypting sensitive data (using AES) and all works fine. For portability, is there a way in which this secret key can be extracted and inserted back to a…
Atul Soman
  • 4,612
  • 4
  • 30
  • 45
0
votes
1 answer

Failure while calling nsIX509CertDB.nsIX509CertDB from command line

I'm trying to develop a FF extension that calls nsIX509CertDB.nsIX509CertDB. When calling this function from a xpcshell I alwas receive a error 0x80004005 (NS_ERROR_FAILURE). I suspect it to be failing since in a xpcshell environment I can not be…
David Feurle
  • 2,687
  • 22
  • 38
0
votes
2 answers

Blocking https url's in a embedded gecko browser

I have an application in which a gecko browser is embedded. The application is crashing when I try to access any https url's because nss is not properly initialised at this point. The crash is in PK11_TokenExists(). I want to block my browser from…
jbsp72
-1
votes
2 answers

IP based virtual hosts are not working properly after upgrading Mozilla NSS

We are using NSS as SSL engine in Apache server. Recently we applied latest SUSE Linux Enterprise server patches on Apache server which is hosting two IP based virtual hosts. After upgrade the first virtual host is working fine but the second one is…
1 2 3
11
12