ssl_verify_fun.erl
ssl_verify_fun.erl copied to clipboard
Encoding unit tests
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.