Releases: nark/WiredServer
Wired Server 2.5-19
This update include the following changes:
- Wired Server (for macOS) now includes new encryption cipher suites (SHA256/512 keys and checksums)
- most of the old encryption ciphers (AES/128 bits, BF and 3DES) have been deprecated to encourage server operators to upgrade their security settings
- server logs will print a warning when user connect with a deprecated encryption cipher
- encryption support has been updated to comply with OpenSSL 1.1 and upper
- a « preferred cipher » setting has been added to 'etc/wired.conf' to give the ability to the administrator to accept only one unique cipher of their choice
- fix Finder menu on macOS 10.15
- fix import/export settings
Details about « preferred cipher » can be found here: https://github.com/nark/wired/blob/master/wired/wired.conf.in
Wired Server 2.5-17
Wired Server 2.5-16
WiredServer-2.5-16
Wired Server 2.5-15
With the help of members of the Wired community, we managed to put in order a build that regroups all the latest fixes we worked on.
- check port filtering
- auto-update with Sparkle
- server use 2048 RSA key
Wired Server 2.5-14
WiredServer-2.5-14
Wired Server 2.5-13
WiredServer-2.5-13
Wired Server 2.5-12
Fix wired server target dependency (wired)
Wired Server (Debug) 2.4-95
I just figured out how to fix the Wired Server app building process, so I would like to share my results with you guys. It's nothing new, except I hidden the Update panel for now.
I decided to align the version number with the client to make things easier. Also I barely tested it on macOS 10.13 and 10.14 with success. Everything is certainly not perfect and up-to-date but I just want to know if it works (like client, minimum target is macOS 10.10).
From here, as we made with Wired Client, we will fix and clean as many things as possible.
Feel free to try it out (no guarantee, it's debug version), and to post issues on GitHub to discuss problems you are facing with.
You need openssl installed to run this version:
-
Install Homebrew : https://brew.sh
-
Install OpenSSL with homebrew:
brew install openssl