
GPGServices should not check the extension of a file which is being processed but rather its content
Reported by Luke Le | August 6th, 2014 @ 05:12 PM | in 1.11.6 (closed)
Based on the content a decision should be formed, what operation to run.
Content includes key data -> import key
Content is encrypted -> decrypt (decrypted content is key) ->
import key
Content is signed -> verify
...
Comments and changes to this ticket
-
-
-
Support September 16th, 2016 @ 04:00 PM
- Tag changed from to #tag id: 460388, name:
Assigned to Tender discussion #50065.
-
Support January 21st, 2017 @ 10:50 PM
- Tag changed from #tag id: 460388, name: to tag id 460388, name
Assigned to Tender discussion #50819.
-
-
-
Support June 5th, 2018 @ 11:38 PM
- Tag changed from to #tag id: 460388, name:
Assigned to Tender discussion #9449.
-
-
Support October 16th, 2018 @ 05:22 PM
- State changed from new to fixed
- Assigned user set to Mento
- Milestone set to 1.11.6
(from [50a5d77c9a17eaccd8107a4056780d1506cc3032]) Check file content to select operation.
[#201 state:fixed assigned:mento milestone:1.11.6] https://github.com/GPGTools/GPGServices/commit/50a5d77c9a17eaccd810...
-
steve October 24th, 2018 @ 12:22 PM
- State changed from fixed to released
- Tag cleared.
macOS 10.13.6
GPG Suite 2370ncreated encrypted file with .asc suffix (expected gpg) → double click → GPG Services decryption ✓
created signature file with .gpg suffix (expected asc) → double click → GPG Services verification ✓
created public key file with .gpg suffix (expected asc) → double click → GPG Services import ✓verified
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Referenced by
-
109 Check content of .asc and appropriately either decrypt / or verify Duplicate of #201