Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Releases: Amebis/GEANTLink

1.0-alpha8

17 Aug 09:57
Compare
Choose a tag to compare
1.0-alpha8 Pre-release
Pre-release
  • TLS revised
    • Client explicitly refuses to accept change cipher spec if no or NULL cipher was proposed
    • Hello requests are no longer included in the handshake hashing
    • Support for encrypted change cipher spec messages added
    • Explicit checks on server certificate chain added:
      • Certificate can not be self-signed: Cannot check trust against configured root CAs when server certificate is self-signed
      • Server can provide full certificate chain up-to and including root CA. Importing root CA to the store for certificate chain validation would implicitly trust this certificate chain. Thus, we skip all self-signed certificates on import.
    • Session resumption issues resolved
  • Credential prompt has "Remember" checkbox initially selected when credentials originate from Windows Credential Manager
  • Last authentication attempt failure notice is more general now and no longer insinuate user credentials are the likely cause of the failure
  • Additional log messages added

1.0-alpha7

16 Aug 15:02
Compare
Choose a tag to compare
1.0-alpha7 Pre-release
Pre-release

TLS code clean-up before testing

1.0-alpha6

15 Aug 23:06
Compare
Choose a tag to compare
1.0-alpha6 Pre-release
Pre-release
  • EAP-TTLS operational now
    • TTLS+PAP, TLS v1.0/1.1/1.2, session resumption
  • EventMonitor is Windows application now
  • Endless other improvements and bug fixes

1.0-alpha5

23 Jun 15:27
Compare
Choose a tag to compare
1.0-alpha5 Pre-release
Pre-release
  • Configuration
    • All configurations imported via XML are marked read-only now
    • Provider's custom credential prompt labels are honored now (for password-based methods)
    • Provider's contact info support added
  • Monitoring
    • Event reporting finished
    • EventMonitor utility introduced
  • Security
    • Credential encryptrion method changed - the former didn't work between normal and UAC-elevated processes: stored credentials are no longer valid and should be reentered
    • IPC BLOBs are encrypted now

1.0-alpha4

18 Jun 08:56
Compare
Choose a tag to compare
1.0-alpha4 Pre-release
Pre-release
  • Pre-shared credentials introduced
  • MsiUseFeature utility added
  • Doxygen documentation update
  • Internal reorganization

1.0-alpha3

09 Jun 13:59
Compare
Choose a tag to compare
1.0-alpha3 Pre-release
Pre-release
  • User interface now functional
  • Internal reorganizations and clean-ups
  • Doxygen documentation update
  • Some minor issues fixed

1.0-alpha2

01 Jun 15:42
Compare
Choose a tag to compare
1.0-alpha2 Pre-release
Pre-release
  • XML configuration handling changed to match draft-winter-opsawg-eap-metadata-02
  • CredWrite accepts user name as Base64 encoded UTF-8 string now
  • Microsoft Installer's feature completeness check added

1.0-alpha1

22 May 18:21
Compare
Choose a tag to compare
1.0-alpha1 Pre-release
Pre-release

Support for XML configuration import/export finished

1.0-alpha0

22 May 18:19
Compare
Choose a tag to compare
1.0-alpha0 Pre-release
Pre-release

Initial release