Ticket #55 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

crypto.py

Reported by: jnz_ Assigned to:
Priority: major Component: Netsukuku
Version: Netsukuku-SVN Keywords:
Cc:

Description

crypto improvements: created class KeyPair? similar to M2Crypto.RSA.RSA, a wrapper class PublicKey? that can be serialized with rencode, file support.

TODO: - the public keys are serialized like string in PEM format, compressed bytes are preferable. - the file path passed at KeyPair? should be taken from settings

Attachments

crypto.2.py (4.3 kB) - added by jnz_ on 06/21/09 18:34:02.
test_crypto.2.py (4.3 kB) - added by jnz_ on 06/21/09 18:34:21.
crypto.py (4.3 kB) - added by jnz_ on 06/21/09 18:36:51.
test_crypto.py (4.3 kB) - added by jnz_ on 06/21/09 19:01:24.

Change History

06/20/09 20:26:04 changed by jnz_

  • type changed from defect to enhancement.

06/21/09 18:34:02 changed by jnz_

  • attachment crypto.2.py added.

06/21/09 18:34:21 changed by jnz_

  • attachment test_crypto.2.py added.

06/21/09 18:36:51 changed by jnz_

  • attachment crypto.py added.

06/21/09 19:01:24 changed by jnz_

  • attachment test_crypto.py added.

06/21/09 19:14:48 changed by eriol

  • status changed from new to closed.
  • resolution set to fixed.

(In [1610]) Closes #55 --- Upgraded module and added tests by jnz