Non-blocking sockets

2000-03-13 Thread Peter Edwards
Hi, Is there any documentation or example code how to program SSL_* operations for non-blocking sockets (other than the documentation of error returns)? In particular, how do I determine after a SSL_read, whether there is more incoming data already buffered? With openssl-0.9.4 I found I could

AcceptPKCS7 in xenroll.dll

2000-03-13 Thread ???
Hi all, I have looked at this article,but I can't find Re: I have a same problem. Can any body please tell me how i can solve this problem? Thanks.

RE: DSA certificate and cipher list setup?

2000-03-13 Thread Grebelsky, Konstantin
Yes, I did this by DH *dh ; BIO *bio ; bio = BIO_new_file("dhp.pem", "r") ; dh = (DH*)PEM_read_bio_DHparams(bio, NULL, NULL, NULL) ; BIO_free(bio) ; if(dh == NULL) dh=get_dh512(); //copied from s_server

Re: DSA certificate and cipher list setup?

2000-03-13 Thread Lutz Jaenicke
On Mon, Mar 13, 2000 at 08:10:23AM -0600, Grebelsky, Konstantin wrote: Also since I debuged s_server I noticed that ssl3_choose_cipher picks EDH-DSS-DES-CBC3-SHA for the cipher, I tried to set it myself but this still does not work. SSL_CTX_set_cipher_list(m_pCtx,

RE: DSA certificate and cipher list setup? - GOT IT

2000-03-13 Thread Grebelsky, Konstantin
It was RAND_screen call that was missing! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 10, 2000 6:47 PM To: Grebelsky, Konstantin; [EMAIL PROTECTED] Subject: Re: DSA certificate and cipher list setup? Grebelsky, Konstantin [EMAIL

RE: rsa invalid?

2000-03-13 Thread Todd Butler
Yes, I figured that. I'm sure it is there for every other install but mine. I'd like to know if anyone has any idea why it might not be there. -Original Message- From: Karl Denninger [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 12, 2000 3:26 PM To: [EMAIL PROTECTED] Subject: Re: rsa

Re: Non-blocking sockets

2000-03-13 Thread Bodo Moeller
Peter Edwards [EMAIL PROTECTED]: Is there any documentation or example code how to program SSL_* operations for non-blocking sockets (other than the documentation of error returns)? In particular, how do I determine after a SSL_read, whether there is more incoming data already buffered?

trust chain broken or request problem ?

2000-03-13 Thread Beuserie Frédéric (stbrice dsi)
hi, I' ve just installed the latest version of openssl (0.9.5) and apache (1.3.12) on my (great) linux box. After testing the whole thing with a selfsigned cert (with make certificate TYPE=test) and the impression that 'that's work' I have made a certificate request (custom) and asking

RE: Trouble building MSDOS version

2000-03-13 Thread Bob McConnell
This has turned out to be much more of a project than I have time in the schedule to complete. My boss is willing to explore bringing in a consultant to speed up the process. Is there anyone out there that can help us re-create enough of an MS-DOS library to do the DH key exchange and RC-4,

HOw to install a Verisign secure certificate with apache-ssl?

2000-03-13 Thread Bill Bradford
Anybody know how to install a secure server certificate from VeriSign using Apache-SSL? BillAnybody know how to install a secure server certificate from VeriSign using Apache-SSL? BillAnybody know how to install a secure server certificate from VeriSign using Apache-SSL? BillAnybody know