Tagged Questions

0
votes
0answers
2 views

code inside mozilla nss that handle server name information from client side

If open the mozilla nss, which code can I refer to for me to know where is the part that handles the client side server name indication? which part that really tells the server whi …
0
votes
0answers
4 views

SSLsample in NSS

Since the latest version of NSS does not provide the SSLSample program, I copied the folder SSLSample from the older version of NSS (3.9, 3.12) to the /security/nss/cmd folder insi …
0
votes
0answers
7 views

Pass parameter to NSS TLS extension?

Ok, now i have my own function that runs inside or after the NSS_init. This functions return 2 values. Now, my problem is, how to pass this return value to the tls extension insid …
0
votes
1answer
25 views

When does firefox call nss_init?

I have my very own privacy CA library. So now I want to integrate it with the mozilla nss. So every time when my firefox want to access https page, it will call this library via n …
0
votes
0answers
27 views

FIPS Enabling On Glassfish_v2.1

I am attempting to enable FIPS mode on my windows machine, running glassfish_v21 Enterprise with HADB. I am doing this as a way to test the process on a machine with less collatera …
1
vote
2answers
290 views

LDAP won’t update if cached data exists

We have an SELinux client that authenticates network users using LDAP connecting to an Active Directory server. Since our machines have to operate "untethered," we have to use nscd …
0
votes
2answers
399 views

How can I translate Perl’s Convert::ASN1 to Ruby code?

Can somebody advise me what this code does and how can I convert it to Ruby in most simple way? #!perl use Convert::ASN1; my $asn1 = Convert::ASN1->new(encoding = …
1
vote
1answer
210 views

Convert OpenSSL public key into NSS one

How do I convert public key generated by OpenSSL into one NSS would understand? I've generated key with OpenSSL, exported it into pkcs12 format, imported it into NSS database and t …
0
votes
2answers
131 views

XPI signing linux no gui

I'm trying to sign an XPI on linux (no gui) using the NSS cert db (cert8.db and key3.db) i copied from another server of mine, on which I can sign XPI's just fine. On the new box …
0
votes
1answer
238 views

Blocking https url’s in a embedded gecko browser

Hi, 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 po …