bugGNU Wget - Bugs: bug #26786, TLS SNI support

 
 

bug #26786: TLS SNI support

Submitter:  Micah Cowan <micahcowan>
Submitted:  Thu 11 Jun 2009 10:14:57 PM UTC
   
 
Category:  Protocol Issue Severity:  3 - Normal
Priority:  5 - Normal Status:  Fixed
Privacy:  Public Assigned to:  gscrivano
Originator Name:  Open/Closed:  Closed
Release:  None Operating System:  None
Reproducibility:  None Fixed Release:  None
Planned Release:  1.14 Regression:  None
Work Required:  0 - Hours Patch Included:  Yes
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 14 Apr 2012 08:06:44 AM UTC, comment #3: 

applied

Giuseppe Scrivano <gscrivano>
Group administrator
Fri 13 Jan 2012 12:26:18 PM UTC, comment #2: 

Hello,

any progress in appling this patch?
I got a request to add this to the Debian package: http://bugs.debian.org/653267

Thanks for your reply.

Regards

Noel

Noël Köthe <nok>
Sat 21 Aug 2010 10:13:05 PM UTC, comment #1: 

Sergei Trofimovich thinks that patch has a small typo.  look at the new is_ip_address() in the src/host.c file.

+#ifdef ENABLE_IPV6
+  if (is_valid_ipv4_address(name, endp))
+    return true;
+#endif

that probably should be is_valid_ipv6_address()

also, the style probably needs changing to GNU style ...
-  foo();
+  foo ();

Mike Frysinger <vapier>
Thu 11 Jun 2009 10:14:57 PM UTC, original submission:  

Proposed patch at: http://lists.gnu.org/archive/html/bug-wget/2009-03/msg00033.html

(Looks like > legally significant # lines, so probably needs disclaimer)

Micah Cowan <micahcowan>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gscrivano (Posted a comment)
  • -email is unavailable- added by nok (Posted a comment)
  • -email is unavailable- added by vapier (Posted a comment)
  • -email is unavailable- added by micahcowan (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-04-14 gscrivano StatusAwaiting Approval Fixed
        Assigned toNone gscrivano
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code