sidrubs

Results 14 comments of sidrubs

Could I submit a PR to `rustls` to make this work? Do you know what I would have to change? Would using OpenSSL work for this use case?

@swapnesh-wani-nvidia @karsten-nvidia I'm gently bumping to check if this PR is on your radar? Just doing a little bit of internal planning.

@alexliesenfeld would it be possible to release an `0.8-alpha.2` off the current `main`? It has some dependency updates that avoid advisories.

Aah ok I see how #402 is being done. If one were to extend that to use traits, and expose the trait API in addition to the current `encode` and...

I have not received any response from @GlenDC, so have gone ahead an make a [draft PR](https://github.com/Keats/jsonwebtoken/pull/410) with a POC. It shows how I propose the use of `JwtSigner` and...

@GlenDC sure, that would be great! Let me know if you have any questions.

> I like the look of it but would like both RustCrypto and aws-lc support to make sure it works well. I'm not too sure about the builders but I...

> I think we can have both the builder and the function? I just want to understand correctly as there are two functions I have talked about and I feel...

I have added an `aws-lc-rs` implementation behind a feature flag (again, only HMAC for now until we agree on a way going forward). Currently there are `rust_crypto` and `aws_lc_rs` feature...

It seems that this POC might be used. So I'll go ahead and add the rest of the algorithms, keeping in mind some of the comments above, and get everything...