]> git.sesse.net Git - vlc/commit
Write computed Diffie-Hellman-Merkel parameters to VLC cache.
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 22 Sep 2007 17:13:55 +0000 (17:13 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 22 Sep 2007 17:13:55 +0000 (17:13 +0000)
commit18cfb8ae98d02e4a848f5bfd5eecf1cfd7b3a974
tree0208e8915fb7ce34edf7b80da20cc351cba3b266
parent408e72b850277cb54b072e7c617092373d8eb3cb
Write computed Diffie-Hellman-Merkel parameters to VLC cache.
These are are quite slow to compute, so it could be used to speed up start up
once reading them from the cache is also implemented.

Hmm, there is a security problem in this commit (cache file is world-readable).
modules/misc/gnutls.c