On Fri, Sep 26, 2003, Robin Ehrlich wrote: > I would like to be able to add some of my own S/MIME signed attributes based > on characteristics of the message. > > Could a callback procedure be added to pk7_smime.c:PKCS7_sign() to support > such a feature?
PKCS7_sign() is meant to be a simple PKCS#7 signer which just (hopefully) does all the right things. Things like adding custom signed attributes can be done using the low level API which the source to PKCS7_sign() uses. Steve. -- Dr Stephen N. Henson. Core developer of the OpenSSL project: http://www.openssl.org/ Freelance consultant see: http://www.drh-consultancy.demon.co.uk/ Email: [EMAIL PROTECTED], PGP key: via homepage. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
