Sebastian Hahn

Results 12 issues of Sebastian Hahn

This is a PR just to show what an API giving access to a certificate's public key could look like, as input for #85. It also depends on #86 getting...

For fuzzing, I always have to make sure my crate type is set to rlib, or rlib and staticlib. Reversing the order or adding the bin crate type leads to...

question

Anything using a custom allocator cannot be fuzzed, even if the same allocator is chosen in the fuzzer script.

upstream

`bincode` allows limiting the memory usage of deserialized objects, and `async-bincode` should probably provide a facility for this as well. Without it, attackers are able to consume up to 8GB...

This might be similar to #79, but occurs even if no DNS name resolution is happening. Specifying a timeout does not work, ureq waits until the request is failed by...

Since Rust 1.65, which introduced LLVM 15, codegen for both versions of ptr_map is the same. The release happened in Nov 2022, which should mean the majority of users have...

Is there a plan to update this crate to hyper 1.2? If not, would you consider accepting patches?

I am writing a wrapper for tokio's `UdpSocket` to enable use via `tokio-boring`. There are two use cases for DTLS connections, one with a one-to-one connection where each partner can...

The syn part was requested in #37.

Would you be interested in a PR to more accurately pin point error locations when using the derive macro?