[MacPorts] #14267: Add SNI support (TLS extentsions) to OpenSSL
MacPorts
trac at macosforge.org
Mon Feb 11 06:00:54 PST 2008
#14267: Add SNI support (TLS extentsions) to OpenSSL
----------------------------------+-----------------------------------------
Reporter: dirkx at webweaving.org | Owner: macports-tickets at lists.macosforge.org
Type: enhancement | Status: new
Priority: Normal | Milestone: Port Enhancements
Component: ports | Version: 1.6.0
Keywords: openssl sni tlsext |
----------------------------------+-----------------------------------------
The TLS extensions are quite stable (and useful for those who want to use
SNI with their httpS wordpress/blogs).
Add an option to enable them. Though it would almost make (more) sense to
make this actually the default.
Dw.
{{{
*** ports/devel/openssl/Portfile.org 2008-02-11 14:53:56.000000000
+0100
--- ports/devel/openssl/Portfile 2008-02-11 14:18:57.000000000
+0100
***************
*** 38,43 ****
--- 38,47 ----
configure.args-append enable-rfc3779
}
+ variant tls-sni {
+ configure.args-append enable-tlsext
+ }
+
destroot.destdir INSTALL_PREFIX=${destroot}
destroot.args MANDIR=${prefix}/share/man
}}}
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14267>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list