save progress

This commit is contained in:
StellaOps Bot
2025-12-26 22:03:32 +02:00
parent 9a4cd2e0f7
commit e6c47c8f50
3634 changed files with 253222 additions and 56632 deletions

View File

@@ -157,11 +157,6 @@ internal sealed class AwsKmsFacade : IAwsKmsFacade
private static string ResolveCurve(GetPublicKeyResponse response)
{
if (!string.IsNullOrWhiteSpace(response.CustomerMasterKeySpec))
{
return response.CustomerMasterKeySpec;
}
if (response.KeySpec is not null)
{
var keySpecName = response.KeySpec.ToString();

View File

@@ -5,12 +5,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.0" />
<PackageReference Include="AWSSDK.KeyManagementService" Version="4.0.6" />
<PackageReference Include="Google.Cloud.Kms.V1" Version="3.19.0" />
<PackageReference Include="Pkcs11Interop" Version="5.1.2" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.15.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Options" />
<PackageReference Include="AWSSDK.KeyManagementService" />
<PackageReference Include="Google.Cloud.Kms.V1" />
<PackageReference Include="Pkcs11Interop" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../StellaOps.Cryptography/StellaOps.Cryptography.csproj" />