You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VJag
changed the title
commit log keystore _isSpecialKey returns in correct result for public keys
commit log keystore _isSpecialKey returns incorrect result for public keys
Oct 8, 2024
Describe the bug
bool _isSpecialKey(String atKey) {
return atKey.contains(AtConstants.atEncryptionSharedKey) ||
atKey.startsWith('public:') ||
atKey.contains(AtConstants.atPkamSignature) ||
atKey.contains(AtConstants.atSigningPrivateKey);
}
should be public:publickey.
Steps to reproduce
Expected behavior
unit test should pass
Screenshots
No response
Smartphones
No response
Were you using an atApplication when the bug was found?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: