Hello Everyone,
I am trying to enable the AES_256_GCM crypto suite on asterisk 18. I tried below things but didn’t work. Can some one help me on that.
- CFLAGS=‘-DENABLE_SRTP_AES_GCM’ ./configure (It is enabling 128 bit GCM but not 256)
- CFLAGS=‘-DENABLE_SRTP_AES_256_GCM’ ./configure(Not working)
- CFLAGS=‘-DENABLE_SRTP_AES_GCM_256’ ./configure(not working)
Please let me know using which flag we can enable the AES_256_GCM crypto suite.