Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 80646 Details for
Bug 202638
Lazy dynamic loading of ssl library in AC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Feature Description Document
TPTP_feature_202638.html (text/html), 3.14 KB, created by
Igor Alelekov
on 2007-10-18 06:12:23 EDT
(
hide
)
Description:
Feature Description Document
Filename:
MIME Type:
Creator:
Igor Alelekov
Created:
2007-10-18 06:12:23 EDT
Size:
3.14 KB
patch
obsolete
><!-- >Project: Eclipse Test and Performance Tools Platform Project >--> > ><!doctype html public "-//w3c//dtd html 4.0 transitional//en"> ><html> > <head> > <title>TPTP feature bugzilla_number 202638</title> > <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> > <link rel="stylesheet" type="text/css" href="http://www.eclipse.org/tptp/eclipse_style.css" > > <style> ></style> > </head> > <body> > ><h1>TPTP feature: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=202638">202638</a></h1> ><table border="0" cellpadding="2" cellspacing="2"> > <tbody> > <tr> > <td width="100">Author:</td> > <td>Igor Alelekov</td> > </tr> > <tr> > <td width="100">email:</td> > <td><a href="mailto:youremail@company.com">igor.alelekov@intel.com</a></td> > </tr> > <tr> > <td width="100">Last updated:</td> > <td> > <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%m/%d/%Y %H:%M:%S" startspan -->10/18/2007 14:03:19<!--webbot bot="Timestamp" endspan i-checksum="26511" --><script language="JavaScript" type="text/javascript"> > document.write(document.lastModified); > </script></td> > </tr> > </tbody> ></table> ><br/> ><font color="red">Rough workload estimate in person weeks:</font> ><br/> ><table border="1"> > <tbody> > <tr> > <th>Process</th> > <th>Sizing</th> > <th>Names of people doing the work</th> > </tr> > <tr> > <td>Design</td> > <td>0.25</td> > <td rowspan="4"> </td> > </tr> > <tr> > <td>Code</td> > <td>0.5</td> > </tr> > <tr> > <td>Test</td> > <td>0.25</td> > </tr> > <tr> > <td>Documentation</td> > <td>0</td> > </tr> > <tr> > <td>Build and infrastructure</td> > <td>0</td> > <td> </td> > </tr> > <tr> > <td>Code review & other committer work <br/> > (e.g. check-in, contribution tracking) <br/> > if this is to be contributed by someone who <br/> > is not a committer in the component > </td> > <td>0</td> > <td>N/A - will be done by committer</td> > </tr> > <tr> > <td><b><font color="red">Total</font></b></td> > <td colspan="2"><font color="#FF0000"><b>1</b></font></td> > </tr> > </tbody> ></table> ><br> ><h2>Requirement summary</h2> ><p>This enhancement should cover the work required to remove strict dependancy of AC on openSSL library.<br> >Security in the AC, implemented in the <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=195644">195644</a>, requires openSSL library to be installed. >AC can't be launched if the library is absent. This requirement seems to be redundant if an user >doesn't need this feature (especially using IAC).<br> >Lazy dynamic loading of ssl library could resolve this problem.</p> > ><h2>User interactions</h2> ><h4><i>Code interfaces</i></h4> ><p>Should not change API.</p> > ><h2>Design summary</h2> ><p>Implementation of this enhancement implies dynamic loading of the ssl library, >only if the security is enabled in SocketTL transport layer. >TPTP already uses dynamic loading of the "CommonBaseEvent" library. >It seems that implementation of the enhancement could be the same.</p> > ><p>P.S.: The enhancement is already implemented, tested and available as the >patch in bugzilla.</p> ><p> </p> > > </body> ></html>
<!-- Project: Eclipse Test and Performance Tools Platform Project --> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <title>TPTP feature bugzilla_number 202638</title> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="http://www.eclipse.org/tptp/eclipse_style.css" > <style> </style> </head> <body> <h1>TPTP feature: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=202638">202638</a></h1> <table border="0" cellpadding="2" cellspacing="2"> <tbody> <tr> <td width="100">Author:</td> <td>Igor Alelekov</td> </tr> <tr> <td width="100">email:</td> <td><a href="mailto:youremail@company.com">igor.alelekov@intel.com</a></td> </tr> <tr> <td width="100">Last updated:</td> <td> <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%m/%d/%Y %H:%M:%S" startspan -->10/18/2007 14:03:19<!--webbot bot="Timestamp" endspan i-checksum="26511" --><script language="JavaScript" type="text/javascript"> document.write(document.lastModified); </script></td> </tr> </tbody> </table> <br/> <font color="red">Rough workload estimate in person weeks:</font> <br/> <table border="1"> <tbody> <tr> <th>Process</th> <th>Sizing</th> <th>Names of people doing the work</th> </tr> <tr> <td>Design</td> <td>0.25</td> <td rowspan="4"> </td> </tr> <tr> <td>Code</td> <td>0.5</td> </tr> <tr> <td>Test</td> <td>0.25</td> </tr> <tr> <td>Documentation</td> <td>0</td> </tr> <tr> <td>Build and infrastructure</td> <td>0</td> <td> </td> </tr> <tr> <td>Code review & other committer work <br/> (e.g. check-in, contribution tracking) <br/> if this is to be contributed by someone who <br/> is not a committer in the component </td> <td>0</td> <td>N/A - will be done by committer</td> </tr> <tr> <td><b><font color="red">Total</font></b></td> <td colspan="2"><font color="#FF0000"><b>1</b></font></td> </tr> </tbody> </table> <br> <h2>Requirement summary</h2> <p>This enhancement should cover the work required to remove strict dependancy of AC on openSSL library.<br> Security in the AC, implemented in the <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=195644">195644</a>, requires openSSL library to be installed. AC can't be launched if the library is absent. This requirement seems to be redundant if an user doesn't need this feature (especially using IAC).<br> Lazy dynamic loading of ssl library could resolve this problem.</p> <h2>User interactions</h2> <h4><i>Code interfaces</i></h4> <p>Should not change API.</p> <h2>Design summary</h2> <p>Implementation of this enhancement implies dynamic loading of the ssl library, only if the security is enabled in SocketTL transport layer. TPTP already uses dynamic loading of the "CommonBaseEvent" library. It seems that implementation of the enhancement could be the same.</p> <p>P.S.: The enhancement is already implemented, tested and available as the patch in bugzilla.</p> <p> </p> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 202638
:
77886
| 80646