Skip to content
Snippets Groups Projects
Commit 4fb49069 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7

parents b809c265 9459ae26
No related branches found
No related tags found
No related merge requests found
......@@ -2523,7 +2523,7 @@ dn_indicates_v3_cert(X509_NAME *name)
return 0;
if (len < 4) {
OPENSSL_free(s);
return 0;
return 1;
}
r = fast_memneq(s + len - 4, ".net", 4);
OPENSSL_free(s);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment