borgbackup/docs
Thomas Waldmann 9fa76bc437
use argon2 from openssl >= 3.2, drop argon2-cffi, fixes #7963
- 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.
2026-05-11 20:15:17 +02:00
..
3rd_party fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
_static revert logo colour to #00dd00 (per @TW) 2017-08-16 17:50:59 +02:00
_templates docs: move RTD version selector to sidebar top-left 2026-03-02 20:46:26 +01:00
binaries CI: use macOS 15 for binary builds 2025-12-15 17:40:51 +01:00
borg_theme/css docs: move RTD version selector to sidebar top-left 2026-03-02 20:46:26 +01:00
deployment fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
internals use argon2 from openssl >= 3.2, drop argon2-cffi, fixes #7963 2026-05-11 20:15:17 +02:00
man build_usage build_man 2026-03-15 14:37:50 +01:00
misc manual corrections/reverts 2025-09-23 14:56:35 +02:00
usage Fixes tests/docs assuming XDG_* vars not used on macOS 2026-04-03 11:34:10 +02:00
authors.rst fix levels in authors section 2016-11-04 21:14:59 -04:00
book.rst fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
changes.rst Fixes tests/docs assuming XDG_* vars not used on macOS 2026-04-03 11:34:10 +02:00
changes_0.x.rst fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
changes_1.x.rst fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
conf.py docs: move RTD version selector to sidebar top-left 2026-03-02 20:46:26 +01:00
deployment.rst add non-root deployment strategy 2024-02-24 21:17:01 +01:00
development.rst CI: use locked requirements, add canary job, fixes #9361 2026-03-12 15:01:00 +01:00
faq.rst docs: archive specification, FAQ, fixes #9248, fixes #9053 2026-03-06 21:36:05 +01:00
global.rst.inc use xxhash from PyPI, fixes #6535 2026-03-08 13:06:01 +01:00
index.rst fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
installation.rst use argon2 from openssl >= 3.2, drop argon2-cffi, fixes #7963 2026-05-11 20:15:17 +02:00
internals.rst fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
introduction.rst fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
Makefile fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
man_intro.rst fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
quickstart.rst docs: consolidate key backup info in borg key export, fixes #6204 2026-02-08 11:50:31 +01:00
quickstart_example.rst.inc manual corrections/reverts 2025-09-23 14:56:35 +02:00
support.rst docs: reflow some really long lines 2020-03-11 16:27:57 -07:00
usage.rst completion: borg can now generate completion scripts for supported shells, fixes #9172 2025-11-17 18:47:00 +01:00
usage_general.rst.inc [DOCS] #4587 – Make Sphinx warnings break docs build 2020-03-16 19:22:59 +01:00