Module: wine Branch: master Commit: f6c482467593ed936996706ddc18a6d4f0737312 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f6c482467593ed936996706ddc...
Author: Juan Lang juan.lang@gmail.com Date: Fri Nov 13 08:33:34 2009 -0800
crypt32: Update a comment.
---
dlls/crypt32/chain.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/crypt32/chain.c b/dlls/crypt32/chain.c index 17471d5..c508c25 100644 --- a/dlls/crypt32/chain.c +++ b/dlls/crypt32/chain.c @@ -2382,8 +2382,8 @@ static BOOL match_dns_to_subject_alt_name(PCERT_EXTENSION ext, * in section 4.2.1.6: * "Multiple name forms, and multiple instances of each name form, * MAY be included." - * It doesn't specify the behavior in such cases, but common usage is - * to accept a certificate if any name matches. + * It doesn't specify the behavior in such cases, but both RFC 2818 + * and RFC 2595 explicitly accept a certificate if any name matches. */ for (i = 0; !matches && i < subjectName->cAltEntry; i++) {