Juan Lang : crypt32: Update a comment.

Alexandre Julliard julliard at winehq.org
Mon Nov 16 11:43:52 CST 2009


Module: wine
Branch: master
Commit: f6c482467593ed936996706ddc18a6d4f0737312
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f6c482467593ed936996706ddc18a6d4f0737312

Author: Juan Lang <juan.lang at 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++)
         {




More information about the wine-cvs mailing list