Daniel McCarney

Results 83 issues of Daniel McCarney

The existing Nix flake packages Blightmud, but doesn't offer scaffolding for managing configuration or servers through Nix. The integration experience for NixOS users would be better if the flake also...

enhancement
discussion
stale

Continuing the CI standardization and refresh started in https://github.com/rusticata/rusticata-macros/pull/8

Previously the documentation for `SSL_CIPHER_description` said: > If buf is provided, it must be at least 128 bytes, otherwise a buffer will be allocated using OPENSSL_malloc(). [In reality](https://github.com/openssl/openssl/blob/dc9bc6c8e1bd329ead703417a2235ab3e97557ec/ssl/ssl_ciph.c#L1713-L1719), `OPENSSL_malloc` is...

approval: done
branch: master
triaged: documentation
cla: trivial
branch: 3.0
branch: 3.1
tests: exempted
branch: 3.2
branch: 3.3

Follow-up to https://github.com/rustls/rustls-ffi/pull/412 I think we can add macos to the matrix by: 1. using brew to install `pkg-config` 2. switching out the `CARGO_C_FILE` var in the "install cargo-c" step...

Followup from https://github.com/rustls/rustls-ffi/pull/421 and https://github.com/rustls/rustls-ffi/issues/409 The `rustls_client_config_builder_new` docs say: ``` /// This starts out with no trusted roots. /// Caller must add roots with rustls_client_config_builder_load_roots_from_file /// or provide a custom...

next-major-release

In https://github.com/rustls/rustls-ffi/pull/253 there was Cmake support integrated, but I'm not sure I understand the motivation. It's described as being a cross-platform solution, but we only test it for Windows (in...

Presently rustls-ffi takes a dependency on the [`libc`](https://docs.rs/libc/latest/libc/) crate for the following imports: * `size_t` * `c_void` * `c_char` * `c_uint` * `c_int` * `EINVAL` * `EIO` It looks like...

Suggested by @ptm2x1NyqFB2RY in https://github.com/jlund/streisand/issues/483 > Amazon has introduced new VPS with flat rate pricing. Worth considering as a new provider? > > https://aws.amazon.com/blogs/aws/amazon-lightsail-the-power-of-aws-the-simplicity-of-a-vps/?sc_ichannel=ha&sc_icampaign=launch_lightsail_consolehome_68576a17_2564&trkCampaign=launch_lightsail_consolehome_68576a17&trk=%20launch_lightsail_consolehome_68576a17_2564

If you provisioned a server with Streisand **between Oct 18th and Nov 23rd** your OpenVPN and OCServ (OpenConnect) Root Certificate Authorities will expire **30 days** after creation instead of 5...

bug

Suggested by @dimzon in https://github.com/jlund/streisand/issues/140 > https://www.softether.org/ > It's open source multi-protocol solution, claims is faster than native OpenVPN > ![Chart1](https://www.softether.org/@api/deki/files/4/=1.2.jpg?size=webview) > > ![Speed comparision](https://www.softether.org/@api/deki/files/12/=1.3.jpg) > Also implements it's own...