Ingela Andin
Ingela Andin
@josevalim I think we actually have considered it a candidate for that on several occasions, but as it has not caused a lot of work in the past it has...
We will get to this we just want to resolve the other PR regarding stateless tickets first.
We have some plans to make big changes to how sockets are handled. I am not sure how this would fit in to this new scenario. We will have to...
We have a work package where we are working to replace the existing inet-driver with a nif-based solution. However this is big job and we do not want to make...
You do not need to update the version manually that will be done by our scripts when it makes into a patch/release.
It is a missing feature of the public_key application function pkix_path_validation/3. (There is some placeholder code there for it). A long story short many years ago policies were not that...
@jbyroads I am actually working on this functionality right now. If everything goes well it might make it for OTP-25.1, but I can not promise. There are so many unknowns...
I think flattening the list is symptom treatment. Would you make the patch do the following instead? ``` diff --git a/lib/ssl/src/ssl_crl_cache.erl b/lib/ssl/src/ssl_crl_cache.erl index 095e3e8b44..7a8bcf5758 100644 --- a/lib/ssl/src/ssl_crl_cache.erl +++ b/lib/ssl/src/ssl_crl_cache.erl @@...
Well, the test case is a bit sparse! It is only testing that the delete function does not crash. You could use the following code to find the reference of...
@thalesmg Thank you for the PR