DER formatted keys

2001-10-01 Thread Bill Rebey
FILE,SSL_R_BAD_SSL_FILETYPE); goto end; } <<<...non-pertinent code omitted>>> } Thanks! Bill Rebey __ OpenSSL Project

Phaos' SSLava key

2001-09-21 Thread Bill Rebey
CTET STRING Anybody know what's wrong and what I can do to fix it? Thanks! Bill Rebey === Confidentiality Statement === The information contained in this message and any attachments is intended only for the use of the individual or entity to wh

RE: Can't get SSL error information

2001-08-12 Thread Bill Rebey
HY it failed. Where does it tell me what went wrong? Could they not agree on a cipher? Was a certificate or key missing or something like that? Was something wrong with authentication? How do I know why the two sides didn't connect? Thanks again for the help, Bill Rebey -Or

RE: MSIE Connectivity

2001-03-01 Thread Bill Rebey
for me and my company. Any suggestions? -Original Message- From: Dr S N Henson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 6:43 PM To: [EMAIL PROTECTED] Subject:Re: MSIE Connectivity Bill Rebey wrote: > > > How is it supposed to work? My Web ser

MSIE Connectivity

2001-03-01 Thread Bill Rebey
t_accept_state and SSLv3_server_method()), and it's trying to use anonymous SSL (DH, no certificates or private keys). The cipher suite to use is specifically set via: SSL_CTX_set_cipher_list (pctxSSLContext, "!DEFAULT:ADH-DES-CBC3-SHA"); Is this wrong? How should my server be set

Self-Tests Fail on Windows

2000-08-09 Thread Bill Rebey
to fail, and OpenSSL itself may be performing flawlessly. If anyone else can successfully complete the 'test.bat' diagnostics, I would appreciate hearing about it an could really use any tidbits of info about anything special required to mak

RE: Crash bug exemplified

2000-08-07 Thread Bill Rebey
You just saved my career! Next time you're near Columbus, OH, USA, look me up - I'll buy you all the beer you can drink. Thanks a million, Mr. Wallace! I've been trying to solve this problem for a month and have been getting nowhere. Bill Rebey ***NOTE: For everyone els

RE: Bugs and Crashes

2000-08-03 Thread Bill Rebey
Chris, Did you get my updated test code yesterday? Does it look like I've got all the programming errors out of the test code itself? __ OpenSSL Project http://www.openssl.org User Support Mailin

Testing on Windows

2000-08-03 Thread Bill Rebey
est.bat' on Windows NT 4.0? Any ideas what's wrong? Thanks for the help, Bill Rebey __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

'req' fails

2000-07-18 Thread Bill Rebey
echo "rand ...params..." >> foo echo "quit" >> foo openssl < foo but that doesn't work at all. Is there any way I can get the PRNG seeded so that "req" will work? Thanks Bill Rebey ___

Memory Leaks

2000-07-12 Thread Bill Rebey
shi a couple weeks back. Again, my non-authenticated SSL Server connections and even my Authenticated SSL Client connections either don't leak or leak very, very, slowly. This Authenticated mode leak is HUGE, though - on the order of 1MB per 100 connections!!! Can

RE: Legality - just heated up

2000-06-28 Thread Bill Rebey
From: Harry W. Waddell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 4:56 PM To: Bill Rebey Subject:Re: Legality - just heated up I would expect that 70K was just an opening bid. I don't know if you've shipped products already, but if you haven'

Legality

2000-06-28 Thread Bill Rebey
s far more important is that I avoid using anything that requires licensing, royalties, fees, etc. Is there a definitive source for this information somewhere? Thanks for any help you can offer, Bill Rebey __ OpenS

Legality - just heated up

2000-06-28 Thread Bill Rebey
d mail to that would be a more appropriate or authoritative audience for such legal questions? Thanks again, Bill Rebey -Original Message- From: Bill Rebey Sent: Wednesday, June 28, 2000 4:06 PM To: [EMAIL PROTECTED] Subject:Legality Hi all, Assuming I ever get OpenSSL

RE: Does anyone know how to fix Multithreading??

2000-06-27 Thread Bill Rebey
-Original Message- From: Lenny Foner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 2:43 PM To: Bill Rebey Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:Does anyone know how to fix Multithreading?? Date: Tue, 27 Jun 2000 13:47:25 -0400 From: Bil

