Benoît Cortier
Benoît Cortier
Hi! > The output is: > > ``` > DER RDN sequence name: 300f310d300b06035504030c0474657374 > DER general names: 3011840f310d300b06035504030c0474657374 > ``` > > where `300f` disappeared from the serialized value....
Hi @pkking I don’t remember very well how this part of the codebase is implemented. I think you may know better than me. If you have a way of testing...
Thank you for the issue! FYI, I don’t think we’ll be working on this anytime soon because our product which was using HTTP signatures has been discontinued and we don’t...
I’m fine with keeping the implementation for draft 12 as long as it’s useful – it does not represent a big maintenance burden for us. (Thank you for addressing the...
Hi! PRs are absolutely welcomed, and encouraged!! About the suggested change, however, my guess is that it was not intended for the `channel_bindings` field to be overridden by the user,...
DO NOT MERGE BEFORE 2025.2.0
I just discovered that `size_of` was part of the std prelude: https://doc.rust-lang.org/std/prelude/index.html#prelude-contents For this reason, you can forget what [I said here](https://github.com/Devolutions/devolutions-gateway/pull/1068#issuecomment-2436929662) about the guidelines, and just use `size_of` unqualified....
@TheBestTvarynka The new PR is here
@TheBestTvarynka Small reminder in case you forgot about this :slightly_smiling_face:
Thank you! I’m happy to see a PR to make such an API public. For what it’s worth, [I was looking for it, but ended up parsing strings instead](https://github.com/Devolutions/devolutions-gateway/blob/538d5c922c525cb9c50bdb4baa8717b0ace8ab2e/devolutions-gateway/src/log.rs#L46-L56).