Fix RSA encryption padding terminator in gmp plugin, broken with 5025135f

This commit is contained in:
Martin Willi
2012-10-24 20:26:10 +02:00
parent e34573dd48
commit 828cefc313
@@ -361,6 +361,8 @@ METHOD(public_key_t, encrypt_, bool,
} }
rng->destroy(rng); rng->destroy(rng);
pos += padding;
/* append the padding terminator */ /* append the padding terminator */
*pos++ = 0x00; *pos++ = 0x00;