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

Add support for RuToken USB key PKCS#11

Test on RuToken-S key.
https://www.rutoken.ru/products/all/rutoken-s/
This commit is contained in:
rel22 2017-03-13 18:17:24 +03:00 committed by GitHub
parent 4df2eb4f9c
commit 61e71be380

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