Search found 4 matches
- Fri Jul 11, 2014 11:32 am
- Forum: Support - RCF
- Topic: [OPENSSL] BIO_read fails
- Replies: 4
- Views: 9571
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...
- Mon Jul 07, 2014 7:07 am
- Forum: Support - RCF
- Topic: [OPENSSL] BIO_read fails
- Replies: 4
- Views: 9571
[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?
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?
- Mon Feb 03, 2014 7:58 am
- Forum: Support - RCF
- Topic: RCF-OpenSSL with JSON doesn't work on Debian 7
- Replies: 4
- Views: 10352
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?
Can you please tell me the steps how did you generate your PemCertificates?
- Wed Jan 29, 2014 2:36 pm
- Forum: Support - RCF
- Topic: [RCF-OPENSSL] Error in client
- Replies: 2
- Views: 7105
[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...