1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-25 18:01:01 +01:00

Add info about turn_session_info tls_method changed behavior

This commit is contained in:
Mészáros Mihály 2019-05-20 14:34:15 +02:00
parent e4f688972d
commit dbbd4e6559

View File

@ -21,6 +21,11 @@ Version 4.5.1.2 'dan Eider':
* fix mongo driver crash when invalid connection string is used
- merge PR #392 enhanced fread return length check (by islamoglus)
- merge PR #367 disconnect database gracefully (by Shu Muto)
- merge PR #382 (by islamoglus)
* Using SSL_get_version method for BoringSSL compatibility
* Now we put in turn_session_info->tls_method the real TLS version.
Earlier we put UNKNOWN in this field if it was a TLS protocol
that was not defined supportel TLS protocol during compile time.
02/03/2019 Oleg Moskalenko <mom040267@gmail.com> Mihály Mészáros <misi@majd.eu>
Version 4.5.1.1 'dan Eider':