Fantastic! Curious about revocations though - the post doesn't mention it?
(This is consistent with Go's crypto/x509, which does not do revocation checking as part of the `Verify` API.)
11–20 of 88 posts
Fantastic! Curious about revocations though - the post doesn't mention it?
(This is consistent with Go's crypto/x509, which does not do revocation checking as part of the `Verify` API.)
Fantastic! Curious about revocations though - the post doesn't mention it?
Thanks to Trail of Bits for pulling this off.
[flagged]
[flagged]
Given that "python" is basically synonymous with "cpython" and cpython has always been implemented in C, I guess the answer to your question is "yes".
Congratulations to the authors, this was a feature that was dearly missing from pyca/cryptography. It took a long time to get right. For the history: https://github.com/pyca/cryptography/issues/2381
That's not to say this is done! There's a set of features we still want to add and we'd like to gain some confidence in the APIs as structured before we mark them as stabilized.
Fantastic! Curious about revocations though - the post doesn't mention it?
Thanks for calling this out. Revocations are not currently supported by the public API; we made a decision early in the MVP planning process to exclude them for complexity reasons. (This is consistent with Go's crypto/x509, which does not do revocation checking as part of the `Verify` API.)
Earlier quoted context omitted.
Thanks for calling this out. Revocations are not currently supported by the public API; we made a decision early in the MVP planning process to exclude them for complexity reasons. (This is consistent with Go's crypto/x509, which does not do revocation checking as part of the `Verify` API.)
Not planned for MVP or not planned ever?
While I'm a huge fan of formal methods for developing secure code, IMHO well developed suites such as x509-limbo[1] with common, good, problematic, and outright sadistically wrong vectors are the way forward for developing robust cross platform protocols. These are the kinds of unit tests a spec should come with.