Kushal Das
Kushal Das
When we submit an unencrypted reply to the SecureDrop server, it returns error `400` with a proper message, from proxy and then in sdk we should make sure that the...
We should make it a must step to regenerate test data for `test_apiproxy.py` method in a Qubes VM for any change in SDK or proxy. This will help us to...
Right now if the user types wrong passphrase for the key while uploading the key to the card, it fails saying "Failed to upload to the card.". We should first...
``` apt install pcscd ``` or ``` $ sudo dnf install pcscd ``` and then ``` $ sudo systemctl restart pcscd ``` We need the `pcscd` service to be running...
The user should be able to revoke any given user ID.
The user should be allowed to add a new user ID (email).
We should allow the user to click and change the expiration date of any given subkeys, or all the subkeys together.
We should allow the user to change the password of a given key.
Right now we set the `PIP_INDEX_URL` to a certain given value, and then unset it after we are done. Maybe we should check if there is any value, store it,...
Missing Windows support, should be a small enough PR. But, we will need to find out/document all the corner cases for builds on Windows. Specially about extensions. I think we...