mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: Add help text for GOST89 and Kuznyechik
This commit is contained in:
@@ -537,12 +537,12 @@ namespace VeraCrypt
|
||||
{
|
||||
virtual void operator() (string &passwordStr)
|
||||
{
|
||||
if (CmdLine->ArgTokenPin && CmdLine->ArgTokenPin->IsAllocated ())
|
||||
{
|
||||
passwordStr.clear();
|
||||
passwordStr.insert (0, (char*) CmdLine->ArgTokenPin->Ptr (), CmdLine->ArgTokenPin->Size());
|
||||
return;
|
||||
}
|
||||
if (CmdLine->ArgTokenPin && CmdLine->ArgTokenPin->IsAllocated ())
|
||||
{
|
||||
passwordStr.clear();
|
||||
passwordStr.insert (0, (char*) CmdLine->ArgTokenPin->Ptr (), CmdLine->ArgTokenPin->Size());
|
||||
return;
|
||||
}
|
||||
|
||||
if (Gui->GetPreferences().NonInteractive)
|
||||
throw MissingArgument (SRC_POS);
|
||||
@@ -1163,6 +1163,14 @@ namespace VeraCrypt
|
||||
{
|
||||
url = L"https://veracrypt.codeplex.com/wikipage?title=Camellia";
|
||||
}
|
||||
else if (linkId == L"GOST89")
|
||||
{
|
||||
url = L"https://veracrypt.codeplex.com/wikipage?title=GOST89";
|
||||
}
|
||||
else if (linkId == L"Kuznyechik")
|
||||
{
|
||||
url = L"https://veracrypt.codeplex.com/wikipage?title=Kuznyechik";
|
||||
}
|
||||
else if (linkId == L"cascades")
|
||||
{
|
||||
url = L"https://veracrypt.codeplex.com/wikipage?title=Cascades";
|
||||
|
||||
Reference in New Issue
Block a user