Theary LOCH 01/10/98 13:39 Hello, Can someone tell me how i can convert a .p12 file format (Netscape export certificate file) to a .crt file for IE ? Thanks a...
tloch@...
Oct 1, 1998 11:44 am
8252
IE can import a .p12 certificate without a problem. Conversion is not needed. Ronald...
Ronald van Kuijk
rvkuijk@...
Oct 1, 1998 12:12 pm
8253
IE seems to have problems importing p12's generated by communicator. Netscape however can import p12's from IE. ... -- ...
Steve Pham
steve.pham@...
Oct 1, 1998 3:38 pm
8254
Hi, I just asked VeriSign for help to get the certificate they issued for MS IIS exported and installed on a Netscape (or possiblly Apache) server. The answer...
John Bito
jwb@...
Oct 1, 1998 3:49 pm
8255
I believe an explanation to your problem is described in the following text, taken from Dr. Stephen Hensen's web page ...
Andrew Gillis
andrewg@...
Oct 1, 1998 4:54 pm
8256
Verisign is correct. Unless you have access to Netscape Server source code. There is no way to retrieve the keys...
Richters, Eriks
Eriks.Richters@...
Oct 1, 1998 5:24 pm
8257
... Right URL wrong quote :-) There are several reason in mentioned in the FAQ as to why MSIE might not import a certificate from NS. The most common ones are:...
Dr Stephen Henson
shenson@...
Oct 1, 1998 7:45 pm
8258
... The questioner wanted to do things the other way round: from MS IIS to something else. I can't comment on how to get keys out of MS IIS, however it is...
Dr Stephen Henson
shenson@...
Oct 1, 1998 7:51 pm
8259
I'm stuck trying to understand the protocol used for secure sockets in browsers that predates SSL Version 3. I've tried searching on SSL2 but have not found...
W. Nathaniel Mills, III
nat@...
Oct 1, 1998 8:12 pm
8260
Does anybody know the format in which Microsoft stores its certificates in the registry? I'm trying to write a small utility that would read the entries there...
Lucio Tinoco
lucio@...
Oct 1, 1998 8:21 pm
8261
I'm looking for information about BHAPI (BSAFE Hardware API). Is there any detailed information available other than the following: ...
attila@...
Oct 1, 1998 8:32 pm
8262
you can get keys out of iis by using the keyring tool. Cheers, MH IIS Security ... From: Dr Stephen Henson [mailto:shenson@...] Sent:...
Michael Howard
mikehow@...
Oct 1, 1998 8:39 pm
8263
This might be what you are looking for: http://www.cosc.canterbury.ac.nz/~james/archive/SSL/SSL_old.html...
Andrew Gillis
andrewg@...
Oct 1, 1998 10:59 pm
8264
... code. ... Do you mean that there is some secret used in encrypting the Netscape key db file? ... I was kinda hoping someone had figured that out....
John Bito
jwb@...
Oct 1, 1998 11:38 pm
8265
Call RSA at 650 295 7600. They'll happily answer all these questions. dj...
DJ
jevans@...
Oct 2, 1998 6:19 am
8266
Yes, you can do this. It is not that hard to take the NTSCP database apart and get the keys and then import into Apache. Until we became an official Verisign...
DJ
jevans@...
Oct 2, 1998 6:19 am
8267
... I don't know the format used, but CryptoAPI 2.0 provides functions to handle certificates. Following example scans through all "MY" certificates. Microsoft...
Kaikkonen Jarmo
jarmo.kaikkonen@...
Oct 2, 1998 7:05 am
8268
Theary LOCH 02/10/98 13:48 Hello, First, thank you, all, a lot for your answers about my question on "certificate formats". May i ask you a new question about...
tloch@...
Oct 2, 1998 12:12 pm
8269
Option 1, described on the netscape site DOES work (unless you have a certificate hierarchy, but that's another question) What is in your web-server log (the...
Ronald van Kuijk
rvkuijk@...
Oct 2, 1998 2:16 pm
8270
I had to reinstall my Netscape Enterprise Server 3.5.1 (and the Administrator as well). Is it possible to apply the *key.db and the *cert.db files to the new...
Bryan Wilhite
rasx@...
Oct 2, 1998 4:25 pm
8271
Theary LOCH 05/10/98 11:17 Hello, Well, 'seems that i have no luck ! Here are what i get : * in the browser IE4.01, i have 2 windows : --> Downloading a file :...
tloch@...
Oct 5, 1998 9:57 am
8272
Theary LOCH 05/10/98 11:40 Hello, I got it ! The problem is that i haven't precised the http port number in my link to the file cacert.cac !! I just put...
tloch@...
Oct 5, 1998 10:06 am
8273
Theary LOCH 05/10/98 15:16 Hello, I have succeeded in installing my own CA in the list of root certificates of IE. I want to ask a client certificate from IE...
tloch@...
Oct 5, 1998 1:46 pm
8274
Download the 1.2 patch from http://help.netscape.com/filelib.html...
Ronald van Kuijk
rvkuijk@...
Oct 5, 1998 2:13 pm
8275
Theary LOCH 05/10/98 18:20 Hello, Thank you for your help, but 'seems that Netscape Certificate Server doesn't want me to use IE ! The patch doesn't work. Why...
tloch@...
Oct 5, 1998 4:54 pm
8276
Are there any public domain C libraries that have functions to extract the different parts of a certificate given the cert as C string? I'm writing some...
Franzblau, Mark
mark.franzblau@...
Oct 5, 1998 7:04 pm
8277
SSLeay will dissect a cert. The documentation for SSLeay is a little rough, but sample code is included with the installation. I use it to extract the ...
Stuart Walsh
walssc@...
Oct 5, 1998 8:07 pm
8278
Does anybody have a reference that describes the DER encoding/decoding algorithm? Thanks, Mark Franzblau...