Hello,
I have downloaded and unzipped kamailio package available online. I want to know about TLS module, My question is that where is the encryption module located in TLS module ?? Is it in some .c file of TLS module or does TLS module use AES encryption available in LINUX or UNIX systems?? This question arises because I want to customize AES algorithm ?? Can it be done in TLS module or not ??
Regards, Aawaise
-- View this message in context: http://sip-router.1086192.n5.nabble.com/Customize-Encryption-Algorithm-in-TL... Sent from the Development mailing list archive at Nabble.com.
Hello,
On 10/09/14 08:11, aawaise wrote:
Hello,
I have downloaded and unzipped kamailio package available online. I want to know about TLS module, My question is that where is the encryption module located in TLS module ?? Is it in some .c file of TLS module or does TLS module use AES encryption available in LINUX or UNIX systems?? This question arises because I want to customize AES algorithm ?? Can it be done in TLS module or not ??
tls module is using libssl (from openssl) for encryption, you have to change that library in order to modify an algorithm.
Cheers, Daniel