RE: SSL error: no cipher list

2005-01-21 Thread Henry Su
No sure if you have set it or not. If not, you can try following example: #define CIPHER_LIST "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH" SSL_CTX_set_cipher_list(ctx, CIPHER_LIST) ; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Yuriy Synov Sent: Friday, January 2

Re: SSL error: no cipher list

2005-01-22 Thread Yuriy Synov
[EMAIL PROTECTED]> To: Sent: Friday, January 21, 2005 10:10 PM Subject: RE: SSL error: no cipher list > No sure if you have set it or not. If not, you can try following example: > > #define CIPHER_LIST "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH" > > SSL_CTX_set_cipher_list

Re: SSL error: no cipher list

2005-01-22 Thread Dr. Stephen Henson
On Sat, Jan 22, 2005, Yuriy Synov wrote: > > No sure if you have set it or not. If not, you can try following example: > > > > #define CIPHER_LIST "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH" > > > > SSL_CTX_set_cipher_list(ctx, CIPHER_LIST) ; > > I tried to set that cipher list, and now I get the followi

RE: SSL error: no cipher list

2005-01-23 Thread mclellan, dave
ftware Engineer EMC Corporation 228 South St. Hopkinton MA 01748 phone: 508-249-1257 fax 508-497-8030 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Henry Su Sent: Friday, January 21, 2005 3:11 PM To: openssl-users@openssl.org Subject: RE: SSL error:

Re: SSL error: no cipher list

2005-01-24 Thread Yuriy Synov
lf signed certificate in certificate chain) --- +OK <[EMAIL PROTECTED]> (mtiwpxc03) Maillennium POP3/PROXY server #2 and after that I can enter POP3 commands. - Original Message - From: "Dr. Stephen Henson" <[EMAIL PROTECTED]> To: Sent: Saturday, January 22, 2005 2:19

Re: SSL error: no cipher list

2005-01-24 Thread Dr. Stephen Henson
On Mon, Jan 24, 2005, Yuriy Synov wrote: > > See if you can connect to the server using the s_client test program. For > > example: > > > > openssl s_client -conntect hostname:995 > > > > (use whatever port it uses for POP4+SSL, 995 is standard). > > Output from 'openssl s_client' follows: > > [

Re: SSL error: no cipher list

2005-01-24 Thread Yuriy Synov
OTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Henry Su > Sent: Friday, January 21, 2005 3:11 PM > To: openssl-users@openssl.org > Subject: RE: SSL error: no cipher list > > No sure if you have set it or not. If not, you can try following example: > > #define CIPHER_LIST &q

Re: SSL error: no cipher list

2005-01-24 Thread Dr. Stephen Henson
On Mon, Jan 24, 2005, Yuriy Synov wrote: > In fact I'm not using OpenSSL library directly. I use an open source library > Indy which in turn makes use of OpenSSL. I discovered that POP3 servers that > use DES-CBC3-SHA work correctly with my program, and the server that fails > uses RC4-SHA. I got