boxdot

Results 30 issues of boxdot

Add two feature flags: openssl (default) and ring (optional). The ring feature flags implements token-based authentication without dependency on openssl. However, it does not support PKCS#12-certificated authentication. When both features...

When protobuf is generated without the transport feature, the generated client can be compiled to wasm32 targets and used in browser environment. To be able to run the client in...

I have an experimental implementation of a `Connector` which allows to tunnel gRPC communication over a WebSocket. This makes it possible to implement a gRPC-over-WebSocket server and more importantly also...

A-tonic
C-request

Right now, we have generated reader tests (in Python) for the C++ byte reader. The problem is, that they always try to read 1 from the beginning of some data...

python

Right now, a schema-file in flatdata is a single file, which can not be split into separate parts. Especially, since we support optional subarchives, it makes sense to be able...

generator

The method [EcdsaKeyPair::sign](https://docs.rs/ring/0.16.20/ring/signature/struct.EcdsaKeyPair.html#method.sign) https://github.com/briansmith/ring/blob/7a443f9bb2fb5afabe175bcb89c520ba96558242/src/ec/suite_b/ecdsa/signing.rs#L171 is marked as deprecated. What should be used instead?

Also fix (clippy) warnings in Rust tests Tested against rustc version 1.63.0. After this is merged and the new generator is released, additional flag `--all-targets` can be added to `cargo...

New configuration which enables encryption of the signal keystore and the gurk messages database: ```toml passphrase = "secret" ``` Previously unencrypted database is replaced by the encrypted one. Make sure...

Messages, contacts, and application state are stored unencrypted. We should encrypt the data on the client. We have to decide, though, which mechanism to use for encryption. I can think...