Märt

Results 5 issues of Märt

Hi! Creating this issue as recommended by @rsarendus in https://github.com/open-eid/digidoc4j/pull/112 Here's my problem with digidoc4j 5.0.0: 1. create an asice container with a large file (250mb) and a small file...

Opening an existing container with signatures in the current version will trigger loading each file fully in memory. If any of the files does not fit, then the loader will...

Issue https://github.com/open-eid/chrome-token-signing/issues/158 was resolved by a workaround: have each page that uses token signing include the page script manually. This has some drawbacks: - the script may not match what's...

I'm trying to use EnableTokenAcquisitionToCallDownstreamApi (Graph API) with KeyVault certificates. Getting the authorization header fails: ``` MsalClientException: The certificate certificate does not have a private key. Microsoft.Identity.Client.ConfidentialClientApplicationBuilder.WithCertificate(X509Certificate2 certificate, bool sendX5C)...

enhancement
feature request

I tried building the app using the build instructions from readme, but it fails. Installed some dependencies: ``` .\vcpkg install --recurse --triplet x64-windows --clean-after-build gtest openssl ..other stuff.. cmake --build...