open_toontown_panda3d/tests/express
rdb 35348fd74a express: Do not rely on OpenSSL for MD5 hash support
These hashes are used in various places in the Panda codebase (for integrity checks, not for crypto), so using an internal implementation allows retaining this functionality when building Panda without OpenSSL.

Based on the following public domain implementation:
https://github.com/B-Con/crypto-algorithms
2023-02-22 16:47:14 +01:00
..
test_encrypt.py Merge branch 'release/1.10.x' 2022-12-04 19:28:03 +01:00
test_hashval.py express: Do not rely on OpenSSL for MD5 hash support 2023-02-22 16:47:14 +01:00
test_multifile.py express: Add support for bytes multifile encryption passwords (#1334) 2022-07-20 22:50:06 +02:00
test_pointertoarray.py express: Implement `copy.deepcopy()` for PointerToArray 2022-12-19 16:22:00 +01:00
test_zip.py express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00