Jose
Jose
This was fixed in #2063 to use [CertVerifyCertificateChainPolicy](https://learn.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-certverifycertificatechainpolicy), we don't use the built-in name policy because it doesn't check for subject alt-names.
I believe these were compile-only tests. We should test these using our standard tests, which we compile and execute. For example `Underscore.ice` was there to ensure that you can use...
I think the call here to ensure the project is checkout is not safe, as we don't have a project lock, seems the projects gets unloaded by other extension probably...
seems is the produce_at time from https://github.com/wbond/ocspbuilder/blob/81e0427a4990fa5ae8ef616fea2d816d3a062b7c/ocspbuilder/__init__.py#L998
Wonder if this is a problem with generalized time implementation ``` >>> import base64 >>> import datetime >>> import asn1crypto.core >>> d = asn1crypto.core.GeneralizedTime(datetime.datetime.now(datetime.timezone.utc)) >>> base64.b64encode(d.dump()) b'GBYyMDIxMDkxNjEwNTEyOS4wMDQ2ODda' ``` https://lapo.it/asn1js/#GBYyMDIxMDkxNjEwNTEyOS4wMDQ2ODda According...
I'm fine with 4 or 2, I don't think it makes much of a difference. But I would prefer to keep the Google style default, which is the point of...
next time this fails will be good to try "make -d -jXX" and see if we can figure out the issue from the debug output.
Converted this PR to a draft because the SCH_CREDENTIALS are not functioning properly with GitHub Windows runners.
We removed `Service.h` from the `Ice.h` header because, at the time, it was the only header that pulled in `Windows.h` and required the Windows SDK. With the new SSL APIs,...
The problem is that for the MSBuild tools packages, we have to target netstanard2.0, when we do: https://github.com/icerpc/icerpc-csharp/blob/81295fb629f5dcf38ee24c7913c84331d206918b/tools/IceRpc.Protobuf.Tools/IceRpc.Protobuf.Tools.csproj#L66-L68 It doesn't find the actual files because the `IceRpc.ProtocGen` project uses a...