Documentation update

This commit is contained in:
Simon Rozman 2017-02-02 12:17:52 +01:00
parent 6284b6c29e
commit 87e2296dde

View File

@ -1,6 +1,39 @@
# GÉANTLink
Suite of EAP supplicants for Windows - IEEE 802.1X plug-ins for enterprise network authentication
Suite of EAP supplicants for Microsoft Windows - IEEE 802.1X plug-ins for enterprise network authentication
## Features
### Authentication methods
- EAP-TTLS with the following inner methods:
- PAP
- MSCHAPv2
- EAP-MSCHAPv2
- EAP-GTC
- System-installed EAP method chaining (experimental)
### Security
- Microsoft Windows Credential Manager stored user credentials
- User credentials can be shared between different network profiles
- Encrypted EapHost inter-process communication
- TLS:
- Separate trusted root CA list
- Configurable list of accepted server names
- Post-authentication CRL check
### Diagnostics
- Reporting to Event Log channels: Operational and Analytic verbosity
- Real-time event monitoring utility
### User interface
- Customizable helpdesk contact information
- Lockable network profile configuration
### Deployment
- Released as multi-lingual 32 and 64-bit MSI packages
- [MsiUseFeature utility](https://github.com/Amebis/GEANTLink/tree/master/MsiUseFeature) for GÉANTLink install state testing (for embedding GÉANTLink into other setup packages)
- [CredWrite utility](https://github.com/Amebis/GEANTLink/tree/master/CredWrite) for automated user credential import to Credential Manager
- [WLANManager utility](https://github.com/Amebis/GEANTLink/tree/master/WLANManager) to allow network profile configuration dialog shortcuts
## Building