Hello. I forgot to ask one last question relative with the question bellow (that ... But in this case, what error alert? "bad_certificate",...
Rodrigo Sodre
rsodre1@...
Nov 2, 1997 7:25 pm
7338
... From: Rodrigo Sodre <rsodre1@...> To: ssl-talk@... <ssl-talk@...> Date: Sunday, November 02, 1997 5:30 AM Subject: Re:...
Weilan Wu
Weilan.Wu@...
Nov 2, 1997 7:12 pm
7339
I was wondering if we need to build special applications to take advantage of the SSL services. For example, can we use any FTP, Telnet, HTTP server to...
scosta@...
Nov 3, 1997 2:32 am
7340
Greetings, The spec states these ports for SSL-enabled protocols : HTTPS : 443 SSMTP : 465 SNNTP : 563 Did IANA register any other ports for SSL-enabled stuff...
Patrick Eisenacher
eisenach@...
Nov 3, 1997 10:49 am
7341
Hi SSL GURU's, I'm a student at QUT, brisbane, Australia. I'm currently involved in a project which involves implementing SSLeay's handshake protocol in JAVA....
Anil Kambi
n1987704@...
Nov 4, 1997 2:13 am
7342
... excerpt from the list of assigned port numbers at ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers nsiiops 261/tcp IIOP Name Service...
Holger Reif
Holger.Reif@...
Nov 3, 1997 7:07 pm
7343
probably a common question but how can i generate keys and certificates for test purposes under WinNT 4.0? i'm no good at script programming under UNIX so can...
Matthew Denner
matt@...
Nov 3, 1997 6:32 pm
7344
Hi I've written a perl script which handles the most 0.6.x stuff. It also handles the revocation and expiring dates of the db It works with 0.8.1 as well. The...
Rene Eberhard
rene.eberhard@...
Nov 3, 1997 8:03 pm
7345
... Weird. IIOP name server, but not IIOP itself? Cheers, Ben. -- Ben Laurie |Phone: +44 (181) 735 0686|Apache Group member Freelance Consultant...
Ben Laurie
ben@...
Nov 3, 1997 7:52 pm
7346
remove...
Simon CHENG
chengstc@...
Nov 4, 1997 6:02 am
7347
Hello! How do I obtain e.g. Verisign's X509 certificate? What I need to obtain is the full enchilada of issuer : <...> subject: <...> serial : <...> ...
Kroner, Ulrich
KronerU@...
Nov 3, 1997 11:44 pm
7348
Hello! How do I obtain e.g. Verisign's X509 certificate? What I need to obtain is the full enchilada of issuer : <...> subject: <...> serial : <...> ...
geoffrey_cobleigh@...
Nov 3, 1997 5:56 pm
7349
Try using UWIN. It comes with a version of the Korn shell (ksh) that appears to work. You can download UWIN at http://www.research.att.com/sw/tools/uwin. ...
Allen Hadden
ahadden@...
Nov 3, 1997 7:29 pm
7350
Once I've added a certificate to IE's certificate database, is there any way to subsequently see or delete the certificate? Don Sengpiehl ...
Don Sengpiehl
don_sengpiehl@...
Nov 3, 1997 8:54 pm
7351
Thanks for the response, Duane. ... Yes, I am referring to IE4 ... I did this. Only the ones that were there originally show up. The ones I added aren't...
Don Sengpiehl
don_sengpiehl@...
Nov 3, 1997 10:34 pm
7352
Hello, I'm trying to set up some ssl services on a host, and I'm going to start with http (but my first question applies to both httpd and the rest -- i.e....
One-gig-thing-uh-muh-...
l_crumbl@...
Nov 4, 1997 4:26 am
7353
Greetings again, this time I have a question about securing data sent over the net. I can provide for the privacy of the data by encrypting it with a symmetric...
Patrick Eisenacher
eisenach@...
Nov 4, 1997 12:11 pm
7354
SSL experts Could someone clarify whether during the SSL client authentication handshake, if the client certificate is encrypted before it is sent to the...
John Silman
johns@...
Nov 5, 1997 1:41 am
7355
... first encryption, then MAC: An attacker knows the encrypted text and the MAC of it as well. So you might think he has more information. The MAC is not...
Joris Claessens
Joris.Claessens@...
Nov 4, 1997 4:58 pm
7356
Here are some answers from newbie to newbie ;) 1. AFAIK, normally not. Although, if you use the Stronghold evaluation version on NT, it routinely crashes when...
Kroner, Ulrich
KronerU@...
Nov 4, 1997 5:06 pm
7357
... Perhaps you ommited the parameter dwKeySpec=1 when calling GenerateKeyPair... ... I deleted them manually with regedit ;-) -- read you later - Holger...
Holger Reif
Holger.Reif@...
Nov 4, 1997 5:17 pm
7358
i compiled SSLeay 0.8.1 under WinNT4.0. i've written my only SSL client and server (following the s_client and s_server source code as an example - stipping...
Matthew Denner
matt@...
Nov 4, 1997 7:28 pm
7359
... The MAC should be of the plain text. Otherwise the hacker can modify the encrypted message (without needing to understand the encrypted message), and then...
Adam Twiss
adam@...
Nov 4, 1997 8:55 pm
7360
Hello Matt, Don't know for the SSL_accept, but I do know that if (under MSVC 5) you use the single threaded library (/MLd), the BIO-routines will result in an...
Kroner, Ulrich
KronerU@...
Nov 4, 1997 10:02 pm
7361
geoffrey_cobleigh@...
Nov 4, 1997 3:50 pm
7362
Del Chafe
dchafe@...
Nov 4, 1997 3:17 pm
7363
... Well, that depends upon... If you start a new session (first connection between client and server) everything (including the exchanged certs) before the...
Patrick Eisenacher
eisenach@...
Nov 4, 1997 11:25 pm
7364
raca_test...
intekom2799
rcortes@...
Nov 5, 1997 1:01 am
7365
It is a way to find out which SSL implementation can stand up to the challenge to handle traffic from hundred or thousands client/server without crashing? I am...