Im trying to write a small utiltiy to allow me to sign files, and check
the sigs at a later time. Really it should be incorperated in a larger
application.

OK, Im having alot of trouble using DSA sigs and keys. The man pages seem
to be very incomplete.  After many trips through the source I found to
gems, i2d_DSAPrivateKey_fp and i2d_DSA_PUBKEY_fp , seem to allow me to
write keys to disk. The next problem is writing DSA_SIG's to disk.
I tried i2d_DSA_SIG, and d2i_DSA_SIG , but Im not guessing the paramters
correctly. Does any know how to write/read a sig to disk?, or have some
sample code? or even some man pages? The openssl code is oddly completely
lacking in comments.


thanks.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to