Hi,

I would start from the command-line utility "openssl list-cipher-algorithms" 
and follow the source code to see which functions it calls.
See the manual page (man openssl) for some other command-line options in the 
same spirit that might be useful.

Also, there are already cross-platform C++ "wrappers" around OpenSSL, for 
example QtNetwork (QSslSocket) and POCO (the Crypto 
package)(http://pocoproject.org/).

marco.m

On Jun 3, 2012, at 09:00 , Adnan RIHAN wrote:

> Hello again!
> 
> Nobody knows ?
> -- 
> Regards, Adnan RIHAN.
> 
> Le jeudi 31 mai 2012 à 17:03, Adnan RIHAN a écrit :
> 
>> Hello !
>> 
>> I want to make a C++ library, based on OpenSSL.
>> 
>> I'm looking for the BEST way to check ciphers availability, hash and 
>> encryption mode availability, in order to show on demand, a list of 
>> available hash/ciphers.
>> 
>> Does anyone know ?
>> Thank you !
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to