[vlc-commits] keystore: add plaintext module
Thomas Guillem
git at videolan.org
Thu Jan 7 20:12:41 CET 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jan 7 18:32:55 2016 +0100| [cb4130bf9a7aa549ef09650c0141f2539e795001] | committer: Thomas Guillem
keystore: add plaintext module
Deactivated by default since secret is not encrypted.
To use it (for test purpose only):
./vlc --keystore=plaintext --keystore-plaintext-file=<my_file> <url>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb4130bf9a7aa549ef09650c0141f2539e795001
---
modules/MODULES_LIST | 1 +
modules/Makefile.am | 1 +
modules/keystore/Makefile.am | 4 +
modules/keystore/plaintext.c | 564 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 570 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=cb4130bf9a7aa549ef09650c0141f2539e795001
More information about the vlc-commits
mailing list