]> git.tuebingen.mpg.de Git - paraslash.git/commit
gcrypt: Initialize key size of public ASN keys.
authorAndre Noll <maan@systemlinux.org>
Wed, 18 Feb 2015 15:40:40 +0000 (16:40 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 6 Apr 2015 17:10:55 +0000 (17:10 +0000)
commit1641ae9fd2ed9bee616396a410c6e5cf65253064
treee27e508604313efcc4c4f7b7fb6f28729159473f
parenta092ce3940929f594d1f55d945cf43081706fb4b
gcrypt: Initialize key size of public ASN keys.

This bug could make applications acccept short keys. Not a serious
problem since (a) ASN keys are deprecated in favor of ssh keys and
(b) encrypting a 256 byte buffer fails anyways on short keys. Let's
fix it anyway.
gcrypt.c