<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/certificate_chain.cc, branch fixlibdir</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=fixlibdir</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=fixlibdir'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2024-03-20T17:21:14Z</updated>
<entry>
<title>Replace xmlpp::Node::add_child with cxml::add_child.</title>
<updated>2024-03-20T17:21:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-08T23:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8f1f5db2b193fe1db7eeabda2a7b3eee03dde886'/>
<id>urn:sha1:8f1f5db2b193fe1db7eeabda2a7b3eee03dde886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix escaping of certificate dnQualifier (public key digests) on creation (DoM #2716).</title>
<updated>2024-01-09T10:44:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-08T16:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=75d6411bb1f04a1375b00f361a0c1358d6e8d7ab'/>
<id>urn:sha1:75d6411bb1f04a1375b00f361a0c1358d6e8d7ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use OpenSSL C API for public_key_digest instead of calling the openssl binary.</title>
<updated>2024-01-08T18:23:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-08T15:02:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=ccad08b4c95e55c6693a187cd5e7f0a26a67e84c'/>
<id>urn:sha1:ccad08b4c95e55c6693a187cd5e7f0a26a67e84c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make public_key_digest() testable.</title>
<updated>2024-01-08T11:54:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-08T11:54:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=815c7b9f870de727d76eb7641d924ed0831e14ec'/>
<id>urn:sha1:815c7b9f870de727d76eb7641d924ed0831e14ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wrappers around boost::filesystem methods that handle the</title>
<updated>2023-10-08T23:20:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-06T00:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e4b2ebd80779a44d24fe87af26ef278c1e2d97d2'/>
<id>urn:sha1:e4b2ebd80779a44d24fe87af26ef278c1e2d97d2</id>
<content type='text'>
required mangling of long filenames on Windows.

Also wrap lots of missing places (e.g. calls to asdcplib, libxml++,
libcxml etc.) in dcp::filesystem::fix_long_path().

The idea is to keep paths un-mangled until they we call some
filesystem-related API and mangle them at that point.  Otherwise
we end up serialising mangled names, which seems like it will
not end well.

Should fix DoM #2623.
</content>
</entry>
<entry>
<title>Fix use-after-free in error case.</title>
<updated>2023-08-15T10:33:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-15T10:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=28823f5d28857dc728df5a8e23c3c6ec23b5ee45'/>
<id>urn:sha1:28823f5d28857dc728df5a8e23c3c6ec23b5ee45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give a better error from chain_valid() when a certificate has some problem (e.g. it has expired).</title>
<updated>2022-12-22T15:36:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-22T15:36:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=55ca48ff8f63809f1f8ca4069d6a751517dd7947'/>
<id>urn:sha1:55ca48ff8f63809f1f8ca4069d6a751517dd7947</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass certificate validity length into the constructor.</title>
<updated>2022-02-12T22:13:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-02-12T20:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=0bf04f1817f97e70a918aa12369e04699ae10f46'/>
<id>urn:sha1:0bf04f1817f97e70a918aa12369e04699ae10f46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix/hide some warnings.</title>
<updated>2021-04-13T23:00:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-13T23:00:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=274dd30f2b11fe8ea563a2ac7436c9d463865b0b'/>
<id>urn:sha1:274dd30f2b11fe8ea563a2ac7436c9d463865b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix strange Windows build error introduced in 6c37cc1979b2a01205a888c4c98f3334685ee8dd</title>
<updated>2021-01-31T22:50:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-31T22:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=a31aee3f2909992ac717ecc72441240e7d1a56f7'/>
<id>urn:sha1:a31aee3f2909992ac717ecc72441240e7d1a56f7</id>
<content type='text'>
</content>
</entry>
</feed>
