Skip to content

Commit

Permalink
Merge pull request #6160 from nabla-c0d3/refactor-key-and-encryption-…
Browse files Browse the repository at this point in the history
…mgmt

Refactor encryption logic to fix type-checking and improve tests (CryptoUtil 3/3)
  • Loading branch information
zenmonkeykstop authored Dec 17, 2021
2 parents 12b6c67 + 6fa34d0 commit 6cb4578
Show file tree
Hide file tree
Showing 26 changed files with 779 additions and 625 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@
/var/www/securedrop/__pycache__/ rw,
/var/www/securedrop/__pycache__/* rw,
/var/www/securedrop/config.py r,
/var/www/securedrop/crypto_util.py r,
/var/www/securedrop/db.py r,
/var/www/securedrop/dictionaries/adjectives.txt r,
/var/www/securedrop/dictionaries/nouns.txt r,
/var/www/securedrop/encryption.py r,
/var/www/securedrop/execution.py r,
/var/www/securedrop/i18n.py r,
/var/www/securedrop/journalist.py r,
Expand Down
221 changes: 0 additions & 221 deletions securedrop/crypto_util.py

This file was deleted.

Loading

0 comments on commit 6cb4578

Please sign in to comment.