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