Re: secure channel w/o authentication or certs

2000-12-11 Thread Rachit Siamwalla
> Since anonymous (unauthenticated) ciphersuites are vulnerable to a man > in the middle attack they are disabled with the default cipher string. > You need to set a cipher string which has something like "ALL:@STRENGTH" > in it using SSL_CTX_set_cipher_list() on both client and server. Thanx. Th

secure channel w/o authentication or certs

2000-12-08 Thread Rachit Siamwalla
Hi, i'm trying to set up an encrypted channel between client / server but without authentication or certificates. From searching through the mailing list archives, i've seen other people have done it successfully before. I tried working from the relatively simple demo/ssl/serv.cpp and demo/ssl/c