[MacPorts] #38015: OpenSSL 1.0.1d Broken

MacPorts noreply at macports.org
Mon Feb 11 14:50:38 PST 2013


#38015: OpenSSL 1.0.1d Broken
--------------------------+-------------------
  Reporter:  dylanryan@…  |      Owner:  mww@…
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.1.3
Resolution:               |   Keywords:
      Port:  OpenSSL      |
--------------------------+-------------------

Comment (by dylanryan@…):

 Yes and no. the +universal variant appears to be broken still, but
 -universal works.

 {{{

 ~/Desktop $ port installed openssl
 The following ports are currently installed:
   openssl @1.0.1e_0
   openssl @1.0.1e_0+universal (active)
 ~/Desktop $ curl https://google.com
 curl: (35) error:1006706B:elliptic curve
 routines:ec_GFp_simple_oct2point:point is not on curve
 ~/Desktop $ sudo port activate  openssl @1.0.1e_0
 --->  Computing dependencies for openssl
 --->  Deactivating openssl @1.0.1e_0+universal
 --->  Cleaning openssl
 --->  Activating openssl @1.0.1e_0
 --->  Cleaning openssl
 ~/Desktop $ curl https://google.com
 <HTML><HEAD><meta http-equiv="content-type"
 content="text/html;charset=utf-8">
 <TITLE>301 Moved</TITLE></HEAD><BODY>
 <H1>301 Moved</H1>
 The document has moved
 <A HREF="https://www.google.com/">here</A>.
 </BODY></HTML>
 ~/Desktop $ sudo port activate  openssl @1.0.1e_0+universal
 --->  Computing dependencies for openssl
 --->  Deactivating openssl @1.0.1e_0
 --->  Cleaning openssl
 --->  Activating openssl @1.0.1e_0+universal
 --->  Cleaning openssl
 ~/Desktop $ curl https://google.com
 curl: (35) error:1006706B:elliptic curve
 routines:ec_GFp_simple_oct2point:point is not on curve
 ~/Desktop $

 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/38015#comment:14>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list