From: Andre Noll Date: Sun, 10 Jul 2016 19:33:18 +0000 (+0200) Subject: gcrypt: Check file permissions of private keys. X-Git-Tag: v0.5.7~28 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=33d0d618adbd6bd7afafbbbe1fd0d60b7c8d561c;hp=33d0d618adbd6bd7afafbbbe1fd0d60b7c8d561c;p=paraslash.git gcrypt: Check file permissions of private keys. 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. ---