Removed the gpgme_set_signature_algorithm stuff. We can't add a
authorWerner Koch <wk@gnupg.org>
Thu, 28 Feb 2002 07:29:08 +0000 (07:29 +0000)
committerWerner Koch <wk@gnupg.org>
Thu, 28 Feb 2002 07:29:08 +0000 (07:29 +0000)
commite41f9e115a67adc48a6053e100325851fb287c40
tree3fa255a00a1b81a746ffc50727a2746228b8942c
parentf0d54d22da47b8e6161bd605165394a586973dc8
Removed the gpgme_set_signature_algorithm stuff.  We can't add a
function to our API without discussion the consequences of.  By design
the signature algorithm is a property of the signer's key and can't be
set arbitrary.  The library is named GnuPG Made Easy so we should not
burden the user with an API to select stuff which can only be done by
the backend.  Changes in gpgme require support by the backend.  If we
have the requirement to implement it, it will be done as a global
configuration option for signers or as meta-data asscociated with a
certificates for recipients. I habe not found this as a requirement of
the Aegypten project.
trunk/gpgme/gpgme.c
trunk/gpgme/gpgme.h