Skip to content Skip to sidebar Skip to footer
Showing posts with the label Openssl

Create Pkcs#12 File With Self-signed Certificate Via Openssl In Windows For My Android App

I am writing an Android App that requires SSL certification for certain web requests. I need to bui… Read more Create Pkcs#12 File With Self-signed Certificate Via Openssl In Windows For My Android App

Aes_key And Aes_block_size Cannot Be Resolved

I wish to run a C program(works fine using gcc) on android. I have installed ndk for eclipse and ha… Read more Aes_key And Aes_block_size Cannot Be Resolved

Decrypting Openssl-encrypted File On Android With Java

I'm currently trying to implement file decryption on my Android app. The file will be encrypted… Read more Decrypting Openssl-encrypted File On Android With Java

Android Can't Load Local Libcrypto Unsatisfied Link Error

I need to run a newer version of openssl in my app than the one that comes in the OS. I was able to… Read more Android Can't Load Local Libcrypto Unsatisfied Link Error

Java.lang.unsatisfiedlinkerror: Dlopen Failed: Could Not Load Library "libcrypto.so.1.0.0" Needed By "libprivatessl.so";

I am using prebuilt openssl in my project.after loading app is crashing and giving this error java.… Read more Java.lang.unsatisfiedlinkerror: Dlopen Failed: Could Not Load Library "libcrypto.so.1.0.0" Needed By "libprivatessl.so";

Compiling Openssl On Android

I'm currently trying to get my Cocos2D-X project to connect to my server through SSL and I got … Read more Compiling Openssl On Android

How To Build Openssl On Android/linux ?

Hi I'm in need to build OpenSSL lib for Android NDK r5b, today it will be second day of my ... … Read more How To Build Openssl On Android/linux ?

Ssl/tls Protocols And Cipher Suites With The Androidhttpclient

EDIT: Apologies if my original post was poorly worded. It led to some confusion, represented by com… Read more Ssl/tls Protocols And Cipher Suites With The Androidhttpclient