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 way of doing
this that would make more sense.

>From what I could dig out, PEM doesn't support encoding signatures.

Any suggestions?

-- 
Henrik Grindal Bakken <h...@ifi.uio.no>
PGP ID: 8D436E52
Fingerprint: 131D 9590 F0CF 47EF 7963  02AF 9236 D25A 8D43 6E52
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to