Logoj0ke.net Open Build Service > Projects > devel:python > python-crypto > python-crypto.changes
Sign Up | Log In

File python-crypto.changes of Package python-crypto

 
1
-------------------------------------------------------------------
2
Tue Nov  2 15:45:32 UTC 2010 - pascal.bleser@opensuse.org
3
4
- require gmp-devel to enable fastmath features
5
6
- update to 2.3.0:
7
  * fix NameError when attempting to use deprecated getRandomNumber() function
8
  * _slowmath: Compute RSA u parameter when it's not given to RSA.construct; this makes _slowmath behave the same as _fastmath in this regard
9
  * make RSA.generate raise a more user-friendly exception message when the user tries to generate a bogus-length key
10
11
- changes from 2.2.0:
12
  * deprecated Crypto.Util.number.getRandomNumber(), which had confusing semantics; it's been replaced by getRandomNBitInteger and getRandomInteger
13
  * better isPrime() and getPrime() implementations that do a real Rabin-Miller probabilistic primality test (not the phony test we did before with fixed bases)
14
  * getStrongPrime() implementation for generating RSA primes
15
  * support for importing and exporting RSA keys in DER and PEM format
16
  * fix PyCrypto when floor division (python -Qnew) is enabled
17
18
-------------------------------------------------------------------
19
Thu Mar 18 17:01:03 CET 2010 - matejcik@suse.cz
20
21
- update to 2.1.0 - newly maintained at upstream
22
  * many bugfixes, minor API updates and deprecations
23
    (see included ChangeLog for details)
24
  * reimplementation of several algorithms to alleviate
25
    copyright concerns
26
  * documentation now in rst format, epydoc config supplied
27
  * integrated test suite
28
- enabled test suite in %check stage
29
30
-------------------------------------------------------------------
31
Tue Nov  3 19:09:40 UTC 2009 - coolo@novell.com
32
33
- updated patches to apply with fuzz=0
34
35
-------------------------------------------------------------------
36
Tue Mar 10 18:29:49 CET 2009 - matejcik@suse.cz
37
38
- fixed buffer overflow in ARC2 module (CVE-2009-0544,
39
  bnc#483345 )
40
41
-------------------------------------------------------------------
42
Thu Oct 19 18:17:38 CEST 2006 - jmatejek@suse.cz
43
44
- minor fixes for better 64bit PEP353 compatibility
45
46
-------------------------------------------------------------------
47
Tue Feb 28 16:46:03 CET 2006 - jmatejek@suse.cz
48
49
- updated to reflect python changes due to #149809
50
51
-------------------------------------------------------------------
52
Wed Jan 25 21:40:46 CET 2006 - mls@suse.de
53
54
- converted neededforbuild to BuildRequires
55
56
-------------------------------------------------------------------
57
Mon Oct 31 12:39:47 CET 2005 - dmueller@suse.de
58
59
- don't build as root 
60
61
-------------------------------------------------------------------
62
Mon Oct 10 12:29:36 CEST 2005 - jmatejek@suse.cz
63
64
- update to 2.0.1
65
66
-------------------------------------------------------------------
67
Tue Feb  8 11:15:21 CET 2005 - tcrhak@suse.cz
68
69
- created new package
70
71