ockam icon indicating copy to clipboard operation
ockam copied to clipboard

Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.

Results 485 ockam issues
Sort by recently updated
recently updated
newest added

I wrote ```rust let mut forwarding_address = String::new(); std::io::stdin().read_line(&mut forwarding_address)?; ``` Got ```rust error[E0277]: `?` couldn't convert the error to `ockam::Error` --> examples/alice.rs:15:54 | 15 | std::io::stdin().read_line(&mut forwarding_address)?; | ^...

Implementation: Rust

There is a tool called [Magic Wormhole](https://github.com/magic-wormhole/magic-wormhole). It's a great tool to transfer files between machines, via a rendezvous server. A similar tool could be built easily with the building...

Implementation: Rust

https://github.com/build-trust/ockam/runs/6769053318?check_suite_focus=true

Component: CI/CD

ockam_command fails to publish to crates.io with failure ``` The remote server responded with an error: missing or empty metadata fields: description. Please see https://doc.rust-lang.org/cargo/reference/manifest.html for how to upload metadata...

The Rust team has started to have increased dependency on fixes and enhancements to the Hub code. Since Hub deploys are still a manual process, there is a lag time...

Type: Enhancement
Component: CI/CD

Here are some opportunities... 1. The tests in `examples/rust/get_started` do not cover significant portions of code. 2. Some tests in `examples/rust/*` could still clash on TCP ports when run in...

We should add telemetry calls to the following areas: - outgoing tcp start and end connection - TCP.Listener.Handler start (because a connection was established) - TCP.Listener.Handler :tcp_closed, data received, exception...

Type: Enhancement

We need to document how listeners and clients work so that users can create their own.

Implementation: Elixir

In `implementations/rust/ockam/ockam_transport_ble/src/driver/packet.rs:104`: ``` // TODO Currently we only support packet lengths up to 2^16 // bits long. // // The reason for this is that I'm too lazy right now...

Type: Enhancement
Implementation: Rust
Component: Core

https://tokio.rs/blog/2021-12-announcing-tokio-console https://github.com/tokio-rs/console https://github.com/ockam-network/ockam/tree/develop/implementations/rust https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_node

Implementation: Rust