-
We need to improve our nix code.
- [ ] First step is to refactor the flake to be more readable.
@wucke13 suggested additional steps.
- [ ] pull stuff out of flake.nix, own pkgs/ dir, then put…
koraa updated
4 weeks ago
-
**Describe the problem**
I was doing a fresh network configuration, so I configured all of my clients to use Rosenpass _without_ the permissive switch. With this arrangement, iOS/iPadOS clients cou…
-
When rebuilding rosenpass we noticed an error that is occurring on some boxes but does not occur on other boxes (all x86_64, env have same version of everything , only difference in hardware AMD vs In…
-
https://docs.netbird.io/how-to/enable-post-quantum-cryptography#about-rosenpass
https://mceliece.org/ (included in bouncycastle)
subes updated
4 months ago
-
Thank you for building hermit; I hope this will become a conerstone of rust infrastructure soon!
At [Rosenpass](https://github.com/rosenpass/rosenpass) (post quantum security for WireGuard in Rust)…
koraa updated
2 months ago
-
Add code to automatically generate test vectors for rosenpass.
- Add code generating the test vectors
- The code should be in a separate binary
- The code should be hidden behind a feature flag
…
koraa updated
6 months ago
-
I am using the following configuration files in my own Rosenpass VPN setup; we should provide the unit files as part of the installation and a template of the script to get a setup running. @wucke13 w…
koraa updated
3 months ago
-
Deciding how to pass keys to wireguard is difficult; depending on how keys are transmitted the interface is hard to support for integrators (unix sockets + memfd_secret) or insecure (key to stdout; ke…
-
We should provide a `rosenpass config` family of commands for creating and manipulating our toml configuration files.
```sh
$ rosenpass config ./my_config.toml init [--verbosity=verbose] [--keygen…
koraa updated
4 months ago
-
> I'm trying to run this commit with 50 peers and see the following error, could it be related?
```
[2024-06-10T15:18:50Z ERROR rosenpass_secret_memory::alloc::memsec::memfdsec] Allocation Layout …