mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 00:54:14 +00:00
check if signer/verifier is set already
This commit is contained in:
parent
a157aba74f
commit
fbf75ea3b9
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user