1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge pull request #315 from rel22/SoftetherVPN-RuToken-S-patch-1

Added support for RuToken USB key PKCS#11
This commit is contained in:
Daiyuu Nobori 2017-10-18 16:58:19 +09:00 committed by GitHub
commit 1b73778e3f

View File

@ -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