-----Original Message-----
Hello,
I am a new user to OpenSSL. I have couple of questions.
Background:
I am working on a client/server environment. Both communicate with each other via TCPIP/UDP protocol. Client is on Linux and Server is on AIX. We need to encrypt messages going between them and also able to decrypt the messages received. Application that we are communicating is currently return in “C”.
By going through documents in openssl.org , I found out that I could use libcrypto.so on both LINUX and AIX side and use it’s high level EVP interface functions to achieve what we are looking for. Here are the functions that I am planning to use.
EVP_EncryptInit_ex, EVP_EncryptUpdate, EVP_EncryptFinal fo Encrytion and Evp_DecryptInit_ex, EVP_DecryptUpdate, EVP_DecryptFinal for Decryption.
And I am planning to use blowfish symmetric cipher algorithm.
Now my questions are:
Please reply. Thanks for your help.
Regards, Radhika.
|