[PYTHON-CRYPTO] M2Crypto improvements

Ng Pheng Siong ngps at POST1.COM
Mon Apr 5 16:48:35 CEST 2004


On Wed, Mar 31, 2004 at 10:14:51PM -0800, Heikki Toivonen wrote:
> * In my opinion we should get rid of the raw C ptrs in the Python object 
> method parameters if there is a corresponding high level Python object 
> available. 

I agree.

> I think 0.13(p1) has also introduced a bug: the server3/client3 samples 
> used to work in 0.12 with my changes, but now with the attached patch 
> applied against 0.13(p1) the samples no longer work. Namely, I get the 
> following traceback:

Heh, sorry about this. I believe this may a case where something that fails
silently previously now raises an exception because of proper error
checking. The problem is not in the apparently-failing call. I need to dig
around a bit.

> -Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved."""
> +Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
> +
> +Portions Copyright (c) 2004 Open Source Applications Foundation.
> +Author: Heikki Toivonen

To all who will contribute code (or have in the past), please feel free to
add your copyright notices as Heikki as done here.

I do ask that you agree to put your code under M2Crypto's very liberal
license.

Um, haven't asked Heikki yet. ;-) Heikki, okay with the licensing?

Peter Teniz, who contributed most of the new X509 stuff in 0.13, has sent
me more code. I think there is some overlap in functionality between
Peter's code and Heikki's patches here. I'll try to spend the next several
evenings integrating the patches.

Thanks again. Cheers.

-- 
Ng Pheng Siong <ngps at netmemetic.com> 

http://firewall.rulemaker.net -+- Firewall Change Management & Version Control
http://sandbox.rulemaker.net/ngps -+- Open Source Python Crypto & SSL




More information about the python-crypto mailing list