Skip to content

Commit

Permalink
Refactor key management and encryption and remove CryptoUtil
Browse files Browse the repository at this point in the history
Fix the tests

Save new key's fingerprint to Redis

Implement encrypt and decrypt methods

Remove TODO

Some more changes

Implement some more tests

Fix remaining tests

fix

Finalized test suite

Run black

Linting

Tweak

Revert new variable name

AppArmor

Fix teardown code
  • Loading branch information
nabla-c0d3 committed Nov 8, 2021
1 parent 1db19d0 commit adeb4a6
Show file tree
Hide file tree
Showing 26 changed files with 784 additions and 607 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 adeb4a6

Please sign in to comment.