| 187 | === AES-GCM support === |
| 188 | |
| 189 | Pjsip 2.6 enabled the support for AES-GCM (#1943), however the bundled libSRTP (1.5.4) at that time has compatibility issue with OpenSSL 1.1.0. |
| 190 | Updating the libSRTP was done in #1993, included in 2.7. |
| 191 | |
| 192 | As an alternative to the bundled libSRTP, users are also allowed to use external libSRTP by specifying `--with-external-srtp`. |
| 193 | Using #2050, it's been tested to work with external libSRTP 1.5.4 and 2.1.0. |
| 194 | Note about this option, using libSRTP with AES-GCM would also require the user to enable building pjsip with ssl. |
| 195 | |