Assuming you installed the Android NDK, you must have a folder called
samples somewhere with the native examples 'hello-jni'. Just look at
how the code works, and simply create a wrapper to wrap around the
OpenSSL functions.

On Thu, Sep 13, 2012 at 7:54 PM, farmdve data.bg <farm...@data.bg> wrote:
> I see you resolved the missing libz library errors.
>
> Well, it get's tricky now. You must create an Android project, create
> a JNI library which will wrap around the real code, since Java cannot
> directly access native functions. And use the emulator to test the
> code.
>
> On Thu, Sep 13, 2012 at 7:43 PM, Indtiny s <indt...@gmail.com> wrote:
>> Hi,
>>
>> I have added the AES-ECC-CCM chiper suite openssl downloaded from this site
>> https://github.com/aluvalassuman/OpenSSL1.0.1cForAndroid
>> .
>>
>> after I ran androi-ndk build  and I got the 4 shared libraries
>> libssl.so,libcrypto.so, openssl,ssltest . now I have to check the chiper
>> suite which I have added in to that ..
>>
>> Is there some way to check ?
>>
>> Rgds
>> Indu
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to