From 51680b6ebb645d37ebdfcd122ca163b3a638aefa Mon Sep 17 00:00:00 2001 From: Tails developers Date: Fri, 19 Dec 2014 00:40:08 +0100 Subject: files copied from https://git-tails.immerda.ch/tails - many thanks to the tails developers for their nice work and documentation of it - these files have been released under the GNU General Public License version 3 or (at your option) any later version features/images has been omitted --- features/torified_gnupg.feature | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 features/torified_gnupg.feature (limited to 'features/torified_gnupg.feature') diff --git a/features/torified_gnupg.feature b/features/torified_gnupg.feature new file mode 100644 index 00000000..a5820681 --- /dev/null +++ b/features/torified_gnupg.feature @@ -0,0 +1,31 @@ +@product +Feature: Keyserver interaction with GnuPG + As a Tails user + when I interact with keyservers using various GnuPG tools + the configured keyserver must be used + and all Internet traffic should flow only through Tor. + + Background: + Given a computer + And I capture all network traffic + And I start the computer + And the computer boots Tails + And I log in to a new session + And GNOME has started + And Tor is ready + And all notifications have disappeared + And available upgrades have been checked + And the "10CC5BC7" OpenPGP key is not in the live user's public keyring + And I save the state so the background can be restored next scenario + + Scenario: Fetching OpenPGP keys using GnuPG should work and be done over Tor. + When I fetch the "10CC5BC7" OpenPGP key using the GnuPG CLI + Then GnuPG uses the configured keyserver + And the GnuPG fetch is successful + And the "10CC5BC7" key is in the live user's public keyring after at most 120 seconds + And all Internet traffic has only flowed through Tor + + Scenario: Fetching OpenPGP keys using Seahorse should work and be done over Tor. + When I fetch the "10CC5BC7" OpenPGP key using Seahorse + Then the "10CC5BC7" key is in the live user's public keyring after at most 120 seconds + And all Internet traffic has only flowed through Tor -- cgit v1.2.3-54-g00ecf