Skip to content

Releases: Amebis/GEANTLink

1.1-beta

07 Nov 13:53
Compare
Choose a tag to compare
1.1-beta Pre-release
Pre-release
  • Inner EAP-MSCHAPv2 authentication support
  • Unified credential TTLS prompt replaced with separate prompts for identity provider, outer credentials and inner credentials (when required)
  • ownTLS discontinued and removed from code
  • Internal code reorganization and clean-up
  • Doxygen documentation updated

1.0-beta8

04 Nov 13:34
Compare
Choose a tag to compare
1.0-beta8 Pre-release
Pre-release
  • Bulgarian, Catalan, Norwegian (Bokmål), and Serbian localizations added
  • Recommendations from preliminary external security audit incorporated
  • MSI localized files contain and install own resources only now
  • Occasional missing event parameters issue fixed
  • Unable to set blank certificate credentials issue fixed
  • Internal clean-up

1.0-beta7

30 Sep 12:39
Compare
Choose a tag to compare
1.0-beta7 Pre-release
Pre-release
  • Explicit server certificate check introduced: if server certificate is found on the list of trusted CA, that server is explicitly trusted
  • Configuration dialog updates
    • Non-working credential storing after switching from configured to stored credentials fixed
    • Windows Credential Manager credential retrieval disabled when is false, to prevent loading stale credentials from previous configuration when was true and credentials got stored to Windows Credential Manager
    • Remove CA button enable/disable logic fixed
  • Translation updates
  • Support for KPH password encryption added
  • Internal clean-up

1.0-beta6

26 Sep 11:25
Compare
Choose a tag to compare
1.0-beta6 Pre-release
Pre-release
  • GUI texts updated for better disambiguation of reusable parts of GUI
    • Credential source panel titles no longer static "Client Credentials", but describe method and credential type instead
    • Configuration dialog banner title updated to include method name
  • <Password> element is stored encrypted in profile configuration XML now
  • Always saving blank configured credentials issue fixed
  • Password change detection updated not to rely on default password value any more, but monitors password control change events
  • Over-paranoid Debug Alert with empty certificate list resolved
  • Internal clean-up

1.0-beta5

22 Sep 10:54
Compare
Choose a tag to compare
1.0-beta5 Pre-release
Pre-release

Credential configuration GUI revised and simplified as much as possible

1.0-beta4

19 Sep 11:00
Compare
Choose a tag to compare
1.0-beta4 Pre-release
Pre-release
  • Translations updated; only complete languages are included in final build now
  • Building tested, revised, and documented
  • "*" wildchar TLS host names in config dialog UI allowed now; however, still treated as a regular character when testing server name
  • Memory leakage in underlying WinStd library fixed

1.0-beta3

13 Sep 08:42
Compare
Choose a tag to compare
1.0-beta3 Pre-release
Pre-release
  • Localization text updated
  • Translations updated
  • Korean localization stubs added

1.0-beta2

12 Sep 08:25
Compare
Choose a tag to compare
1.0-beta2 Pre-release
Pre-release
  • Support for localized MSI added
  • Support for Welsh added
  • Translations from Transifex updated
  • Internal clean-up

1.0-beta1

07 Sep 12:08
Compare
Choose a tag to compare
1.0-beta1 Pre-release
Pre-release
  • MsiUseFeature utility extended with installed language check
  • Translation stubs for all target languages added

1.0-beta

06 Sep 14:00
Compare
Choose a tag to compare
1.0-beta Pre-release
Pre-release
  • MSCHAPv2 now functional
  • The naming scheme for Windows Credential Manager revised: Credentials are no longer stored using method name (TLS/PAP/MSCHAPv2) but with level/type identifier
  • The logic for credential re-prompt after failed authentication revised