Recent Releases of https://github.com/crocs-muni/meesign-server

https://github.com/crocs-muni/meesign-server - v0.5.0

What's Changed

  • Added secure communication layer
    • Authenticated and encrypted unicast channels
    • Authenticated broadcast
    • Reliable broadcast using echo-broadcast protocol
  • Added support for sending decryption requests from CLI
  • Minor fixes

Full Changelog: https://github.com/crocs-muni/meesign-server/compare/v0.4.0...v0.5.0

- Rust
Published by dufkan about 1 year ago

https://github.com/crocs-muni/meesign-server - v0.4.0

What's Changed

  • Refactor messages, distinguish broadcast and unicast by @MarekMracna in https://github.com/crocs-muni/meesign-server/pull/44

Full Changelog: https://github.com/crocs-muni/meesign-server/compare/v0.3.0...v0.4.0

- Rust
Published by dufkan about 1 year ago

https://github.com/crocs-muni/meesign-server - Release v0.3.0

Highlights

  • added support for share weighting
  • added device kind (user or bot)
  • added an option to add a note to a group (e.g., for a custom policy)
  • added MIME type to DecryptTask
  • improved logs (less verbose, more relevant log levels)

Full Changelog: https://github.com/crocs-muni/meesign-server/compare/v0.2.0...v0.3.0

- Rust
Published by dufkan about 2 years ago

https://github.com/crocs-muni/meesign-server - Release v0.2.0

What's Changed

  • Add sign challenge task by @dufkan in https://github.com/crocs-muni/meesign-server/pull/13
  • Fix pipeline by @KristianMika in https://github.com/crocs-muni/meesign-server/pull/14
  • Update hyper version by @KristianMika in https://github.com/crocs-muni/meesign-server/pull/15
  • Add TLS-based client authentication by @dufkan in https://github.com/crocs-muni/meesign-server/pull/16
  • fix: pass correct data to protocol in SignPDF by @dufkan in https://github.com/crocs-muni/meesign-server/pull/17
  • chore: publish a docker image on every push into main by @KristianMika in https://github.com/crocs-muni/meesign-server/pull/18
  • Adapt to merged API for optional client auth in tonic by @dufkan in https://github.com/crocs-muni/meesign-server/pull/21
  • chore: change tonic source to upstream by @dufkan in https://github.com/crocs-muni/meesign-server/pull/23
  • chore(deps): bump tokio from 1.22.0 to 1.24.2 by @dependabot in https://github.com/crocs-muni/meesign-server/pull/20
  • chore(deps): bump openssl from 0.10.43 to 0.10.48 by @dependabot in https://github.com/crocs-muni/meesign-server/pull/22
  • chore(deps): bump h2 from 0.3.15 to 0.3.17 by @dependabot in https://github.com/crocs-muni/meesign-server/pull/24
  • ci: use devel branch for nightly docker release by @KristianMika in https://github.com/crocs-muni/meesign-server/pull/25
  • docs: update key folder in Docker command in readme by @KristianMika in https://github.com/crocs-muni/meesign-server/pull/27
  • chore(deps): bump openssl from 0.10.48 to 0.10.55 by @dependabot in https://github.com/crocs-muni/meesign-server/pull/26
  • Add FROST and threshold ElGamal decryption support by @dufkan in https://github.com/crocs-muni/meesign-server/pull/28

Full Changelog: https://github.com/crocs-muni/meesign-server/compare/v0.1.1...v0.2.0

- Rust
Published by dufkan almost 3 years ago

https://github.com/crocs-muni/meesign-server - Release v0.1.1

Compatible with MeeSign Client v0.1.1.

What's Changed

  • Bump regex from 1.5.4 to 1.5.6 by @dependabot in https://github.com/crocs-muni/meesign-server/pull/4
  • Dockerizes meesign-server, adds release to Dockerhub. by @KristianMika in https://github.com/crocs-muni/meesign-server/pull/5
  • WIP: Fix threshold by @jjanku in https://github.com/crocs-muni/meesign-server/pull/6
  • Generate the server key and certificate into a dedicated directory by @KristianMika in https://github.com/crocs-muni/meesign-server/pull/7
  • Refactoring, key type, threshold by @dufkan in https://github.com/crocs-muni/meesign-server/pull/8
  • docs: update the docker run command by @KristianMika in https://github.com/crocs-muni/meesign-server/pull/10
  • Sync with client by @dufkan in https://github.com/crocs-muni/meesign-server/pull/11
  • Version 0.1.1 changes by @dufkan in https://github.com/crocs-muni/meesign-server/pull/12

New Contributors

  • @dependabot made their first contribution in https://github.com/crocs-muni/meesign-server/pull/4
  • @KristianMika made their first contribution in https://github.com/crocs-muni/meesign-server/pull/5

Full Changelog: https://github.com/crocs-muni/meesign-server/compare/v0.1.0...v0.1.1

- Rust
Published by dufkan over 3 years ago

https://github.com/crocs-muni/meesign-server - EurOpen'22 demo

Version used for field testing at EurOpen 2022. Also see conference proceeding.

- Rust
Published by dufkan almost 4 years ago