RE: Does anyone know how to fix Multithreading??

2000-06-27 Thread Bill Rebey
Yea, that's the way I interpreted it, I just reiterated it unclearly. That's the problem - I can't serialize the access to a single SSL - I need two threads to access it, one blocking on an SSL_read and another issuing SSL_write calls as data from an outside source becomes available for writing ac

RE: Does anyone know how to fix Multithreading??

2000-06-27 Thread Bill Rebey
while I'm writing on another. I can't very well single-thread the reads and writes. Any other ideas? Thanks again, Bill Rebey -Original Message- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 1:20 PM To: [EMAIL PROTECTE

RE: Cipher question...

2000-06-27 Thread Bill Rebey
, you'll have more reading material than you know what to do with. Bill Rebey -Original Message- From: Douglas Wikström [mailto:[EMAIL PROTECTED]] Sent: Monday, June 26, 2000 5:57 AM To: [EMAIL PROTECTED] Subject:Re: Cipher question... Hello! I know that a larg

Does anyone know how to fix Multithreading??

2000-06-27 Thread Bill Rebey
same time (one reading, one writing). Does anyone know how I can fix the OpenSSL code so that this works? Does anyone even know what things in the SSL are thread-Unsafe so that I might know where to begin looking? Bill

RE: Cipher question...

2000-06-23 Thread Bill Rebey
e random seed at all?). Am I missing something? Also, what is considered a "good" amount of seed data? I'm using 64 Bytes. Is that a lot? Is 64KB more appropriate? Something in the middle, perhaps? Thanks for all your help and patience, everyone, and for not throwing tom

RE: Cipher question...

2000-06-23 Thread Bill Rebey
What gives? -Original Message- From: Gregory Stark [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 2:46 PM To: Bill Rebey Cc: Gregory Stark Subject:Re: Cipher question... Bill, First of all, don't be discouraged; the problem of getting a good seed for a ran

RE: Cipher question...

2000-06-22 Thread Bill Rebey
Sleep(random(2)); QueryPerformanceCounter (&val); seed[c][ii] |= (unsigned )(val.LowPart & 0x01); Sleep(random(2)); } RAND_seed (seed, sizeof (seed)); -Original

RE: Cipher question...

2000-06-22 Thread Bill Rebey
side appear to generate a pretty good mess of data that doesn't appear to offer up any sort of patterns or consistency. Thanks for the time and education! Bill Rebey -Original Message- From: Michael Wojcik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2000 1:16 PM To:

RE: Cipher question...

2000-06-20 Thread Bill Rebey
.(out to 256 bytes) a sufficiently large and sufficiently "random value " with which to seed the RNG? How could someone predict that? Thanks for your time and advice, Bill Rebey -Original Message- From: Goetz Babin-Ebell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, J

RE: Cipher question...

2000-06-20 Thread Bill Rebey
Start by running something like this before you do other SSL stuff: time_t seed[64]; for (int ii = 0; ii < 64; ii++) { time_t t = time (NULL); seed[ii] = t; } RAND_seed (

Error System broken?

2000-06-20 Thread Bill Rebey
r: (null) FncErr: (null) RsnErr: (null) I am calling: SSL_load_error_strings(); ERR_load_ERR_strings(); At startup. What on earth is going on?? Why might "SSL_CTX_load_verify_locations" fail after a client certificate is rejected, and why doesn't the error system repor

RE: FTP & SSL

2000-06-16 Thread Bill Rebey
the above statements. I DO > know exactly how FTP works, as I've written both Client and Server code > before, so the parts above about how FTP works are indeed correct, but the > interaction with SSL may be in question. I think it's right, though. > > I hope th

RE: FTP & SSL

2000-06-16 Thread Bill Rebey
e indeed correct, but the interaction with SSL may be in question. I think it's right, though. I hope this helps a little, and if anyone can help me figure out what's up with my SSL handshake trouble, I would appreciate it. Bill Rebey -Original Message- From: Arun Venkataraman

Multi-thread concerns

2000-06-16 Thread Bill Rebey
t are the repercussions of doing this? What will go wrong? Is there a list anywhere of exactly what things are and are not thread safe? How is one to know? What do I do to fix my SSL_read and SSL_write problem? Thanks for the help! Bill