RE: How to store multiple signatures in a file

2012-10-05 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Henrik Grindal Bakken > Sent: Friday, 05 October, 2012 03:47 > Hi. I have a list of (RSA) signatures made on the same digest, and > I'd like to store them in a single file. > > A simple solution is obviously to e.g. store the length of sig0 >

How to store multiple signatures in a file

2012-10-05 Thread Henrik Grindal Bakken
Hi. I have a list of (RSA) signatures made on the same digest, and I'd like to store them in a single file. A simple solution is obviously to e.g. store the length of sig0 (32 bits, network byte order) first, then sig0, then l(sig1), then sig1, etc., but I was wondering if there was a standard w