Skip to content

Commit ae25b12

Browse files
committed
try that for deploying non garbage
1 parent 3a5906d commit ae25b12

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

cas-dotnet-sdk/DigitalSignature/SHA256DigitalSignatureWrapper.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ public SHARSADigitalSignatureResult CreateRsa(int rsaKeySize, byte[] dataToSign)
7171

7272
public bool VerifyRsa(string publicKey, byte[] dataToVerify, byte[] signature)
7373
{
74-
if (!RSAValidator.ValidateRsaPemKey(publicKey))
75-
{
76-
throw new Exception("You must provide a public key to verify with SHA512 RSA Digital Signature");
77-
}
7874
if (dataToVerify == null || dataToVerify.Length == 0)
7975
{
8076
throw new Exception("You must provide allocated data to verify");

cas-dotnet-sdk/cas-dotnet-sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<Title>cas-dotnet-sdk</Title>
99
<PackageIcon>icon.jpeg</PackageIcon>
10-
<Version>1.9.3</Version>
10+
<Version>1.9.4</Version>
1111
<Authors>Mike Mulchrone</Authors>
1212
<Description>A Nuget package that provides a implementation of the RustCrypto suite of cryptographic algorithms.</Description>
1313
<RepositoryUrl>https://github.com/Cryptographic-API-Services/cas-dotnet-sdk</RepositoryUrl>

0 commit comments

Comments
 (0)