On 2006-05-22, [EMAIL PROTECTED] wrote:
> Does this work?:
>
> key = M2Crypto.EVP.load_key(keyfile, lambda x: passphr)
> key.sign_init()
> key.sign_update(message)
> signature = key.final()

No, I get this:
AttributeError: PKey instance has no attribute 'sign_init'

Best regards,
-- 
Konrad
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to