mirror of
https://github.com/bitwarden/mobile
synced 2026-02-25 08:53:20 +00:00
fix wrong signature format
This commit is contained in:
@@ -517,7 +517,7 @@ namespace Bit.Core.Services
|
||||
throw new Exception("Failed to import private key");
|
||||
}
|
||||
|
||||
return dsa.SignData(sigBase, HashAlgorithmName.SHA256);
|
||||
return dsa.SignData(sigBase, HashAlgorithmName.SHA256, DSASignatureFormat.Rfc3279DerSequence);
|
||||
}
|
||||
|
||||
private string GuidToStandardFormat(byte[] bytes)
|
||||
|
||||
Reference in New Issue
Block a user