Results 194 comments of Vincent Hanquez

yes, that's correct @vrom911. one thing that is orthogonal but thought I would mention is that the approach used in this builder is not very efficient and if you want...

I think you're hitting the normal problem of current nats. at the moment the only way is the plugin: https://github.com/yav/type-nat-solver If the code is ready it's probably fine to start...

I think that make sense to have that out of box; definitely would be a nice addition

only on the main compiler (now 8.0) though, . there's lots of warnings on old versions (now < 8.0) that are not very relevant, and next version (now 8.2) has...

my modest addition : [eccoxide](https://github.com/vincenthz/eccoxide/)

yes, this is supposed to be much faster, as the system store would be loaded only once, and shared by all subsequent TLS connections. I haven't checked that it works...

I think it would make sense that the whole of the certificate store is strictly loaded once, only after it's been really needed (so lazy from the outside point of...

can you re-run this on top of master to see which one is triggering this behavior ? also is it a 32/64 bit machine ?

This would be very nice; not sure how to structure this, since the benchmark are at the moment indepedent from each other. presumably you'ld need to hold on the final...

I think writing our own (which is not very hard) is the best option since I can imagine being in control of the displaying very precisely is key to a...