]> git.sesse.net Git - vlc/commit
tls: unify server and client credential & session concepts
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 29 Sep 2012 13:10:02 +0000 (16:10 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 29 Sep 2012 18:26:43 +0000 (21:26 +0300)
commit3b14b63995cae2a8f92b66acf14679e4a7f71cc5
tree4de4c2d7fecc09f2bb3913599616dba786668393
parentb027bfd8bfc249e54bb9c902a333c664a2fe7b9a
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.
include/vlc_tls.h
modules/misc/gnutls.c
src/network/tls.c