Steven Fackler

Results 229 comments of Steven Fackler

Are you able to insert that certificate into your system's trust store? That's the preferred method for dealing with self signed certificates.

I think what should work here is to provide access to the schannel state after a failed handshake. That'll let you in particular have access to the peer's certificate. I'll...

That certainly seems reasonable - I'd be happy to take a PR with that option. Do you know why Fiddler's root would have an invalid revocation URL rather than not...

This warning pops up in the enumflags test suite, for example.

Note that this should be sequenced after #33. Particular care should be taken to discuss what exactly the safety considerations are around the unsafe constructors.

`IndexMove` would consume `m` - that would fail to compile since `m` no longer exists on the third line.

Ah, `IndexGet` isn't quite that. It's designed for cases where you have a data structure which can't return a reference into it (e.g. a bitset). The signature is `fn index_get(&self)...

Seems reasonable to me!