Hello, > Also, there are already cross-platform C++ "wrappers" around OpenSSL, for > example QtNetwork (QSslSocket) and POCO (the Crypto > package)(http://pocoproject.org/). It's more about the crypto side of OpenSSL, thanks. I'll abandon my project if POCO can be what I need (I will rewrite my project to use POCO instead of rewriting a wrapper).
Thank you. -- Cordialement, Adnan RIHAN. Président-Fondateur de l'association (de loi 1901) Virtual-Info (http://www.virtual-info.info/), hébergeur Web et Serveurs de Jeux. Consultant (http://rihan.fr/)-Technicien Supérieur en Informatique de Gestion. Ambassadeur Qt (http://lyt.me/7E) (Projet Tag-PG (http://rihan.fr/fr/projets/tagpg)). Le lundi 4 juin 2012 à 15:22, Marco Molteni a écrit : > 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 [email protected] > (mailto:[email protected]) > Automated List Manager [email protected] (mailto:[email protected]) > >
