Nmap Development mailing list archives
Claudiu's GSOC status report #7 of 13
From: Claudiu Perta <claudiu.perta () gmail com>
Date: Tue, 8 Jul 2014 02:07:40 +0100
Hi devs,
This is my GSOC weekly report.
* Started working on SPDY support.
* Extended socket:reconnect_ssl() with TLS Next Protocol Negotiation
(NPN) support. A list of protocols can be optionally passed as
comma
separated list of strings: e.g.,
socket:reconnect_ssl("spdy/3,spdy/2").
The application layer protocol is negotiated using existing NPN
support
in OpenSSL, if available.
* Did several tests against www.google.com (which advertises
spdy/3.1,
spdy/3,http/1.1) and the negotiation seems to be working fine.
* Some testing with the 'gzip' lua bindings at [1], as SPDY will require to
integrate a compression library.
Any feedback/suggestions are welcomed.
Cheers,
Claudiu
[1] http://lua-users.org/wiki/CompressionAndArchiving
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/
Current thread:
- Claudiu's GSOC status report #7 of 13 Claudiu Perta (Jul 07)
