-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Better wildcard matching for CN #465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
+1 |
Commit?! :) |
@m6w6 I lack the magic wand ;-) |
Okay then... I just had a closer look: this one test that is supposed to fail doesn't seem to be enough to proof the functionality of such a sensitive feature. |
Hi, On 4 Oct, 2013, at 3:26 PM, Michael Wallner notifications@github.com wrote:
|
@datibbaw There are several other cert files in |
@rdlowrey Yes, there are some, but none have a wildcard; in fact, I don't even see test cases for the current behaviour of "CN_match" in terms of wildcard matching =P |
This is a fix for https://bugs.php.net/bug.php?id=65729
It also allows for better wildcard matching, such as
foo*.bar.com
and*baz.foo.com
, as per rfc 2818.