Releases: ypcd/gstunnel
V6.3.1
gstunnel V6.3.1 release announcement:
[Compatibility version]
In order for go tools (get, install, etc.) to parse version numbers normally.
In the future, the version number of gstunnel will be changed from the current four-stage version to the three-stage version.
(old)v6.3.0.0 ---> (new)v6.3.0
V6.3.0.0
gstunnel V6.3.0.0 release announcement:
[Important version]
-
Added RSA asymmetric encryption. Now uses AES+RSA double encryption during dynamic key updates.
-
Continue to reconstruct the project based on object-oriented design principles.
-
Add debug mode. In debug mode, the project will have more runtime information, making project debugging easier.
Debug mode is enabled with the command "go build -tags debug" or "go test -tags debug". -
Add RSA key generation function. Use the command "gstunnel_server -rsa key" or "gstunnel_client -rsa key".
Some new features have been added and some issues have been fixed.
v6.2.32.0
v6.2.31.0
V6.2.30.8
gstunnel v6.2.30.8 release announcement
- Improve the gstunnel protocol and improve the random data mechanism; The GS protocol was changed to a pure binary protocol and no longer used base64 encapsulation.
- Improve log information.
- Improve the timeout mechanism and delete the original timeout mechanism.
- Add the function of setting the configuration file path through the command line, and add the function of generating random passwords through the command line.
- Improve the context mechanism.
- Add more network communication statistics.
- Performance optimization, performance increased by 15%.
Fixed some issues and added some new features.
V6.2.30.2
gstunnel V6.2.30.2 release announcement:
[Important releases]
- The encryption algorithm is replaced by AES-CFB to the more secure AES-GCM.
- The AES key length has been changed from 16, 24, and 32 bytes to only 32 bytes.
- The first refactoring of the project is completed.
- Increased unit test coverage.
- Optimized error handling.
- Optimized the project log.
- Important performance optimizations have been made.
Fixed some issues and added some new features.