]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
gcrypt: Check file permissions of private keys.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Jul 2016 19:33:18 +0000 (21:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 22 Aug 2016 15:27:51 +0000 (17:27 +0200)
Before opening a private key, crypt.c checks that the permissions
are restrictive enough. However, the gcrypt implementation contains
no such check. This commit adds it.


No differences found