<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://reviewboard.asterisk.org/r/1006/">https://reviewboard.asterisk.org/r/1006/</a>
     </td>
    </tr>
   </table>
   <br />


<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('https://reviewboard.asterisk.org/media/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Asterisk Developers.</div>
<div>By Kevin Fleming.</div>


<p style="color: grey;"><i>Updated Jan. 25, 2012, 4:26 p.m.</i></p>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Changes</h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Updated to incorporate feedback from various people:

* Building &#39;libasteriskssl&#39; is now optional (enabled by default). It can be disabled using the &quot;--disable-libasteriskssl&quot; argument to the configure script.

* On traditional Unix-type platforms, libasteriskssl.so is now versioned, for ABI safety.

* Support for building libasterisskl.dylib on Mac OS/X (Darwin) is now included (contributed by Tilghman Lesher).

* After researching how the static and dynamic linkers work together (specifically library load order and symbol resolution order), libasteriskssl.c was greatly simplified. It has returned to only wrapping the OpenSSL initialization/shutdown functions from libssl and libcrypto (there is no need to wrap other functions used by code in the main Asterisk binary, as that binary is once again also linked to libssl and libcrypto directly).

* Installation (and uninstallation) of the main Asterisk binary and libasteriskssl has been relocated from the top-level Makefile to the Makefile in &#39;main&#39; (where they are built).</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">During the devcon after AstriCon 2010, we got a report that using PostgreSQL from within Asterisk, when the PostgreSQL connections are configured to use SSL/TLS to connect to the database server, can cause random crashes and other bizarre behavior. The reporter said this was known to be an issue with some other packages as well (notably Kamailio), and had to do with both Asterisk and the PostgreSQL libraries assuming they &quot;owned&quot; the OpenSSL libraries in the process&#39; memory space, and thus calling initialization code twice (or worse).

This patch addresses this problem by using dynamic linker functionality to *wrap* the real OpenSSL initialization functions (and some other dangerous ones) with versions that don&#39;t actually do anything, and then calling the real ones only *one* time during Asterisk startup. To make this work, the SSL functionality that is normally built into the main Asterisk binary now must be built into a dynamic library (libasteriskssl.so), which is installed into the standard dynamic library location on the system (this is *not* an Asterisk loadable module, just a regular dynamic library).

As part of this patch, the usage of ASTLIBDIR throughout the build system to refer to the directory where Asterisk loadable modules are installed was changed to ASTMODDIR (which matches how it is referred to in the source code and in asterisk.conf), and a new definition of ASTLIBDIR was created to point to the system&#39;s dynamic library directory.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Compiles and runs on Linux x86-64 with no apparent change in behavior. The Makefile bits to install libasteriskssl.so in the right place will probably have to be checked by Solaris, Darwin and *BSD users to get them right.</pre>
  </td>
 </tr>
</table>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> (updated)</h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>/trunk/build_tools/make_defaults_h <span style="color: grey">(352631)</span></li>

 <li>/trunk/build_tools/mkpkgconfig <span style="color: grey">(352631)</span></li>

 <li>/trunk/configure <span style="color: grey">(UNKNOWN)</span></li>

 <li>/trunk/configure.ac <span style="color: grey">(352631)</span></li>

 <li>/trunk/Makefile.moddir_rules <span style="color: grey">(352631)</span></li>

 <li>/trunk/Makefile <span style="color: grey">(352631)</span></li>

 <li>/trunk/include/asterisk.h <span style="color: grey">(352631)</span></li>

 <li>/trunk/include/asterisk/optional_api.h <span style="color: grey">(352631)</span></li>

 <li>/trunk/main/Makefile <span style="color: grey">(352631)</span></li>

 <li>/trunk/main/ssl.c <span style="color: grey">(352631)</span></li>

 <li>/trunk/makeopts.in <span style="color: grey">(352631)</span></li>

</ul>

<p><a href="https://reviewboard.asterisk.org/r/1006/diff/" style="margin-left: 3em;">View Diff</a></p>




  </td>
 </tr>
</table>




  </div>
 </body>
</html>