mirror of
https://github.com/borgbackup/borg.git
synced 2026-07-10 02:31:22 -04:00
- src/borg/crypto/low_level.pyx: implement `argon2_hash` using OpenSSL's `EVP_KDF` API for ARGON2 (requires OpenSSL >= 3.2.0). - src/borg/crypto/key.py: switch to the native `argon2_hash` implementation, removing `argon2-cffi` dependency. - setup.py: require OpenSSL >= 3.2.0 for the crypto extension to ensure ARGON2 KDF support is available. - pyproject.toml: drop `argon2-cffi` dependency. - docs: update installation requirements and security documentation to reflect the transition to OpenSSL for Argon2. |
||
|---|---|---|
| .. | ||
| make-testdata | ||
| shell_completions/fish | ||
| borg.exe.spec | ||
| build-borg-using-nuitka.sh | ||
| build-borg-using-pyinstaller.sh | ||
| chunker_bench.py | ||
| Dockerfile.linux-run | ||
| errorlist.py | ||
| fetch-binaries | ||
| glibc_check.py | ||
| linux-run | ||
| make.py | ||
| msys2-install-deps | ||
| rest_perf_test.sh | ||
| sdist-sign | ||
| sign-binaries | ||
| upload-pypi | ||