./chat/py-axolotl, Python port of the ratcheting forward secrecy protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.3nb1, Package name: py310-axolotl-0.2.3nb1, Maintainer: pkgsrc-users

Python port of the ratcheting forward secrecy protocol used in several
chat protocols.


Required to run:
[devel/py-setuptools] [lang/python27] [devel/py-protobuf]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 37.285 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-03 15:06:52 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-axolotl: fix DEPENDS line
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Remove SHA1 hashes for distfiles
   2021-09-30 20:57:26 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-axolotl: updated to 0.2.3

0.2.3
- Apply padding also to messages of blocksize (16 bytes) length before
encryption

0.2.2
- Fixed error when plaintext to encrypt does not need padding

0.2.1
- Fixed error when signed prekey id is zero

0.2.0
- All operations are now to be done on bytes (which is str in py2),
removing all the need for decode/encode mumbo jumbo that was used in this lib
- Updated implementation of KeyHelper.generateRegistrationId to generate
values up to 16380 by default, and allow extending to 2147483647
- v2 messages are now not supported
- Use PKCS7 from cryptography lib for padding instead of own
implementation.
   2018-09-19 22:39:53 by Nia Alarie | Files touched by this commit (9)
Log message:
chat/py-axolotl: Import version 0.1.42

Python port of the ratcheting forward secrecy protocol used in several
chat protocols.