OK ! In this way you can get the chipers ! But how I can get the digest methods ?
SSL_METHOD *sslmeth;
SSL_CIPHER *sslc;
int i;
meth=SSLv23_method();
for(i = 0;;i++) {
sslc = (sslmeth->get_cipher)(i);
if (!sslc) break;
printf("cipher_%s", sslc->name);
}
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
