arckoor

Results 29 comments of arckoor

So we tested a bit, and unfortunately the PKCS#10 flow won't work for our usecase. Instead I would like to somehow expose `X509_CA::make_cert` to the FFI, but in a way...

@Keats any chance of a review on this?

@drusellers As far as I know rustls doesn't implement the cryptography directly, rather it relies on other crates like `ring`, `aws-lc-rs`, `rustcrypto`, ... So you can't really use rustls with...

@Keats I made the JWK functions private after all. For the `PROCESS_DEFAULT_PROVIDER` I still think this is the best way to do it, so I left it as is. I...

@DoumanAsh I can sympathize with most of the comments, and will try them out soon-ish. What I don't sympathize with is returning a default provider when both features are enabled....

@Keats oh joy, CI fails because of the botan use in the example. I don't know what other crypto lib to use, if you have any preference, please let me...

Why would it not be visible to someone viewing a git checkout? Sure it would be interleaved with code, but I think in an IDE docstrings should be easily distinguishable...

@randombit I couldn't resist after all. ~~Note that with sphinx autogenerating it, it requires that it imports it, which in turn requires finding a `libbotan-3`. I never quite figured out...

@randombit Any chance of getting this and #5096 merged before the next release?