<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/certificates.cc, branch 0.x</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=0.x</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=0.x'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2015-06-25T15:22:08Z</updated>
<entry>
<title>No-op: whitespace.</title>
<updated>2015-06-25T15:22:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T15:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e520f1009eaa552c7b3931ced85c0f19d8aff554'/>
<id>urn:sha1:e520f1009eaa552c7b3931ced85c0f19d8aff554</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More changes to X509{Issuer,Subject}Name.</title>
<updated>2015-06-01T14:47:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-01T14:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=099e93f617e3cfc8cd371d652c2d2ed040f94e7b'/>
<id>urn:sha1:099e93f617e3cfc8cd371d652c2d2ed040f94e7b</id>
<content type='text'>
Before, we had a fixed order for the components of a name like
dnQualifier=\+LLvuYNO4YBJSp9Jjmlv8oippzQ=,CN=.DC.DMS.DC2.SMPTE,OU=DC.DOREMILABS.COM,O=DC2.SMPTE.DOREMILABS.COM

It started off as dnQualifier,CN,OU,O
then we changed it to
O,OU,CN,dnQualifier

This is another speculative change which uses a libssl
function to get the name, rather than building it up from
components ourselves.  It may help or hinder ingestion
of signed DCPS and/or KDMs.
</content>
</entry>
<entry>
<title>Somewhat speculative reordering of Certificate::name_for_xml.</title>
<updated>2015-03-04T23:23:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-03-04T23:23:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=af1b4ea20f4237f07f189cc3367c97642810a797'/>
<id>urn:sha1:af1b4ea20f4237f07f189cc3367c97642810a797</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Throw better file errors (with numbers).</title>
<updated>2014-01-08T10:05:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-01-08T10:05:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=83591a4390db550a7d1495b9699c62315e2d7710'/>
<id>urn:sha1:83591a4390db550a7d1495b9699c62315e2d7710</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various fixes for non-Latin filenames.</title>
<updated>2013-11-26T20:58:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-11-26T20:58:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7f43926bf2d2d9b4a480ddd4e006736056dcbb22'/>
<id>urn:sha1:7f43926bf2d2d9b4a480ddd4e006736056dcbb22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to fix build on windows.</title>
<updated>2013-10-03T12:37:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-10-03T12:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=259da4fa739f6f8a551a20e6285b2966a5d1e8c0'/>
<id>urn:sha1:259da4fa739f6f8a551a20e6285b2966a5d1e8c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add common_name().</title>
<updated>2013-09-29T08:10:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-09-29T08:10:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=f0d2a59b20021d3582727978050641eaa8ccee30'/>
<id>urn:sha1:f0d2a59b20021d3582727978050641eaa8ccee30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually encrypt AuthenticatedPrivate section of KDM.</title>
<updated>2013-09-24T19:49:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-09-24T19:49:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=a3aa0f8ee813656b255c24d23f4570ef56e7fca2'/>
<id>urn:sha1:a3aa0f8ee813656b255c24d23f4570ef56e7fca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bad frees if exceptions are thrown by constructors.</title>
<updated>2013-09-19T20:20:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-09-19T20:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=30e2f6f873002d16aeae707879ea15c1c63a4323'/>
<id>urn:sha1:30e2f6f873002d16aeae707879ea15c1c63a4323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various encryption-related stuff.</title>
<updated>2013-09-19T19:44:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-09-19T19:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8d6c3c9ae554430582dcb016897e87f6d04d5d78'/>
<id>urn:sha1:8d6c3c9ae554430582dcb016897e87f6d04d5d78</id>
<content type='text'>
</content>
</entry>
</feed>
