Skip to content

Add separate LTA TSA URL - #768

Open
metsma wants to merge 2 commits into
masterfrom
lta-tsa
Open

metsma wants to merge 2 commits into
masterfrom
lta-tsa

Conversation

@metsma

@metsma metsma commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

IB-9095

Signed-off-by: Raul Metsma raul@metsma.ee

* WIX 7.0.0
* OpenSSL 3.5.8

IB-9072, IB-8888, IB-9088

Signed-off-by: Raul Metsma <raul@metsma.ee>
IB-9095

Signed-off-by: Raul Metsma <raul@metsma.ee>
Comment thread src/SignatureTST.cpp
}, true);
auto i = metadata.insert(metadata.cbegin(), {"META-INF/ASiCArchiveManifest.xml", "text/xml", std::move(data)});
vector<unsigned char> der = TS(i->digest(), signer->userAgent());
vector<unsigned char> der = TS(CONF(TSUrlArchive), CONF(TSCertsArchive), i->digest(), signer->userAgent());

// Once set, the archive TSA is independent of the signature TSA.
const string tsarchiveurl = "https://test.url/ts-archive";
c.setTSUrlArchive(tsarchiveurl);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants