Cipher setting error

2011-09-15 Thread Kanchan Kumar Shaw
I have written a simple program to test available ciphers. And of course I have a problem with some of them. I installed openssl--1.0.0e by following commands 1. ./config 2. make 3. make test 4. make install I used an api for this * int* *SSL_CTX_set_cipher_list(* *SSL_CTX* *ctx, *

Cipher setting error

2011-09-13 Thread Kanchan Kumar Shaw
I have written a simple program to test available ciphers. And of course I have a problem with some of them. I installed openssl--1.0.0e by following commands 1. ./config 2. make 3. make test 4. make install I used an api for this * int* *SSL_CTX_set_cipher_list(* *SSL_CTX* *ctx, *