Message433

Author werner
Recipients marc, bh
Date 2004-03-03.08:42:28
Content
I presume that you are not using gpgme_set_armor (c, 1):
It is not possible to export more than one certificate in DER encoded format
because there is no standard for doing so. 

I agree that gpgsm should return a awarning in this case.

Either export each certificate into its own file or use armor to crerate a PEM
format - gpgsm and IIRC openSSL are able to read this.
History
Date User Action Args
2004-03-03 08:42:28wernersetrecipients: + marc, bh
2004-03-03 08:42:28wernersetmessageid: <1078303348.45.0.371373268659.issue102@intevation.de>
2004-03-03 08:42:28wernerlinkissue102 messages
2004-03-03 08:42:28wernercreate