[vlc-commits] tls: unify server and client credential & session concepts

Rémi Denis-Courmont git at videolan.org
Sat Sep 29 18:02:17 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Sep 29 16:10:02 2012 +0300| [1c533620475c7b1d9399f8ad8b4f5b27a67a4f38] | committer: Rémi Denis-Courmont

tls: unify server and client credential & session concepts

The TLS plugin now supports reusing the same set of credentials for
multiple sessions also on the client side.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c533620475c7b1d9399f8ad8b4f5b27a67a4f38
---

 include/vlc_tls.h     |    8 +-
 modules/misc/gnutls.c |  231 +++++++++++++++++++++++--------------------------
 src/network/tls.c     |   98 +++++++++++----------
 3 files changed, 163 insertions(+), 174 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1c533620475c7b1d9399f8ad8b4f5b27a67a4f38


More information about the vlc-commits mailing list