In my study of SSL Protocol, I built a "little" server listening on 443 port. Expecting to receive a CLIENT_HELLO message, I connected the Netscape...
Luciano da Silva Coel...
coelho@...
Apr 4, 1998 5:07 pm
7603
I am using SSLRef 3.0 on Windows NT 4.0 and I have a question about sending/receiving of data using SSLWrite/SSLRead. I have a client/server app that passes...
Ashish Bisarya
ashish@...
Apr 10, 1998 9:32 pm
7604
We encountered the similar problem before, the workarounds would be: (1) Use asynchronous read (non-blocking) instead of synchronous io, you have to...
Weilan Wu
Weilan.Wu@...
Apr 10, 1998 9:44 pm
7605
... Netscape starts by sending an SSL 2 client hello, just in case it's talking to an SSL 2 server. - Tim Tim Dierks - Software Haruspex - tim@... ...
Tim Dierks
tim@...
Apr 10, 1998 10:37 pm
7606
Brian von Kraus
VONNY@...
Apr 11, 1998 1:13 am
7607
Hi, We are using the SSL servers on Netscape Enterprise Server for transferring Secure date like personal credential information & so on. My question is this: ...
Vosudevan
vdeva@...
Apr 13, 1998 5:03 am
7608
First, check the Netscape web site for SSL details - they came-up with the original implementation - then check out the rfc.... ... -- --Peter-- ...
Peter Smith
psmith01@...
Apr 13, 1998 6:04 am
7609
Hi Vosudevan, The basics for trust is the Certificate Authority (CA). If both sides trust that authority, in that case Verisign, than it is assumed that the...
Amir
client@...
Apr 13, 1998 9:16 am
7610
... First you must understand the basics of Public Key crypto. SSL almost always uses RSA, so I'll just explain that. Due to wonders of complex maths: An...
Adam Twiss
atwiss@...
Apr 13, 1998 4:02 pm
7611
... I'm trying to implement ssl3.0 right now for a project I'm working. I think I'm reading the spec correctly, but it seems like I have extra information in...
Mike Gurski
gurski@...
Apr 14, 1998 6:11 pm
7612
Hi, I'm trying 2 use a client certificate (installed using my communicator 4.05) with my SSL client application. I got several questions/problems: 1. Is it...
Yael Stav
stav@...
Apr 15, 1998 10:32 am
7613
Dear all: I have prepared a signed applet and respective .x509 certificate and public/private keys. Now I want to import the certificate in my Netscape4 so...
Arijit Chakraborti
arijit_arijit@...
Apr 15, 1998 1:39 pm
7614
Imran Tusneem@MERCURY_US 04/15/98 08:41 AM Hi, Stephen Henson has written a patch on top of SSLeay 0.8.1 which allows you to convert .p12/.pfx files into PEM...
Imran_Tusneem@...
Apr 15, 1998 3:49 pm
7615
Hi Arijit, What kind of certificate do you want to import to NS ? I think that you need to import the CA certificate and not the cert you used to sign with....
Amir
client@...
Apr 15, 1998 4:01 pm
7616
Does anyone know of any way to configure/patch/whatever Netscape 4 and/or IE4 to use DSS based ciphersuites instead of just the RSA ones ? -- M. Koshak...
Matthew D. Meyer
mkoshak@...
Apr 15, 1998 11:55 pm
7617
I found that: http://www.camb.opengroup.org/RI/www/prism/wwwj/index.html contained a very readable introduction to SSL. It describes that a digital certificate...
Peter Gargano
techedge@...
Apr 16, 1998 1:11 am
7618
Dear 0981, RTFM on directories and setting their attributes... Try: Start | Programs | Microsoft Internet Services (common) | Microsoft Internet Service...
Peter Gargano
techedge@...
Apr 16, 1998 5:05 am
7619
We are in the process of designing a secure web site. I am interested to lay my hands on any SSl evaluation toolkit to develop programs in Java that will set...
John Kuriakose
johnk@...
Apr 16, 1998 5:17 am
7620
Priyappetta Kuriakkosee, Please refer http://www.netscape.com/info/security-doc.html Biju SK NTT Electronics Corp Aoyama, Tokyo. ... From: John Kuriakose...
BIJU SK
bob@...
Apr 16, 1998 5:45 am
7621
hi folks, I have some questions according to SSL and firewalls. Which firewall-configurations may I use when communicating via standard Browser-Webserver SSL?...
lmezler@...
Apr 16, 1998 7:23 am
7622
Hi, I am looking at code developed which will decode the certificate from which I can get the Cert Issuer Name and also the person with whom I am...
Gyanesh M Khanolkar
gyani@...
Apr 16, 1998 8:01 am
7623
Hi! We (my co-worker Erik Andersson and I) are working on a project where a java-applet will be downloaded from a IIS 4 web-server through a SSL-connection. ...
Fredrik H Karlsson, E...
fredrik.h.karlsson@...
Apr 16, 1998 1:18 pm
7624
I don't think you can use the same connection -> basically, at least with Netscape browsers, you can open a http connection using 'https' instead of 'http' and...
Peter Smith
psmith01@...
Apr 16, 1998 1:36 pm
7625
... java-applet will be ... response to user-queries. > The data is secret, so it must be encrypted. ... established ... Hi Frederik, Erik, we doing just the...
lmezler@...
Apr 16, 1998 1:40 pm
7626
Hello, We plan to install a certificate server for our university. I'm looking for someone who did the same to discuss all the issues and potential problems ...
Bouley Helene
bouley.helene@...
Apr 16, 1998 1:49 pm
7627
... I'm in the same situation, but CGI is not an option since the server side is doing database stuff, and re-initing the database with every CGI call would be...
Frank Hurley
fhurley@...
Apr 16, 1998 2:20 pm
7628
... time, etc., when SSL is right there in > the browser. Is this truly the case? ... Frank, I don't know if this is of any value to you, but anyway let me...
lmezler@...
Apr 16, 1998 3:07 pm
7629
Baltimore Technologies have a Java SSL toolkit which is suitable for use in browsers http://www.baltimore.ie/jssl/index.html...
Eamonn Maher
emaher@...
Apr 16, 1998 3:55 pm
7630
On a related note, how about outside of the browser environment (say MS' VM). I would imagine that an RSA license will be required since the VM doesn't...
Jim Rush
jimrush@...
Apr 16, 1998 6:13 pm
7631
A former posting "Towards a real-world model of trust", from Jan 23rd 1998, was re-formatted to HTML, expanded and updated. It is available at...