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

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


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Sep 29 16:10:02 2012 +0300| [dd17b7e0816f188d4bf889ad25e87ba39fd31d81] | 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=dd17b7e0816f188d4bf889ad25e87ba39fd31d81
---

 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=dd17b7e0816f188d4bf889ad25e87ba39fd31d81


More information about the vlc-commits mailing list