<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Security Matters</title>
	<atom:link href="http://blogs.adobe.com/security/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/security</link>
	<description>News, views, and other informal discussions about Adobe Systems Information Assurance initiatives that protect information by ensuring their authenticity, integrity, confidentiality/privacy, and non-repudiation. Digital Rights Management (DRM), Information Rights Management (IRM), digital signatures, Public Key Infrastructure (PKI), and identity management will be discussed frequently for Adobe applications and file formats.</description>
	<lastBuildDate>Mon, 19 Mar 2012 18:13:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Digital Signatures with PIV and PIV-I Credentials</title>
		<link>http://blogs.adobe.com/security/2012/03/digital-signatures-with-piv-and-piv-i-credentials.html</link>
		<comments>http://blogs.adobe.com/security/2012/03/digital-signatures-with-piv-and-piv-i-credentials.html#comments</comments>
		<pubDate>Mon, 19 Mar 2012 18:07:51 +0000</pubDate>
		<dc:creator>John Landwehr</dc:creator>
				<category><![CDATA[Demonstrations]]></category>
		<category><![CDATA[Electronic Signatures, Digital Signatures & PKI]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[common policy]]></category>
		<category><![CDATA[digital signature]]></category>
		<category><![CDATA[federal bridge]]></category>
		<category><![CDATA[PIV]]></category>
		<category><![CDATA[PIV-I]]></category>
		<category><![CDATA[PKI]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=403</guid>
		<description><![CDATA[In response to Homeland Security Presidential Directive (HSPD) 12, NIST created a program for improving the identification and authentication of Federal employees and contractors to Federal facilities and information systems.  This program is Federal Information Processing Standard (FIPS) 201, entitled &#8230; <a href="http://blogs.adobe.com/security/2012/03/digital-signatures-with-piv-and-piv-i-credentials.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>In response to <a href="http://www.dhs.gov/xabout/laws/gc_1217616624097.shtm" target="_blank">Homeland Security Presidential Directive (HSPD) 12</a>, NIST created a program for improving the identification and authentication of Federal employees and contractors to Federal facilities and information systems.  This program is <a href="http://csrc.nist.gov/groups/SNS/piv/npivp/index.html" target="_blank">Federal Information Processing Standard (FIPS) 201</a>, entitled Personal Identity Verification (PIV) of Federal Employees and Contractors, which <a href="http://www.idmanagement.gov/presentations/HSPD12_Current_Status.pdf" target="_blank">as of September 2011 had issued over 5 million credentials</a>.  PIV-I expands the interoperable secure PKI credentialing to <a href="http://www.idmanagement.gov/pages.cfm/page/ICAM-PIVI-CSP" target="_blank">Non-Federal Issuers (NFI) </a>so that other organizations seeking identity federation can include their own employees.  Currently approved <a href="http://www.idmanagement.gov/pages.cfm/page/ICAM-PIVI-CSP" target="_blank">PIV-I providers</a> include <a href="http://www.digicert.com/" target="_blank">DigiCert</a>, <a href="http://www.entrust.com/piv/index.htm" target="_blank">Entrust</a>, <a href="http://www.orc.com/" target="_blank">Operational Research Consultants</a>, <a href="http://www.verisign.com//" target="_blank">VeriSign/Symantec</a>, and <a href="http://www.verizonbusiness.com/Products/security/identity/strong/" target="_blank">Verizon Business</a>.  The <a href="http://www.certipath.com/piv-i-issuers" target="_blank">CertiPath bridge</a> also supports PIV-I credential providers such as <a href="http://www.citibank.com/transactionservices/home/citi_secure_access/" target="_blank">Citi</a> and <a href="http://www.hidglobal.com/main/piv/what-is-piv-i.php" target="_blank">HID</a>.</p>
<p>If you have a PIV or PIV-I card, and are interested in digitally signing documents for consent/approval signatures or <a href="http://blogs.adobe.com/security/2012/03/what-is-a-certified-document-and-when-should-you-use-it.html" target="_blank">certified publishing</a> &#8211; Adobe Acrobat and Adobe Reader will automatically validate digital signatures via US Federal Common Policy.  Through the Adobe Approved Trust List  (<a href="http://www.adobe.com/security/approved-trust-list.html" target="_blank">AATL</a>) program, the following trust anchors are included in version 9 and higher:</p>
<ul>
<li>Common Policy — 2010 expiry — Common Hardware, Common High, Medium HW CBP</li>
<li>Common Policy — 2027 expiry — Common Hardware, Common High, Medium HW CBP</li>
<li>Federal Common Policy CA — 2030 expiry — Common Hardware, Common High, Medium HW CBP, SHA1 Hardware</li>
</ul>
<div>To have the digital signature automatically validate for any recipient, whether or not they have a PIV/PIV-I credential, the signer&#8217;s system must build a complete certificate chain for path validation to reach one of the supported trust anchors.  If the signer&#8217;s system only has the signer&#8217;s certificate &#8211; it will not validate for anyone else automatically.  A recommendation to make this easier is for all of the issuing certificate authority public key certificates to be stored on the smartcard and available to the OS+applications.  That way the card can be truly portable and sign documents on any system.  Otherwise, the system administrator will need to ensure all of the certificates are otherwise installed into the OS and available to Adobe Acrobat/Reader.</div>
<div></div>
<div>As an example, below is an overview of configuring digital signatures with the <a href="http://www.hidglobal.com/main/piv/what-is-piv-i.php" target="_blank">HID PIV-I service</a>.</div>
<div></div>
<div>After the customer application is approved and credentials are being issued, the user will need to install the chain of certificates on their signing systems.  The certificates required are:</div>
<div>
<ol>
<li>HIDSigningCA1</li>
<li>HIDRootCA1</li>
<li>Federal Bridge CA</li>
<li>CertiPath Bridge CA &#8211; G2</li>
</ol>
<p>There are several ways these certificates can be installed.  The easiest is to open the attached file <a href="http://blogs.adobe.com/security/files/2012/03/HID_PIV-I_AdobeConfiguration.pdf" target="_blank">HID_PIV-I_AdobeConfiguration.pdf</a>, which provides a simplified installation experience into Adobe Acrobat and Adobe Reader.  You can also download the FDF directly here:  <a href="http://learn.adobe.com/wiki/download/attachments/52658564/HID-PIV-I-Certs-AdobeReader.fdf" target="_blank">HID-PIV-I-Certs-AdobeReader.fdf</a></p>
<p>Now you can sign a PDF file and it will automatically validate for anyone with Acrobat or Reader version 9.1 or higher.</p>
<p><a href="http://blogs.adobe.com/security/files/2012/03/SampleHIDPIV-ISignature.pdf" target="_blank">Sample HID PIV-I Signature</a> document digitally signed with a production HID PIV-I card looks like this:</p>
<p><a class="lightbox" title="HID PIV-I Screenshot" href="http://blogs.adobe.com/security/files/2012/03/Screen-Shot-2012-03-19-at-1.59.21-PM.png"><img class="aligncenter size-full wp-image-410" title="HID PIV-I Screenshot" src="http://blogs.adobe.com/security/files/2012/03/Screen-Shot-2012-03-19-at-1.59.21-PM.png" alt="" width="540" height="407" /></a></p>
</div>
<div></div>
<div>Here is the path that the digital signature follows for validation:</div>
<div><a class="lightbox" title="HID PIV-I Path Validation" href="http://blogs.adobe.com/security/files/2012/03/Screen-Shot-2012-03-19-at-2.01.30-PM.png"><img class="aligncenter size-full wp-image-412" title="HID PIV-I Path Validation" src="http://blogs.adobe.com/security/files/2012/03/Screen-Shot-2012-03-19-at-2.01.30-PM.png" alt="" width="615" height="744" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2012/03/digital-signatures-with-piv-and-piv-i-credentials.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIPS Validation Certificate for LiveCycle ES3</title>
		<link>http://blogs.adobe.com/security/2012/03/fips-validation-certificate-for-livecycle-es3.html</link>
		<comments>http://blogs.adobe.com/security/2012/03/fips-validation-certificate-for-livecycle-es3.html#comments</comments>
		<pubDate>Fri, 16 Mar 2012 13:53:49 +0000</pubDate>
		<dc:creator>John Landwehr</dc:creator>
				<category><![CDATA[Electronic Signatures, Digital Signatures & PKI]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[Rights Management]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=400</guid>
		<description><![CDATA[Adobe LiveCycle ES3 includes a FIPS 140 Certified RSA BSAFE Crypto-J 3.5 (cert#590) encryption module.  FIPS mode is configured in the product installer.]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.adobe.com/products/livecycle/">Adobe LiveCycle ES3</a> includes a <a href="http://csrc.nist.gov/groups/STM/cmvp/index.html">FIPS 140 Certified</a> RSA BSAFE Crypto-J 3.5 (<a href="http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/1401val2005.htm#590">cert#590</a>) encryption module.  FIPS mode is configured in the product installer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2012/03/fips-validation-certificate-for-livecycle-es3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Certified Document and when should you use it?</title>
		<link>http://blogs.adobe.com/security/2012/03/what-is-a-certified-document-and-when-should-you-use-it.html</link>
		<comments>http://blogs.adobe.com/security/2012/03/what-is-a-certified-document-and-when-should-you-use-it.html#comments</comments>
		<pubDate>Thu, 15 Mar 2012 15:59:10 +0000</pubDate>
		<dc:creator>John Landwehr</dc:creator>
				<category><![CDATA[Electronic Signatures, Digital Signatures & PKI]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[Adobe LiveCycle]]></category>
		<category><![CDATA[Authenticity]]></category>
		<category><![CDATA[certified documents]]></category>
		<category><![CDATA[digital signatures]]></category>
		<category><![CDATA[Integrity]]></category>
		<category><![CDATA[PKI]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=384</guid>
		<description><![CDATA[A Certified Document provides PDF document and forms recipients with added assurances of its authenticity and integrity.  Here are two frequent uses cases for Certified Documents that illustrate these capabilities: You publish files and want the recipients to know that &#8230; <a href="http://blogs.adobe.com/security/2012/03/what-is-a-certified-document-and-when-should-you-use-it.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A Certified Document provides PDF document and forms recipients with added assurances of its authenticity and integrity.  Here are two frequent uses cases for Certified Documents that illustrate these capabilities:</p>
<ol>
<li>You publish files and want the recipients to know that the files really did originate from you and they have not been accidentally or maliciously modified since you published them.</li>
<li>You distribute electronic forms with pre-populated information, and want to make sure recipients are not accidentally or maliciously modifying your form data when returning them to you.</li>
</ol>
<p>To certify a document,you can use <a href="http://www.adobe.com/products/acrobat.html" target="_blank">Acrobat</a> on the desktop or <a href="http://www.adobe.com/products/livecycle/digitalsignatures/" target="_blank">LiveCycle Digital Signatures</a> as part of an automated process on a server.  To verify the certification on a document, desktop users simply open PDFs with the free <a href="http://get.adobe.com/reader/" target="_blank">Adobe Reader</a> or Adobe Acrobat.  If you would like an automated process to verify certified documents on a server, LiveCycle Digital Signatures can also verify certified document status.</p>
<p>When a document has valid certification, a blue ribbon in a blue bar will show above the document in the viewer, like this:</p>
<p style="text-align: center;"><a class="lightbox" title="Certified Document Example" href="http://blogs.adobe.com/security/files/2012/03/Screen-Shot-2012-03-15-at-10.12.21-AM.png"><img class="aligncenter  wp-image-387" title="Certified Document Example" src="http://blogs.adobe.com/security/files/2012/03/Screen-Shot-2012-03-15-at-10.12.21-AM.png" alt="" width="555" height="466" /></a></p>
<p>In this case, the document originated from the United States Government Printing Office.  It was published as part of an automated Adobe LiveCycle process, and the source document is publicly available here (<a href="http://www.gpo.gov/fdsys/pkg/BILLS-106s761enr/pdf/BILLS-106s761enr.pdf">http://www.gpo.gov/fdsys/pkg/BILLS-106s761enr/pdf/BILLS-106s761enr.pdf</a>) as part of their <a href="http://www.gpo.gov/fdsys/">Federal Digital System</a> which has very specific requirements on <a href="http://www.gpo.gov/authentication/index.htm">authentication</a> when publishing official US Government documents to the public.  <a href="http://blogs.adobe.com/security/2008/02/us_government_printing_office.html">In 2008</a>, the Executive Office of the President, Office of Management and Budget (OMB) stated the White House was no longer ordering hard copy paper versions of the US Federal budget, and instead has posted certified PDF documents online.</p>
<p>Certified documents are also <a href="http://blogs.adobe.com/security/2009/02/adobe_secured_customer_showcas_4.html">implemented at Antwerp Port Authority</a> for electronic invoices and at a number of higher education institutions for delivering student transcripts electronically, including <a href="http://www.registrar.psu.edu/transcripts/delivery_methods.cfm">Penn State</a>, <a href="http://www.registrar.northwestern.edu/academic_records/obtaining_a_transcript.html">Northwestern</a>, <a href="http://studentaffairs.stanford.edu/registrar/students/e-transcripts">Stanford</a>, and <a href="http://www.avowsystems.com/clients.php">more</a>.</p>
<p>In addition to static documents, certifying a document increases the level of security in electronic forms workflows.  Here is an example:<br />
a) Organization generates a form for recipient to complete and return<br />
b) Form contains some specific transactional information, like an interest rate (3%) and term (15yrs).<br />
c) Recipient decides they will change the rate and term to be more favorable, and then digitally signs it and returns it.</p>
<p>Typically, the form publisher would have to manually review every completed form to look for such errors, and they can often be overlooked.  The better solution is to certify the form as it is published to the recipient.  The added assurances here are that the recipient knows it&#8217;s an official form that hasn&#8217;t been tampered with, and when the publishing organization receives a completed and signed form back &#8211; they know that what was sent out has not been changed along the way.  The certification also allows the form author/publisher to specify which fields and form elements are locked, and which can be filled in by the recipient.</p>
<p style="text-align: center;">Here is an example of a certified form:<br />
<a class="lightbox" title="Screen Shot 2012-03-15 at 10.56.51 AM" href="http://blogs.adobe.com/security/files/2012/03/Screen-Shot-2012-03-15-at-10.56.51-AM.png"><img class="aligncenter  wp-image-391" title="Screen Shot 2012-03-15 at 10.56.51 AM" src="http://blogs.adobe.com/security/files/2012/03/Screen-Shot-2012-03-15-at-10.56.51-AM.png" alt="" width="559" height="525" /></a></p>
<p>The source PDF file is available here as a <a title="Sample Certified Form" href="http://blogs.adobe.com/security/files/2012/03/SampleForm_CDS_RE.pdf">Sample</a>.</p>
<p>In either of these cases, if an unauthorized change is made to a certified document, the blue ribbon will turn to a red X &#8211; indicator.</p>
<p>More information on automating digital signatures for documents and forms is available in this previous post (<a href="http://blogs.adobe.com/security/2008/11/livecycle_digital_signatures_t_1.html">LiveCycle Digital Signatures: Three Common Use Cases</a>)</p>
<p>Certified documents utilize PKI and digital signatures to provide the assurances of authenticity and integrity.  These are capabilities built into the ISO 32000 standard PDF specification as well as Adobe Acrobat, Reader, and LiveCycle.  Adobe products utilize <a href="http://blogs.adobe.com/security/2011/05/update-fips-validation-certificates-for-acrobat-and-reader-x.html">FIPS certified encryption</a> implementations of RSA and SHA hashing algorithms (up to RSA4096 and SHA512).  The publisher/signer utilizes their private key certificate to sign documents on the desktop (Acrobat) or server (LiveCycle) and recipients simply use Acrobat or Reader to view them.</p>
<p><strong>Recommendations and best practices:</strong></p>
<p>A. Make sure your signing certificate is trusted by your recipient community.  This can be accomplished in several ways:</p>
<p>1) Utilize the Adobe <a href="http://www.adobe.com/security/partners_cds.html">CDS</a>/<a href="http://www.adobe.com/security/approved-trust-list.html">AATL</a> program, where certificates are automatically trusted and the recipients have zero configuration to validate digital signatures.  You can either obtain a certificate from a registered Adobe provider, or if you meet the strict program requirements &#8211; have your certificate authority automatically trusted.  NOTE: If you are publishing documents to the general public, CDS/AATL is the only recommended option.</p>
<p>2) Utilize <a href="http://helpx.adobe.com/acrobat/kb/enterprise-administration-acrobat-products.html">enterprise install and management</a> capabilities to push out trust anchors in pre-configured installations as well as maintained on an internal server</p>
<p>3) Utilize an enterprise desktop configuration setting to trust the existing certificate store in the operating system (e.g. Windows CAPI)</p>
<p>B) When certifying a document, make sure that all certificates from the trust chain are available on the signing system (desktop or server).  This includes not only the end-entity signing certificate, but also any intermediate certificates up to the trust anchor.  That way, the recipient only needs to have the trust anchor, as described in the previous section.</p>
<p>C) When publishing a certified document with a digital signature, make sure you are online and able to reach the revocation information published by the certificate authorities.  That way, long term validation (LTV) information is stored in the document.  If this information is not included, the certified document will no longer validate after a signing certificate expires.</p>
<p>D) By default certified documents utilize the system clock as a date/time indicator.  If you have higher assurance needs for time, utilize an RFC3161 based timestamp authority as part of the digital signature process</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2012/03/what-is-a-certified-document-and-when-should-you-use-it.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSA Publishes Redaction Procedures for Acrobat X</title>
		<link>http://blogs.adobe.com/security/2011/12/nsa-publishes-redaction-procedures-for-acrobat-x.html</link>
		<comments>http://blogs.adobe.com/security/2011/12/nsa-publishes-redaction-procedures-for-acrobat-x.html#comments</comments>
		<pubDate>Thu, 08 Dec 2011 15:19:37 +0000</pubDate>
		<dc:creator>John Landwehr</dc:creator>
				<category><![CDATA[Redaction]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=379</guid>
		<description><![CDATA[The National Security Agency has published a new document from the Information Assurance Directorate on redaction and sanitization.  It describes the recommended procedures to redact PDF files using the new Sanitize Document button in Adobe Acrobat X Professional.  The document &#8230; <a href="http://blogs.adobe.com/security/2011/12/nsa-publishes-redaction-procedures-for-acrobat-x.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>The <a href="http://www.nsa.gov/" target="_blank">National Security Agency</a> has published a new document from the <a href="http://www.nsa.gov/ia/mitigation_guidance/security_configuration_guides/index.shtml" target="_blank">Information Assurance Directorate</a> on redaction and sanitization.  It describes the recommended procedures to redact PDF files using the new <a href="http://www.adobe.com/products/acrobatpro/pdf-redaction.html" target="_blank">Sanitize Document</a> button in <a href="http://www.adobe.com/products/acrobatpro.html" target="_blank">Adobe Acrobat X Professional</a>.  The document is available here:</p>
<blockquote><p><a href="http://www.nsa.gov/ia/_files/vtechrep/I73_025R_2011.pdf" target="_blank">http://www.nsa.gov/ia/_files/vtechrep/I73_025R_2011.pdf<br />
</a><em>Redaction of PDF Files Using Adobe Acrobat Professional X<br />
</em>Enterprise Applications Division of the Systems and Network Analysis Center (SNAC)<br />
Information Assurance Directorate, National Security Agency</p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2011/12/nsa-publishes-redaction-procedures-for-acrobat-x.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bentley Systems integrating Adobe&#8217;s Rights Management</title>
		<link>http://blogs.adobe.com/security/2011/11/bentley-systems-integrating-adobes-rights-management.html</link>
		<comments>http://blogs.adobe.com/security/2011/11/bentley-systems-integrating-adobes-rights-management.html#comments</comments>
		<pubDate>Tue, 08 Nov 2011 18:27:35 +0000</pubDate>
		<dc:creator>John Landwehr</dc:creator>
				<category><![CDATA[Partner Community]]></category>
		<category><![CDATA[Rights Management]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=376</guid>
		<description><![CDATA[Today Bentley Systems announced their alliance with Adobe to integrate rights management with ProjectWise and AssetWise for architecture, engineering, construction (AEC) and operations workflows.  Rights management already supports native PDF and Office formats, and this integration will provide support for additional &#8230; <a href="http://blogs.adobe.com/security/2011/11/bentley-systems-integrating-adobes-rights-management.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Today Bentley Systems <a href="http://www.bentley.com/en-US/Corporate/News/Quarter+4/adobe+bluebeam.htm?BI=homepage&amp;v=news+adobe+bluebeam" target="_blank">announced</a> their alliance with Adobe to integrate rights management with ProjectWise and AssetWise for architecture, engineering, construction (AEC) and operations workflows.  Rights management already supports native PDF and Office formats, and this integration will provide support for additional formats in these markets.  This includes the ability to control who can open a document, specify what they can do with it, as well as track what has been done with it.  This content-centric security also supports expiration, revocation, and version control at the file level.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2011/11/bentley-systems-integrating-adobes-rights-management.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Register Now!  E-Signatures 2011 Conference in Washington, DC, November 9-10!</title>
		<link>http://blogs.adobe.com/security/2011/10/esra2011conference.html</link>
		<comments>http://blogs.adobe.com/security/2011/10/esra2011conference.html#comments</comments>
		<pubDate>Fri, 21 Oct 2011 20:35:03 +0000</pubDate>
		<dc:creator>John B Harris</dc:creator>
				<category><![CDATA[Electronic Signatures, Digital Signatures & PKI]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[digital signature]]></category>
		<category><![CDATA[electronic signature]]></category>
		<category><![CDATA[esignature]]></category>
		<category><![CDATA[ESRA]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=360</guid>
		<description><![CDATA[Saving money.  Getting business done faster.  Eliminating the need to print and route paper contracts and documents.  These are some of the great benefits provided by electronic signatures and records. But you still have questions:  Is it legal?  Can I &#8230; <a href="http://blogs.adobe.com/security/2011/10/esra2011conference.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a class="lightbox" title="Screen shot 2011-10-21 at 4.21.33 PM" href="http://blogs.adobe.com/security/files/2011/10/Screen-shot-2011-10-21-at-4.21.33-PM.jpg"><img class="size-large wp-image-361 alignright" title="Screen shot 2011-10-21 at 4.21.33 PM" src="http://blogs.adobe.com/security/files/2011/10/Screen-shot-2011-10-21-at-4.21.33-PM-788x1024.jpg" alt="" width="265" height="344" /></a>Saving money.  Getting business done faster.  Eliminating the need to print and route paper contracts and documents.  These are some of the great benefits provided by electronic signatures and records.</p>
<p>But you still have questions:  Is it legal?  Can I use these technologies internationally?  In which sectors can I leverage these technologies?  Who else is using electronic signatures, and what benefits are they seeing in the real-world?</p>
<p>The <a href="http://esignrecords.org/events/">E-Signatures 2011: Electronic Signatures and Records Conference</a> will provide the answers!  Organized by the <a href="http://esignrecords.org/about/">Electronic Signatures and Records Association (ESRA)</a> and scheduled to be held in Washington, DC on November 9th and 10th, the conference brings together a number of government, industry, vendor, and customer speakers to cover topics including:</p>
<ul>
<li>IRS eSignature Programs and Initiatives</li>
<li>International Adoption and Cross Jurisdiction Issues for eSignatures</li>
<li>Enabling eSignatures and eRecords for eFiling and eTitling with Motor Vehicle Registration Offices</li>
<li>eSignature Case Studies</li>
<li>&#8230;and more!</li>
</ul>
<div>
<p>Adobe is proud to be a Gold Sponsor of this event, and <a href="http://www.regonline.com/esra2011">we encourage you to register <strong>now</strong></a>, before it&#8217;s too late.</p>
<p>PDF Brochure: <a href="http://blogs.adobe.com/security/files/2011/10/Announcement-2011-ESRA-Conference.pdf">Announcement &#8211; 2011 ESRA Conference</a></p>
<p>We hope to see you in DC!!</p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2011/10/esra2011conference.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Released!  Adobe Reader 10.1 for iOS and Android with LiveCycle Rights Management Support</title>
		<link>http://blogs.adobe.com/security/2011/10/just-released-adobe-reader-10-1-for-ios-and-android.html</link>
		<comments>http://blogs.adobe.com/security/2011/10/just-released-adobe-reader-10-1-for-ios-and-android.html#comments</comments>
		<pubDate>Tue, 18 Oct 2011 20:57:34 +0000</pubDate>
		<dc:creator>John B Harris</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[Rights Management]]></category>
		<category><![CDATA[Adobe Reader]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[Reader]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=354</guid>
		<description><![CDATA[Now available for free on the Apple App Store and the Android Market, Adobe Reader 10.1 brings to your favorite mobile devices the same best-in-class PDF viewing experience you&#8217;re used to on the desktop. This latest release is our first for iOS devices, and shows &#8230; <a href="http://blogs.adobe.com/security/2011/10/just-released-adobe-reader-10-1-for-ios-and-android.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Now available for free on the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=469337564&amp;mt=8">Apple App Store</a> and the <a href="https://market.android.com/details?id=com.adobe.reader&amp;hl=en">Android Market</a>, <a href="http://blogs.adobe.com/acrobat/2011/10/adobe-reader-ios.html">Adobe Reader 10.1 brings to your favorite mobile devices</a> the same best-in-class PDF viewing experience you&#8217;re used to on the desktop. This latest release is our first for iOS devices, and shows Adobe&#8217;s commitment to provide the most compelling mobile experiences on the most popular platforms. With each new version, Adobe is bringing to mobile those capabilities that users on the go find most important, like text search, easy page navigation, bookmarks, and printing.</p>
<p>As a result, key among the new features in Adobe Reader 10.1 for Mobile is support for accessing files secured by Adobe LiveCycle Rights Management. LiveCycle Rights Management protects sensitive documents by encrypting them with industry-standard AES encryption and enabling central management of their access permissions. Protections persist even when documents are accidentally distributed via email, the cloud, or saved on a lost mobile device.<span id="more-354"></span></p>
<p>Whether you&#8217;re working in private industry and reviewing confidential information like price lists on your Android tablet, or you&#8217;re a government employee and are viewing sensitive information via your mobile phone, Adobe Reader 10.1 for mobile and LiveCycle Rights Management allow you to securely access these documents. No longer are you stuck on your laptop or desktop simply to review materials!</p>
<p>Here&#8217;s a screenshot from an Apple iPad showing a user logging into a Rights Management-protected PDF.  (Click the picture to the right to see a larger version.)</p>
<p><a title="RMdemoshot" href="http://blogs.adobe.com/mobile/files/2011/10/RMdemoshot.jpg"><img class="alignright" title="RMdemoshot" src="http://blogs.adobe.com/mobile/files/2011/10/RMdemoshot-236x300.jpg" alt="" width="236" height="300" /></a>To learn more about how our Rights Management product works check out: <a href="http://www.adobe.com/go/rm">http</a><a href="http://www.adobe.com/go/rm">://</a><a href="http://www.adobe.com/go/rm">www</a><a href="http://www.adobe.com/go/rm">.adobe.</a><a href="http://www.adobe.com/go/rm">com</a><a href="http://www.adobe.com/go/rm">/go/</a><a href="http://www.adobe.com/go/rm">rm</a>.</p>
<p>Some answers to frequently asked questions during our preview release testing of Reader 10.1 for Mobile are answered <a href="http://learn.adobe.com/wiki/display/security/Rights+Mgmt+for+Reader+Mobile+FAQ">here</a>.</p>
<p>Be sure to download <a href="http://www.adobe.com/products/reader-mobile.html">Adobe Reader 10.1 for Mobile</a> today!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2011/10/just-released-adobe-reader-10-1-for-ios-and-android.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe Acrobat X and Reader X Are Now JITC Certified!</title>
		<link>http://blogs.adobe.com/security/2011/10/adobe-acrobat-x-and-reader-x-are-now-jitc-certified.html</link>
		<comments>http://blogs.adobe.com/security/2011/10/adobe-acrobat-x-and-reader-x-are-now-jitc-certified.html#comments</comments>
		<pubDate>Tue, 18 Oct 2011 16:27:02 +0000</pubDate>
		<dc:creator>John B Harris</dc:creator>
				<category><![CDATA[Digital Signatures and PKI]]></category>
		<category><![CDATA[Electronic Signatures, Digital Signatures & PKI]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[digital certificate]]></category>
		<category><![CDATA[digital signature]]></category>
		<category><![CDATA[DoD]]></category>
		<category><![CDATA[JITC]]></category>
		<category><![CDATA[Reader]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=348</guid>
		<description><![CDATA[&#8220;JITC certified,&#8221; you say&#8230;what&#8217;s that?  JITC stands for the US Department of Defense&#8217;s Joint Interoperability Test Command, which carries out extensive work on software and other systems intended to be used by the US military for mission critical purposes. In &#8230; <a href="http://blogs.adobe.com/security/2011/10/adobe-acrobat-x-and-reader-x-are-now-jitc-certified.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>&#8220;JITC certified,&#8221; you say&#8230;what&#8217;s that?  JITC stands for the US Department of Defense&#8217;s Joint Interoperability Test Command, which carries out extensive work on software and other systems intended to be used by the US military for mission critical purposes.</p>
<p>In this specific instance, Adobe Acrobat and Reader X have been certified by JITC for their compliance with the DoD&#8217;s application requirements for Public Key Enabled services, e.g digital signatures.  The testing included intensive, comprehensive evaluations of Acrobat and Reader&#8217;s capabilities in:</p>
<ul>
<li>Certificate operations</li>
<li>Signature and certificate status validation</li>
<li>Path processing and validation</li>
<li>Configuration and documentation</li>
</ul>
<p>Adobe is proud to note that we have <strong>consistently</strong> been certified for JITC compliance in every version of Adobe Acrobat and Reader back to <em>version 7 back in 2006</em>.</p>
<p>Click <a href="http://jitc.fhu.disa.mil/pki/pke_lab/app_testing/application_status.html">here</a> for a link to the official JITC list of software and solutions that have been tested for Public Key Enabled compliance.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2011/10/adobe-acrobat-x-and-reader-x-are-now-jitc-certified.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9/23/11: Update on Further DigiNotar Issues</title>
		<link>http://blogs.adobe.com/security/2011/09/92311-update-on-further-diginotar-issues.html</link>
		<comments>http://blogs.adobe.com/security/2011/09/92311-update-on-further-diginotar-issues.html#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:13:25 +0000</pubDate>
		<dc:creator>John B Harris</dc:creator>
				<category><![CDATA[Digital Signatures and PKI]]></category>
		<category><![CDATA[Electronic Signatures, Digital Signatures & PKI]]></category>
		<category><![CDATA[Partner Community]]></category>
		<category><![CDATA[AATL]]></category>
		<category><![CDATA[DigiNotar]]></category>
		<category><![CDATA[digital signature]]></category>
		<category><![CDATA[revocation]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=340</guid>
		<description><![CDATA[The Dutch government today announced that DigiNotar&#8217;s subordinate Certificate Authorities (subCAs) under the Staat der Nederlanden root certificates will be revoked next Wednesday, September 28th.  This follows on the Dutch government&#8217;s removal of trust from DigiNotar, DigiNotar&#8217;s removal from the &#8230; <a href="http://blogs.adobe.com/security/2011/09/92311-update-on-further-diginotar-issues.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.logius.nl/english/news-message/titel/diginotar-ca-certificates-will-be-revoked-on-september-28-2011/">The Dutch government today announced</a> that DigiNotar&#8217;s subordinate Certificate Authorities (subCAs) under the Staat der Nederlanden root certificates will be revoked next Wednesday, September 28th.  <a href="http://www.logius.nl/english/certificates/">This follows on the Dutch government&#8217;s removal of trust from DigiNotar</a>, DigiNotar&#8217;s removal from the Netherlands Trust List, and <a href="http://www.vasco.com/company/press_room/news_archive/2011/news_vasco_announces_bankruptcy_filing_by_diginotar_bv.aspx">the company&#8217;s announcement of bankruptcy proceedings</a>.</p>
<p><span id="more-340"></span></p>
<p>With this latest action, new digital signatures created with certificates from these certificate families will no longer show as valid in Acrobat and Reader, regardless of version.  This is due to the fact that Acrobat and Reader check if certificates associated with the signing credential are revoked at signing and at document open.</p>
<p>Note that this will not necessarily invalidate existing documents, <em>if</em> you are opening them with Acrobat or Reader 9.1+.  This is due to the fact that these versions of the product check the validity of the signature <em>at the signing time </em>by default, not at the current time&#8211;assuming that the signature includes validation information from when it was signed.  For example, a PDF signed one year ago will still show as valid and trusted, whereas one created next Friday will show as invalid.</p>
<p>The action by the Dutch government also means that Adobe will not need to take any action regarding the Staat der Nederlanden roots in the Adobe Approved Trust List.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2011/09/92311-update-on-further-diginotar-issues.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DigiNotar Removed from the Adobe Approved Trust List</title>
		<link>http://blogs.adobe.com/security/2011/09/diginotar-removed-from-the-adobe-approved-trust-list.html</link>
		<comments>http://blogs.adobe.com/security/2011/09/diginotar-removed-from-the-adobe-approved-trust-list.html#comments</comments>
		<pubDate>Wed, 14 Sep 2011 05:05:17 +0000</pubDate>
		<dc:creator>John B Harris</dc:creator>
				<category><![CDATA[Digital Signatures and PKI]]></category>
		<category><![CDATA[Electronic Signatures, Digital Signatures & PKI]]></category>
		<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/security/?p=329</guid>
		<description><![CDATA[As discussed earlier on this blog, the Adobe Approved Trust List (AATL) has been updated to remove the DigiNotar Qualified CA root certificate. Users of Adobe Reader and Acrobat X (version 10.x) will be automatically updated to this list. To &#8230; <a href="http://blogs.adobe.com/security/2011/09/diginotar-removed-from-the-adobe-approved-trust-list.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a title="Information Regarding Adobe Reader &amp; Acrobat and the Removal of DigiNotar from the Adobe Approved Trust List" href="http://blogs.adobe.com/security/2011/09/diginotarremovalaatl.html">As discussed earlier on this blog</a>, the Adobe Approved Trust List (AATL) has been updated to remove the DigiNotar Qualified CA root certificate. Users of Adobe Reader and Acrobat X (version 10.x) will be automatically updated to this list.</p>
<p>To be sure your copy of Adobe Reader or Acrobat will get the update, you can force a download of the AATL.  Go to Preferences-&gt;Trust Manager-&gt;Automatic Updates and click the Update Now button.  Also, be sure the “Load trusted root certificates from an Adobe server” option is checked.</p>
<p>A future product update of Adobe Reader and Acrobat version 9.x will enable dynamic updates of the AATL. In the meantime, users of Adobe Reader and Acrobat 9 can manually remove the DigiNotar Qualified CA using instructions provided in the <a href="http://blogs.adobe.com/security/2011/09/diginotarremovalaatl.html">blog post</a>.</p>
<p>Also note that the Dutch government has published a document regarding the impact of the removal on signed PDFs.  That document (in Dutch and English) can be found at the links below:</p>
<p>Dutch version:</p>
<p><a href="http://www.logius.nl/actueel/item/titel/verwijdering-diginotar-uit-adobe-reader/">http://www.logius.nl/actueel/item/titel/verwijdering-diginotar-uit-adobe-reader/</a></p>
<p>English version:</p>
<p><a href="http://www.logius.nl/english/news-message/titel/removal-of-diginotar-from-adobe-reader/">http://www.logius.nl/english/news-message/titel/removal-of-diginotar-from-adobe-reader/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>This posting is provided “AS IS” with no warranties and confers no rights.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/security/2011/09/diginotar-removed-from-the-adobe-approved-trust-list.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
