I am trying to download a client certificate to MS Internet Explorer that My SSLeay's CA signed. So, at fisrt I generated a Certificate Request(base64-encoded...
Takashi Maehata
maehata@...
Mar 3, 1997 11:48 am
4220
... [ ... ] ... You didn't mentioned the version you are using, but probably not 0.6.6. You should upgrade since versions prior the latter contained a bug in...
Holger Reif
Holger.Reif@...
Mar 3, 1997 2:32 pm
4221
As the subject line says, I'm trying to determine whether or not IIS 3.0 supports SSL version 3. I have not been able to find in the documentation if it does....
Andrew Perron
aperron@...
Mar 3, 1997 7:33 pm
4222
... I don't know if IIS 3.0 supports SSLv3, but SSL client auth is possible in SSLv2-only servers. Stronghold 1.3.4, for example, is SSLv2-only, but supports...
sameer
sameer@...
Mar 3, 1997 8:21 pm
4223
Andrew, IIS 3.0 supports SSL 3/2 and PCT 1 through the SChannel DLL found in Service Pack 2 (1a). Do you know if you installed SP 2 at the time you installed...
Tom Stephens
tomste@...
Mar 3, 1997 8:34 pm
4224
Hi all, I am currently developing some internet security software using PCTref available from Microsoft and ran in the following problem. Could somebody give...
Dan Park
Dan.Park@...
Mar 4, 1997 12:32 am
4225
... It was a bug in SSLeay, I have it fixed in my internal version. ... Basically it is having problems with a constructed sequence of 0 length. It would...
Eric Young
eay@...
Mar 4, 1997 1:05 am
4226
subscribe...
Choi, Go Da
godac@...
Mar 4, 1997 1:16 am
4227
Hi, Thanks much! ... I solved this problem with using SSLeay Version 0.6.6's ca command. For example, as follow .... ssleay ca -config ssleay.cnf -cert...
Takashi Maehata
maehata@...
Mar 4, 1997 3:05 am
4228
We have a SET payment gateway in beta right now and have been operating an SSL3 payment gateway since August 1996 and we have a browser plug in for 128bit ...
source@...
Mar 4, 1997 8:23 am
4229
A numbe of interesting consequences of the factual information in your oriignal mail, John: Quite obviously, the US govt policy of restricing export of ...
Peter williams
petkat@...
Mar 4, 1997 12:48 pm
4230
After establising an SSL connection, I need to perform an encrypted file transfer. I'm assuming that all I have to do is have the following code within my ...
Steve Mintz
tsaltd@...
Mar 4, 1997 1:55 pm
4231
Hi, Does anybody know if MSIE provide the routines known as "hooks" or "callback" functions, such as described in : ...
R. Conings
richard.conings@...
Mar 4, 1997 2:04 pm
4232
Now, the original posting didn't mention Java at all ... I'm curious why you bring it up in this context. (Except that "of course" it's true that everyone...
David Brownell -- Jav...
David.Brownell@...
Mar 4, 1997 4:41 pm
4233
Is anyone aware of any work done to support a GSSAPI interface to SSL? Is this a sensible thing to do? Thanks, John -- ... John Nunneley...
John Nunneley
johnn@...
Mar 4, 1997 4:48 pm
4234
... I did some work a couple years ago trying to put a simplified version of GSSAPI on top of SSLeay. Now that I have written a couple of my own SSL...
Eric Murray
ericm@...
Mar 4, 1997 5:02 pm
4235
Richard, You might want to check out schannel.dll distributed with Service Pack 2 of Windows NT Server or Workstation v4.0 The library allows to establish SSL...
Dan Park
Dan.Park@...
Mar 4, 1997 6:02 pm
4236
Hi, Does anybody know if there is a filter which converts a DER encrypted private key to a PEM encrypted private key? ssleay.exe rsa requires the private key...
Dan Park
Dan.Park@...
Mar 4, 1997 6:09 pm
4237
The reason I asked the question is because the GSSAPI semantics appear to meet my application requirements. And I don't want my application to be tied to a...
John Nunneley
johnn@...
Mar 4, 1997 6:37 pm
4238
Holger, a PEM formatted key is a base64 encoded plaintext private key. So it resembles a certificate request except the BEGIN & END will say something like...
Dan Park
Dan.Park@...
Mar 4, 1997 6:51 pm
4239
... I haven't seen much interest between the groups. There's a small set of people interested in SSL/TLS who want to specify an API in the TLS standard,...
Eric Murray
ericm@...
Mar 4, 1997 6:52 pm
4240
I think we have some terminology confusion here. PCTRef was written under the assumption that DER encoding is the "natural state" for certificates and private...
Peter J. Skelly
petesk@...
Mar 4, 1997 7:36 pm
4241
... The problem is the GSS-API is transport independent, i.e., the application is required to transport authentication and message tokens over the...
Dennis Glatting
dennis.glatting@...
Mar 5, 1997 3:22 am
4242
Hi there, I just start studying about the SSL stuffs and have some questions wanna to ask help from here .... I am asked to design such a system: A user is...
CHOI PO KING DORA
b085717@...
Mar 5, 1997 8:55 am
4243
Does anyone have a list of memory leaks that have been found in SSLv3? thanks --sultan...
Sultan Weatherspoon
sweather@...
Mar 5, 1997 5:01 pm
4244
The PEM RFCs never specified a format for private keys. PKCS-8 did specify a binary format, preseriting a DER_encoded ASN.1 specified lst of p,q,d, values etc....
Peter williams
petkat@...
Mar 5, 1997 6:18 pm
4245
Choi, It is possible. What should you do so, if Navigator & IE already have SSL? And creating a web browser, a ftp client, a telnet client & a gopher client...
Dan Park
Dan.Park@...
Mar 5, 1997 6:41 pm
4246
Why did I mention java? I have to admit it was me belief at the time that the claim was restricted to java-based browsers. I deduced from that that java was ...
Peter williams
petkat@...
Mar 5, 1997 6:48 pm
4247
Thanks to you all those whom replied. I got a short answer and an elaborate answer. Eric Young suggests issuing the following simple command: ssleay rsa...