Changes between Version 17 and Version 18 of SRTP


Ignore:
Timestamp:
Oct 5, 2017 8:18:33 AM (7 years ago)
Author:
riza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SRTP

    v17 v18  
    185185The neat thing about this design is the SRTP "adapter" then can be used to encrypt any kind of media transports. We currently have UDP and ICE media transports that can benefit SRTP, and we could add SRTP to any media transports that will be added in the future. 
    186186 
     187=== AES-GCM support === 
     188 
     189Pjsip 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. 
     190Updating the libSRTP was done in #1993, included in 2.7. 
     191 
     192As an alternative to the bundled libSRTP, users are also allowed to use external libSRTP by specifying `--with-external-srtp`. 
     193Using #2050, it's been tested to work with external libSRTP 1.5.4 and 2.1.0. 
     194Note about this option, using libSRTP with AES-GCM would also require the user to enable building pjsip with ssl. 
     195