]> git.tue.mpg.de Git - paraslash.git/commit
gcrypt: Check return value of unpad_oaep().
authorAndre Noll <maan@systemlinux.org>
Sun, 7 Aug 2011 19:19:21 +0000 (21:19 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 7 Aug 2011 19:19:21 +0000 (21:19 +0200)
commit28f8e42aa8a086fa25b1d1668945aed415a55b28
tree562c207302aa97d606a7679bab2180d4d1bc776d
parente9ac00becb2aba5bbbf51b4803b81b10ed4d6788
gcrypt: Check return value of unpad_oaep().

unpad_oaep() may fail, so we have to check the return value.
gcrypt.c