Search found 4 matches

by iiakhilesh
Fri Jul 11, 2014 11:32 am
Forum: Support - RCF
Topic: [OPENSSL] BIO_read fails
Replies: 4
Views: 7132

Re: [OPENSSL] BIO_read fails

Hi Jarl, Yes I am able to reproduce this error at random times. I have tried debugging it also and the failure happens in ERR_print_errors method. I am using android with libcrypto_static.a,libssl_static.a static libs. If you have any idea why this failure happens in printing the error causing an un...
by iiakhilesh
Mon Jul 07, 2014 7:07 am
Forum: Support - RCF
Topic: [OPENSSL] BIO_read fails
Replies: 4
Views: 7132

[OPENSSL] BIO_read fails

Hi Jarl,

I am using openssl with RCF but at times my program gives an exception in retryreadwrite method inOpenSslEncryptionFilter class but without giving any reason.
"Exception : OpenSSL error: %1"

Why this unnamed exception and what causes it?
by iiakhilesh
Mon Feb 03, 2014 7:58 am
Forum: Support - RCF
Topic: RCF-OpenSSL with JSON doesn't work on Debian 7
Replies: 4
Views: 7645

Re: RCF-OpenSSL with JSON doesn't work on Debian 7

Hi VladimirD,

Can you please tell me the steps how did you generate your PemCertificates?
by iiakhilesh
Wed Jan 29, 2014 2:36 pm
Forum: Support - RCF
Topic: [RCF-OPENSSL] Error in client
Replies: 2
Views: 5151

[RCF-OPENSSL] Error in client

Hi Jarl, I am trying out openssl transport security. Server side works fine :: RCF::CertificatePtr serverCertPtr( new RCF::PemCertificate("C:\\serverCert.pem", "password") ); server.setCertificate(serverCertPtr); Client side i have implemented callback function :: bool opensslValidateCert(RCF::Certi...