2022-01-22 15:29:17 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-aes: fix PLIST for python 2.7 |
2022-01-10 21:25:12 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-aes: fix for python 2.7 |
2022-01-10 09:48:30 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-aes: convert to egg.mk |
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message: security: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo \ cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2 |
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message: security: Remove SHA1 hashes for distfiles |
2020-07-21 23:19:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aes: updated to 1.6.1 1.6.1: Fixed Blockfeeder incorrectly accepted empty string as input termiations Fixed typos in docs |
2016-06-14 09:58:40 by Kamil Rytarowski | Files touched by this commit (4) |
Log message: Import pyaes-1.6.0 as security/py-aes A pure-Python implmentation of the AES block cipher algorithm and the common modes of operation (CBC, CFB, CTR, ECB and OFB). Features: - Supports all AES key sizes - Supports all AES common modes - Pure-Python (no external dependancies) - BlockFeeder API allows streams to easily be encrypted and decrypted - Python 2.x and 3.x support (make sure you pass in bytes(), not strings for Python 3) |