Richard Levitte
Richard Levitte
> I still wonder if we shouldn't throw it away an use EVP_PKEY instead :) No. Please no. We have worked ourselves *away* from integrating everything and its uncle into...
I'll have another thorough read later today or tomorrow. Right now, I need to turn my attention elsewhere...
Instead of filling up libdefault.a, use a dummy... say, libtemplate.a? Add this in `providers/build.info`: ``` # template library, not used anywhere. It's merely here to ensure that the object files...
I can't justify `CLA:trivial`, just the changes in `crypto/evp/digest.c` are too important. Otherwise, the changes look good... would you mind adding a bit of documentation in `doc/man7/provider-digest.pod`, though?
Is this idea something similar to what `EVP_CIPHER_param_to_asn1()` and `EVP_CIPHER_asn1_to_param()` do, but a bit more involved?
I'm trying to understand what should happen with that blob. Is it something you'd expect to store away somewhere, to re-use the next day with a new EVP_CIPHER_CTX? Or is...