]> git.ipfire.org Git - people/ms/strongswan.git/commit
pki: Don't remove zero bytes in CRL serials anymore
authorTobias Brunner <tobias@strongswan.org>
Mon, 3 Oct 2016 10:15:10 +0000 (12:15 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 11 Oct 2016 15:18:22 +0000 (17:18 +0200)
commit790847d17c27c412b68a91a7f8505fbc083fa567
treea01907d1a17146ddffb6c50a9eb1cc4de3345667
parent49d9266c31383ee3494a6762def70fa9b75829c3
pki: Don't remove zero bytes in CRL serials anymore

This was added a few years ago because pki --signcrl once encoded serials
incorrectly as eight byte blobs.  But still ensure we have can handle
overflows in case the serial is encoded incorrectly without zero-prefix.
src/pki/commands/signcrl.c