Skip to content

Commit

Permalink
Merge pull-request #449
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Jun 27, 2024
2 parents 5637a8f + 3081cfe commit 0356f71
Show file tree
Hide file tree
Showing 24 changed files with 2,415 additions and 90 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project used to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) but we've since
moved out of versioning: we use submodule references to pull `qos` into repositories which depend on it (git SHA pointer).

If you're changing QOS in a meaningful way, please add a changelog entry, but no need to group these in version sections.

Types of changes:

Expand All @@ -14,6 +17,15 @@ Removed: for now removed features.
Fixed: for any bug fixes.
Security: in case of vulnerabilities.

## Added: `qos_net` crate

In PR #449 we introduce `qos_net`, a crate which contains a socket<>TCP proxy to let enclave application communicate with the outside world.

This new crate contains:

- a new CLI and associated binary containing the proxy logic, running outside enclaves (on the host side)
- a `ProxyStream` abstraction to let enclaves send `ProxyMsg` messages to `Open`, `Read`, `Write` or `Flush` proxy-held connections.

## [0.4.0] 2024.4.9

### Added
Expand Down
Loading

0 comments on commit 0356f71

Please sign in to comment.