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:
authorDaiyuu Nobori <da.git@softether.co.jp>2017-10-18 10:58:19 +0300
committerGitHub <noreply@github.com>2017-10-18 10:58:19 +0300
commit1b73778e3f4ddb5f3a929a8d6b0eebed102665e2 (patch)
treeecbc2f472efc6ab7ca679a0d918067c3c6fc7768
parentf9436daa6f3d4b43f22379b0c8a2395e1c9c83b8 (diff)
parent61e71be380c0dba763e5602b050d3ea9cfbce1c9 (diff)
Merge pull request #315 from rel22/SoftetherVPN-RuToken-S-patch-1
Added support for RuToken USB key PKCS#11
-rw-r--r--src/Mayaqua/Secure.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mayaqua/Secure.h b/src/Mayaqua/Secure.h
index 8e48719c..4cd24b47 100644
--- a/src/Mayaqua/Secure.h
+++ b/src/Mayaqua/Secure.h
@@ -309,6 +309,7 @@ SECURE_DEVICE SupportedList[] =
{20, SECURE_USB_TOKEN, "ePass 2003", "Feitian Technologies", "eps2003csp11.dll"},
{21, SECURE_USB_TOKEN, "ePass 1000ND/2000/3000", "Feitian Technologies", "ngp11v211.dll"},
{22, SECURE_USB_TOKEN, "CryptoID", "Longmai Technology", "cryptoida_pkcs11.dll"},
+ {23, SECURE_USB_TOKEN, "RuToken", "Aktiv Co.", "rtPKCS11.dll"},
};
#ifdef OS_WIN32