mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
check if signer/verifier is set already
This commit is contained in:
@@ -309,6 +309,7 @@ namespace data
|
|||||||
|
|
||||||
void IdentityEx::CreateVerifier () const
|
void IdentityEx::CreateVerifier () const
|
||||||
{
|
{
|
||||||
|
if (m_Verifier) return; // don't create again
|
||||||
auto keyType = GetSigningKeyType ();
|
auto keyType = GetSigningKeyType ();
|
||||||
switch (keyType)
|
switch (keyType)
|
||||||
{
|
{
|
||||||
@@ -476,6 +477,7 @@ namespace data
|
|||||||
|
|
||||||
void PrivateKeys::CreateSigner () const
|
void PrivateKeys::CreateSigner () const
|
||||||
{
|
{
|
||||||
|
if (m_Signer) return;
|
||||||
switch (m_Public->GetSigningKeyType ())
|
switch (m_Public->GetSigningKeyType ())
|
||||||
{
|
{
|
||||||
case SIGNING_KEY_TYPE_DSA_SHA1:
|
case SIGNING_KEY_TYPE_DSA_SHA1:
|
||||||
|
|||||||
Reference in New Issue
Block a user