
Check content of .asc and appropriately either decrypt / or verify
Reported by Luke Le | December 19th, 2011 @ 07:20 PM | in 1.11.3 (closed)
At the moment clicking on a .asc file GPGServices tries to
verify the file.
.asc files can also contain encrypted data.
GPGServices should check the PGP armor and execute the correct operation.
Comments and changes to this ticket
-
-
Jeff burdges January 2nd, 2012 @ 02:39 AM
- Importance changed from to
An .asc file could even contain a key to import, btw.
-
Luke Le January 2nd, 2012 @ 09:04 AM
@Jeff: true but the title was long already so I didn't wanna add it :), but I should have added it in the description
-
Jeff burdges January 13th, 2012 @ 06:06 PM
- Milestone changed from 1.7 to 1.8
- Importance changed from to
Does Libmacgpg or anything offer support for identifying the file's contents? We probably just need a separate "handle unknown gpg file" method which verifies or decrypts as appropriate. I'm unsure what is should do for importing keys, but maybe we should not import by default.
-
Mento January 29th, 2012 @ 03:47 PM
NSArray *packets = [GPGPacket packetsWithData:data]; for GPGPacket *packet in packets { NSLog(@"%i", packet.type); }
-
steve May 12th, 2017 @ 11:24 AM
- State changed from open to new
- Assigned user cleared.
- Milestone cleared.
- Importance changed from to Low
-
steve March 22nd, 2018 @ 12:07 PM
- State changed from new to duplicate
- Milestone set to 1.11.3
Duplicate of #201
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 ยป
People watching this ticket
Referenced by
-
51 Import keys from gpg files Duplicate of http://gpgtools.lighthouseapp.com/projects/...