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:
authordnobori <da.git@softether.co.jp>2022-11-17 11:58:56 +0300
committerdnobori <da.git@softether.co.jp>2022-11-17 11:58:56 +0300
commitbf23fe0000f7c6a362712fdb8400d837f73a3c58 (patch)
tree1a0f58efe6995c54b760e071465cf5469f023073 /src/Mayaqua/Secure.h
parentfdc2bf771beb3f108be48ad516fd0a56cb43deb4 (diff)
v4.41-9782-betav4.41-9782-beta
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