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:
authorrel22 <rel22@inbox.ru>2017-03-13 18:17:24 +0300
committerGitHub <noreply@github.com>2017-03-13 18:17:24 +0300
commit61e71be380c0dba763e5602b050d3ea9cfbce1c9 (patch)
tree2c6eb1984c6c93c8362008d8a673f816a6e986d1
parent4df2eb4f9c2a8cf50e0123496bc20470edc21dc4 (diff)
Add support for RuToken USB key PKCS#11
Test on RuToken-S key. https://www.rutoken.ru/products/all/rutoken-s/
-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