[vlc-commits] tls: unify server and client credential & session concepts
Rémi Denis-Courmont
git at videolan.org
Sat Sep 29 20:27:27 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Sep 29 16:10:02 2012 +0300| [3b14b63995cae2a8f92b66acf14679e4a7f71cc5] | 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=3b14b63995cae2a8f92b66acf14679e4a7f71cc5
---
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=3b14b63995cae2a8f92b66acf14679e4a7f71cc5
More information about the vlc-commits
mailing list