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

How to enforce definite length encoding with CMS in NSS?

How to enforce definite length encoding with CMS in NSS? I am trying to get NSS's CMS encoder to encode with DER, but the folks as mozilla have apparently only worried about BER encoding (as far as I can tell.) I am able to get definite encoding…
Crazy Chenz
  • 12,650
  • 12
  • 50
  • 62
0
votes
0 answers

Moving from nss to openssl on plesk

I'm using paypal php sdk and I get an error: Unknown cipher in list: TLSv1 Searching on google I found that the error is occurred because the server is running nss (that doesn't support tlsv1) instead of openssl. How can I switch from nss to…
pindol
  • 2,110
  • 6
  • 35
  • 52
0
votes
1 answer

Firefox RootStore cert8.db/key3.db not existing

I want to access the Firefox Root Store under Windows (7) with Firefox 45.0.1. I found several sources that told me to navigate to C:\Users\{username}\AppData\Local\Mozilla\Firefox\Profiles\8ab3jkih.default\cert8.db. Unfortunately I can't find…
Bat
  • 311
  • 2
  • 13
0
votes
1 answer

Support for NSS in developer-mode ChromeOS?

first question. I recently put kubuntu onto my chromebook via crouton, which was painless and awesome. However, it did necessitate putting it into developer mode. For some reason, this has removed ChromeOS's ability to authenticate SSLs for a couple…
0
votes
1 answer

How do I use the Mozilla NSS Root Certificate store on Windows, Mac, and Linux?

NSS comes with very little documentation, and a heavily vestigial API. How does it work? It is used for firefox on Window and Mac, and Chrome as well on linux. How do I install, uninstall, and check installation of my own Root Cert?
Peter Ehrlich
  • 6,969
  • 4
  • 49
  • 65
0
votes
1 answer

Clang-cl fails to build NSS lib due to emmintrin.h even with -msse2 flag

The freebl library in NSS fails to build properly (as a part of Firefox) due to emmintrin.h header from Clang 3.7 throwing errors that I'd assume were due to a missing -msse2 flag. Even with this flag, the source file that calls this header…
SRG3006
  • 447
  • 8
  • 21
0
votes
0 answers

nss-3.14.1-3.fc16.src.rpm build fails with error: test suite returned failure(s)

I am trying to build nss-3.14.1-3.fc16.src.rpm on my fedora-16 with below command: rpmbuild -ba nss.spec and ending up with below error: Tests summary: Passed: 6398 Failed: 9 Failed with core: 0 Unknown status: 0 cd…
0
votes
1 answer

JBoss WildFly FIPS 140-2 compliance on CentOS

I have an existing application that is being migrated to JBoss WildFly 8.1.0 and will be deployed in CentOS. One of the requirements we have is to have the applications be FIPS 140-2 compliant. I understand that we have to go through independent…
VAS1PAL3
  • 11
  • 2
0
votes
1 answer

How to model the RFC3161 Accuracy ASN.1 SEQUENCE using NSS's SEC_ASN1Template?

The ASN.1 definition of Accuracy is: Accuracy ::= SEQUENCE { seconds INTEGER OPTIONAL, millis [0] INTEGER (1..999) OPTIONAL, micros [1] INTEGER (1..999) OPTIONAL } What is unclear to me is how to handle millis and…
tml
  • 968
  • 7
  • 12
0
votes
1 answer

Check if certificate with specific serial no. exist in Firefox cert db

How can I check if a certificate with a specific serial number already exist in a cert db of a Firefox user profile? I've so far been using the command below to check it and then parse the output: certutil.exe -L -d…
Michael G
  • 39
  • 1
  • 8
0
votes
0 answers

Firefox NSS Library Directory location (windows)

I`m using java applet and i need authenticate user choosing digital certificate from usb token. I don't know how to determine nssLibraryDirectory. Currently i use location to nss3.dll from Mozilla Firefox and i get this error: is not a valid Win32…
0
votes
0 answers

Using PKCS11 with NSS for Java encryption: java.security.ProviderException: Initialization failed

I am trying to set up Java to use NSS for doing some various encryption routines. I understand the JCE necessary to offload these routines to NSS is PKCS11. I have compiled all the NSS binaries, and moved each of the resulting shared objects to…
R.J.
  • 663
  • 1
  • 7
  • 14
0
votes
1 answer

version `NSS_3.14.3' not found on Ubuntu 64 bit while running JCEF

I have embedded JCEF into my mavan project, I have added all the jar dependencies into mavan. My project is compiled successfully but when I tried to run jar file using command: java -Djava.library.path=/home/oes/Desktop/lib/ -jar …
Amogh
  • 4,453
  • 11
  • 45
  • 106
0
votes
1 answer

PHP cURL, Using NSS, Ignoring CAPATH

I've checked quite a few StackOverflow posts, and still can't find a solution. I'm working with the Dropbox PHP API, but I believe that is irrelevant. What seems to be the issue is that cURL refuses to use the CAPATH or specific certificate provided…
ahamilton9
  • 134
  • 10
0
votes
1 answer

How to add a trusted Certificate Autority to Firefox with JSS

I want to add a trusted certificate autority to your Mozilla Firefox certificate repository using JSS and Windows. Somebody knows how to do that?
Réda Housni Alaoui
  • 1,244
  • 2
  • 15
  • 22