You can hook your engine to the crypto library to do the enc/dec. But I don't think you can completely avoid the libcrypto.so. Someone please correct me if I am wrong.
On 14 February 2014 16:40, Indtiny S <indt...@gmail.com> wrote: > Hi, > > I have written a my code for AES_CCM ciper suite. > > I want to use the openssl libray mainly *libssl.so* to do the handshake > and part of the record layer part . > > Because I want to run this on the embedded target(my target has very less > memory) I dont want to put the libcrypto.so provide by openssl. > > Instead of using crypto by ssl library for any Record layer calls , I just > want to use my crypto functions do the encryption and decryption . > > Can somebody suggest how to do this with openssl ? > > Rgds > Indra >