mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
don't accept streams from RSA detinations
This commit is contained in:
parent
ab6bc52a0f
commit
272090fc8f
4 changed files with 16 additions and 3 deletions
|
@ -103,6 +103,7 @@ namespace data
|
|||
size_t GetSignatureLen () const;
|
||||
bool Verify (const uint8_t * buf, size_t len, const uint8_t * signature) const;
|
||||
SigningKeyType GetSigningKeyType () const;
|
||||
bool IsRSA () const; // signing key type
|
||||
CryptoKeyType GetCryptoKeyType () const;
|
||||
void DropVerifier () const; // to save memory
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue