Skip to content

Commit

Permalink
Refactor encryption and key management logic to fix type-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Nov 25, 2021
1 parent fac74a5 commit 9834cad
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 9834cad

Please sign in to comment.