Opened 16 years ago

Closed 14 years ago

#14267 closed enhancement (fixed)

Add SNI support (TLS extentsions) to OpenSSL

Reported by: dirkx (Dirk-Willem van Gulik) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: openssl

Description

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
  


Change History (4)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to mww@…

Assigning to maintainer.

Note that variant names may not contain hyphens.

comment:2 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Keywords: openssl sni tlsext removed
Port: openssl added

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

These have been enabled by default since 0.9.8j.

Note: See TracTickets for help on using tickets.