Skip to content

Releases: nark/WiredServer

Wired Server 2.5-19

12 May 10:47
Compare
Choose a tag to compare
Wired Server 2.5-19 Pre-release
Pre-release

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

16 Apr 15:12
Compare
Choose a tag to compare
  • fix OpenSSL link to library
  • fix deprecated RSA_generate_key

Wired Server 2.5-16

15 Apr 19:33
Compare
Choose a tag to compare
Wired Server 2.5-16 Pre-release
Pre-release
WiredServer-2.5-16

Wired Server 2.5-15

15 Apr 16:25
Compare
Choose a tag to compare
Wired Server 2.5-15 Pre-release
Pre-release

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

15 Apr 15:53
Compare
Choose a tag to compare
Wired Server 2.5-14 Pre-release
Pre-release
WiredServer-2.5-14

Wired Server 2.5-13

15 Apr 15:35
Compare
Choose a tag to compare
Wired Server 2.5-13 Pre-release
Pre-release
WiredServer-2.5-13

Wired Server 2.5-12

15 Apr 14:02
Compare
Choose a tag to compare
Wired Server 2.5-12 Pre-release
Pre-release
Fix wired server target dependency (wired)

Wired Server (Debug) 2.4-95

29 Nov 18:41
Compare
Choose a tag to compare
Pre-release

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:

  1. Install Homebrew : https://brew.sh

  2. Install OpenSSL with homebrew:

     brew install openssl