Ingela Andin

Results 77 comments of Ingela Andin

I think I could be ok with a white box test in http_format_SUITE. You would have to create some internal data to be able to call httpd_script_env:create_env/3

I think the logic patch would look like this: ``` diff --git a/lib/public_key/src/pubkey_cert.erl b/lib/public_key/src/pubkey_cert.erl index 630981c841..f266ddc1ea 100644 --- a/lib/public_key/src/pubkey_cert.erl +++ b/lib/public_key/src/pubkey_cert.erl @@ -672,9 +672,12 @@ is_dir_name2(Value, Value) -> true; is_dir_name2({printableString,...

Thinking some more about this I think actually this would be good. As string:casefold will work for all cases but might be unnecessary slow if we know that both values...

Well, the purpose of normalize_name is to make a "lookup-friendly" term. find_cross_sign_root_paths is meant to handle a special case of phasing out old root certs about to expire and finding...

We discussed this draft in our team meeting, and we are wondering why you want to do this as customization? Just because Ericsson does not prioritize this extension at the...

Maybe it would make more sense to have a callback for unrecognized extensions by the default implementation?

When it comes to naming conventions currently the options are {describing_name_with_underscores, Value}. And yes we would like to rework the option handling further. Legacy options, backwards compatibility and options dependency's...

@benbro Depends on what you mean? We are not against officially supporting the dtls-srp extension. It is probably not a very big job it just not top priority for us...

Just to be clear as this is still a draft I will not be able to make it for OTP-24 as the deadline is approaching real fast. We can probably...

Can you reproduce the problem with the following trace? ` dbg:tracer(). dbg:p(all, [call]). dbg:tpl(ftp, handle_info, cx). ` And share the result when the problem occurs?