Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mayaqua/Secure.h')
-rw-r--r--src/Mayaqua/Secure.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Mayaqua/Secure.h b/src/Mayaqua/Secure.h
index 40603f3d..7654acbf 100644
--- a/src/Mayaqua/Secure.h
+++ b/src/Mayaqua/Secure.h
@@ -302,6 +302,9 @@ SECURE_DEVICE SupportedList[] =
{22, SECURE_USB_TOKEN, "CryptoID", "Longmai Technology", "cryptoide_pkcs11.dll"},
{23, SECURE_USB_TOKEN, "RuToken", "Aktiv Co.", "rtPKCS11.dll"},
{24, SECURE_IC_CARD, "JPKI IC Card (64-bit)", "Japanese Government", "JPKIPKCS1164.DLL"},
+ {25, SECURE_USB_TOKEN, "SafeNet", "SafeNet", "IDPrimePKCS1164.dll "},
+ {26, SECURE_USB_TOKEN, "OpenSC", "OpenSC", "opensc-pkcs11.dll"},
+ {27, SECURE_USB_TOKEN, "SHALO AUTH", "AXELL CORPORATION", "slpkcs11-vc.dll"},
};
#ifdef OS_WIN32