[pyOpenSSL] Patch submission process

Jean-Paul Calderone exarkun at divmod.com
Thu Oct 16 03:21:36 CEST 2008


On Thu, 16 Oct 2008 12:16:34 +1100, Morgan Reed <morgan.s.reed at gmail.com> wrote:
>Hi all,
>
>       I've been working on extending the PyOpenSSL bindings to
>accommodate my needs over the past week or so, essentially building an
>interface to some of the low-level RSA functions.
>
>Thus far I've wrapped RSA_generate_key RSA_public_encrypt,
>RSA_private_encrypt, RSA_public_decrypt, RSA_private_decrypt, I'm
>planning completing my RSA_sign and RSA_verify wrappers in the next
>couple of days.
>
>Just wondering how I should go about submitting the new files an
>required patches (I'm extending the 0.8a1 codebase).
>

Patches attached to tickets in Launchpad are good.  bzr branches are also
good.  Changes with unit tests and documentation are best. :)

Jean-Paul




More information about the pyopenssl-users mailing list