-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
The adobe AATL list is downloadable here:
http://trustlist.adobe.com/tl12.acrobatsecuritysettings
This is a PDF that contains an XML file that looks like this:
SecuritySettings.xml.zip
We need to support:
- fetching the above url
- extracting the xml
- parsing the xml and extracting the certs
We have what we need for #1 and #3, @YuryStrozhevsky will give us an SDK that lets us attach and embed attachments in the next month or so.
We could hard code the example securitysettings.xml file and make the rest work and add that in later.
'CCing @fotisl incase he has time and interest :)