summaryrefslogtreecommitdiff
path: root/src/certificates.cc
AgeCommit message (Collapse)Author
2015-06-25No-op: whitespace.Carl Hetherington
2015-06-01More changes to X509{Issuer,Subject}Name.Carl Hetherington
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.
2015-03-04Somewhat speculative reordering of Certificate::name_for_xml.Carl Hetherington
2014-01-08Throw better file errors (with numbers).Carl Hetherington
2013-11-26Various fixes for non-Latin filenames.Carl Hetherington
2013-10-03Try to fix build on windows.Carl Hetherington
2013-09-29Add common_name().Carl Hetherington
2013-09-24Actually encrypt AuthenticatedPrivate section of KDM.Carl Hetherington
2013-09-19Fix bad frees if exceptions are thrown by constructors.Carl Hetherington
2013-09-19Various encryption-related stuff.Carl Hetherington
2013-07-08Fix incorrect free and leak.Carl Hetherington
2013-07-08Improve certificate handling a bit and fix up tests.encryptionCarl Hetherington
2013-01-14A few asserts.Carl Hetherington
2013-01-11Tweaks to management of crypto information.Carl Hetherington
2013-01-05Add certificate thumbprint method.Carl Hetherington
2013-01-05Various probably quite untidy progress on KDMs.Carl Hetherington
2013-01-03Some small fixes.Carl Hetherington
2013-01-03Fix missing certificates in CPLs.Carl Hetherington
2013-01-01A few more untested bits.Carl Hetherington
2013-01-01Some work on encryption / signing.Carl Hetherington