OLD | NEW |
1 Changelog | 1 Changelog |
2 | 2 |
| 3 1.5.0 |
| 4 |
| 5 Add support for using OpenSSL crypto using the --enable-openssl |
| 6 option. |
| 7 |
| 8 Add support for AES-GCM crypto suites. |
| 9 |
| 10 Add support for pkg_config. |
| 11 |
| 12 Add user data API to allow user to associate additional data with a |
| 13 SRTP context. |
| 14 |
| 15 This release also includes a variety of bug fixes, which can be |
| 16 viewed at: https://github.com/cisco/libsrtp/commits/master |
| 17 |
| 18 Note: The change log was not maintained between versions 1.3.20 and |
| 19 1.4.5. |
| 20 |
3 1.3.20 | 21 1.3.20 |
4 | 22 |
5 Lots of changes. Thanks to Jeff Chan for catching a memory leak and | 23 Lots of changes. Thanks to Jeff Chan for catching a memory leak and |
6 helping track down the endian issues with the SSRCs. | 24 helping track down the endian issues with the SSRCs. |
7 | 25 |
8 1.3.8 | 26 1.3.8 |
9 | 27 |
10 This is an interim release. Several little-endian bugs were identified | 28 This is an interim release. Several little-endian bugs were identified |
11 and fixed; this means that we can use intel/linux for development again. | 29 and fixed; this means that we can use intel/linux for development again. |
12 | 30 |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 automatically recovers from bad estimates. This was required to | 232 automatically recovers from bad estimates. This was required to |
215 prevent spurious failures. | 233 prevent spurious failures. |
216 | 234 |
217 Made rdbx_estimate_index(...) function smarter, so that initial RTP | 235 Made rdbx_estimate_index(...) function smarter, so that initial RTP |
218 sequence numbers greater than 32,768 don't cause it to estimate the | 236 sequence numbers greater than 32,768 don't cause it to estimate the |
219 rollover counter of 0xffffffff. | 237 rollover counter of 0xffffffff. |
220 | 238 |
221 | 239 |
222 1.0.0 Initial release | 240 1.0.0 Initial release |
223 | 241 |
OLD | NEW |