Alexander Scheel

Results 217 comments of Alexander Scheel

\o sorry about the delay @JasonN3. I think we're going to need to discuss this a little more internally first. We've definitely talked about the idea before and would like...

> > Could you send an unrelated chain in addition to a cert you control, wherein the unrelated chain was a valid trusted chain by Vault, but the cert you...

@JasonN3 Nope! Thank you again! :-) We're likely going to merge this soon, I was waiting for 1.13 to branch so that we'd have time to make the changes I've...

Hmm, we might want to enable base64url decoding of headers then. Just for transparency, I didn't get as much time this release as I'd like to look at this, so...

@Net-18K Aha! First, note that `aes_encrypt_data` (the output from BouncyCastle's `DoFinal(...)`) contains `aes_encrypt_auth_tag`. This is consistent with most crypto libraries as the tag is usually appended to the ciphertext. You'll...

@jimm98y I was able to hunt this down a little more. It looks like in 1999ish (according to [here](https://www.scottbrady91.com/pake/srp-in-csharp-and-dotnet-core) -- though other commentary points to a later date, perhaps 2002+),...

My 2c. but given the commentary under the `test-directory` help text flag, I'd say the behavior is correct if confusing: ``` $ ./bin/tofu test -help ... -test-directory=path Set the OpenTofu...

@eranelbaz Sorry, let me try rephrasing that: `-test-directory` is not the same as the `tar --directory` option, wherein `tar` will change to the given directory and be relative to that...

@ccrpc-fjunge wrote: > If the behavior were additive, aka search the current directory and the given test-directory, why does the filter OP ran not find the one.tftest.hcl test? Because `-filter`...

Wow @roughconsensusandrunningcode this looks fairly comprehensive on first glance! Two initial questions for you: 1. Not being that familiar with the broader ecosystem of PGP (I admit, I'm more of...