ssl_verify_fun.erl icon indicating copy to clipboard operation
ssl_verify_fun.erl copied to clipboard

Encoding unit tests

Open deadtrickster opened this issue 9 years ago • 1 comments

deadtrickster avatar Mar 17 '15 15:03 deadtrickster

So more unit tests uncovered some more problems. In #11 we get back strings() in bmpString and universalString which don't need further decoding. Weirdly enough it still worked because i think characters_to_list lets you mix unicode code points and binaries and if you are passing in a list of code points then it is a noop.

benmmurphy avatar Mar 19 '15 12:03 benmmurphy