android: Add support for combined certificate and EAP authentication
This uses RFC 4739 multiple authentication rounds to first authenticate the client with a certificate followed by an EAP authentication round with username and password.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Tobias Brunner
|
||||
Copyright (C) 2012-2013 Tobias Brunner
|
||||
Hochschule fuer Technik Rapperswil
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
@@ -18,5 +18,6 @@
|
||||
<string-array name="vpn_types">
|
||||
<item>IKEv2 EAP (Benutzername/Passwort)</item>
|
||||
<item>IKEv2 Zertifikat</item>
|
||||
<item>IKEv2 Zertifikat + EAP (Benutzername/Passwort)</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Tobias Brunner
|
||||
Copyright (C) 2012-2013 Tobias Brunner
|
||||
Hochschule fuer Technik Rapperswil
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
@@ -18,5 +18,6 @@
|
||||
<string-array name="vpn_types">
|
||||
<item>IKEv2 EAP (użytkownik/hasło)</item>
|
||||
<item>IKEv2 certyfikat</item>
|
||||
<item>IKEv2 certyfikat + EAP (użytkownik/hasło)</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -16,6 +16,7 @@
|
||||
<!-- the order here must match the enum entries in VpnType.java -->
|
||||
<string-array name="vpn_types">
|
||||
<item>IKEv2 EAP (Логин/Пароль)</item>
|
||||
<item>Сертификат IKEv2</item>
|
||||
<item>IKEv2 Сертификат</item>
|
||||
<item>IKEv2 Сертификат + EAP (Логин/Пароль)</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<!-- the order here must match the enum entries in VpnType.java -->
|
||||
<string-array name="vpn_types">
|
||||
<item>IKEv2 EAP (Логін/Пароль)</item>
|
||||
<item>Сертифікати IKEv2</item>
|
||||
<item>IKEv2 Сертифікати</item>
|
||||
<item>IKEv2 Сертифікати + EAP (Логін/Пароль)</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Tobias Brunner
|
||||
Copyright (C) 2012-2013 Tobias Brunner
|
||||
Hochschule fuer Technik Rapperswil
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
@@ -18,5 +18,6 @@
|
||||
<string-array name="vpn_types">
|
||||
<item>IKEv2 EAP (Username/Password)</item>
|
||||
<item>IKEv2 Certificate</item>
|
||||
<item>IKEv2 Certificate + EAP (Username/Password)</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user