Jason Heeris

Results 104 comments of Jason Heeris

Having dug deeper into the fractal of constraints that is rustls + webpki, I have a suggestion. Firstly, reconsider whether rustls is really what you should be using by default!...

@jaredwolff Is it useable from rumqttc's async client?

I've narrowed it down a bit and found that while some tests (in `calloop-subproc`) complete in 200s, others take more than an hour (I still haven't found how long): ```none...

Okay, I managed to substantially reduce the repro, it seems like having multiple async process spawns, even if they're sequential, just totally stops under tarpaulin. I get this output from...

Oops, crossed signals there. I'll give that branch a try.

Didn't seem to change things I'm afraid. I'm using 9543cb27292c24b1290ce5c61f419663eede2b52 and get: ```none tarp-test ⚬ ../tarpaulin/target/release/cargo-tarpaulin tarpaulin --ignore-tests --forward --timeout 120 -- --nocapture Mar 08 18:17:08.440 INFO cargo_tarpaulin::config: Creating config...

I'd like to revisit this comment: > It is worth noting that non-web uses of X.509 do not necessarily require subjectAltName. Can I ask if this library is intended to...

@briansmith Thanks for the detailed response, it's extremely useful to know where to direct my efforts. I'll try to get the appropriate information for you if webpki needs to support...

@briansmith Also (mostly for my own understanding), when you say this: > In particular, if you are generating a X.509 certificate that identifies a subject by its DNS name and/or...