This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SSL_R_LIBRARY_HAS_NO_CIPHERS error with openssl in eCos


Hi ,

I am facing the same. 
Below code i am using to create context.

SSL_library_init();
OpenSSL_add_all_algorithms();
SSL_load_error_strings();
SSL_METHOD *method;
method = SSLv23_server_method();
SSL_CTX *ctx= SSL_CTX_new ( method );

Please let me know is there any problem is there with the above code.

Thanks,
VSR


Tim Hatton wrote:
> 
> Thanks for the help. It seems that the problem was even simpler than that,
> just an embarrassing fault on my part.
> Thanks anyway,
> Tim
> 
> 

-- 
View this message in context: http://old.nabble.com/SSL_R_LIBRARY_HAS_NO_CIPHERS-error-with-openssl-in-eCos-tp7617030p28846980.html
Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com.


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]