Changeset 92db95e9 in ffmpeg

Timestamp:
Nov 17, 2011, 1:11:38 PM (13 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
e0966eb1
Parents:
268fb3f9
git-author:
Martin Storsjö <martin@martin.st> (11/17/11 09:15:27)
git-committer:
Martin Storsjö <martin@martin.st> (11/17/11 13:11:38)
Message:

tls: Use TLSv1_client_method for OpenSSL

TLSv1 is compatible with SSLv3, so this doesn't change much
in terms of compatibility. By explicitly using TLSv1, OpenSSL
sends the server name indication (SNI) header, which we
already set using SSL_set_tlsext_host_name (earlier, this
didn't have any effect).

SNI allows servers to serve SSL content for different host
names with separate certificates on one single port (vhosts).

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.