Will Bond
Will Bond
Another note about an issue to deal with when/if this issue gets more time: On Windows, there are some edge-case bugs that cause a handshake to fail, which require dropping...
I don't have a VM of Sierra yet, but there should not need to be a new build until Apple removed some Security.framework or SecureTransport functions. In terms of making...
I think the next step in supporting this would be to add a class `tls.TLSDelegate`, or similar, that would: 1. Be configured similarly to `tls.TLSSocket`, minus the actual socket connection...
> We've also been discussing this in Trio recently too – it would be neat to be able to support oscrypto! Conceptually this sounds like a good idea. I've heard...
I use badssl.com and tls-o-matic.com in the tests already. Unfortunately badssl.com doesn't have client auth, I don't believe. And tls-o-matic doesn't seem configured quite right to allow generating various test...
Eventually I ran into issues with tls-o-matic.com downtime. Combined with the need to be able to provide tests for client certs, caused me to write https://github.com/wbond/badtls.io. It is designed in...
Unfortunately I don't really have time to work on oscrypto these days - it does most of what I've needed, and my projects using it are in need or work...
I think it largely depends on what software you want to be able to read the p12 files. For instance, many of the good algorithm choices for key derivation (PBKDF2)...
All of the other `dump_*()` functions are in asymmetric, so I'd probably put it in there.
This hasn’t been implemented yet, mostly because I haven’t run into a need for it in my projects. I’m not opposed to it being added.