From et65537 at googlemail.com Fri Aug 22 18:08:25 2008 From: et65537 at googlemail.com (Edward Tait) Date: Fri, 22 Aug 2008 17:08:25 +0100 Subject: [pyOpenSSL] Support for EVP_verify and EVP_sign routines Message-ID: <1b6bf80808220908w4e60ea7bk664f63219a048417@mail.gmail.com> I have managed to add support for the EVP_sign* and EVP_verify* routines to pyOpenSSL, is there any interest in my sending in a patch? -------------- next part -------------- An HTML attachment was scrubbed... URL: From exarkun at divmod.com Fri Aug 22 18:26:13 2008 From: exarkun at divmod.com (Jean-Paul Calderone) Date: Fri, 22 Aug 2008 12:26:13 -0400 Subject: [pyOpenSSL] Support for EVP_verify and EVP_sign routines In-Reply-To: <1b6bf80808220908w4e60ea7bk664f63219a048417@mail.gmail.com> Message-ID: <20080822162613.29191.2115913942.divmod.quotient.17406@ohm> On Fri, 22 Aug 2008 17:08:25 +0100, Edward Tait wrote: >I have managed to add support for the EVP_sign* and EVP_verify* routines to >pyOpenSSL, is there any interest in my sending in a patch? > Sure. https://launchpad.net/pyopenssl Jean-Paul