You might be better served using a smaller library like PolarSSL for an embedded target.
-Sam Kerr From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Indtiny S Sent: Friday, February 14, 2014 6:10 AM To: openssl-users@openssl.org; openssl-...@openssl.org Subject: How to add my own crypto with openssl libs 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