[asterisk-commits] dvossel: branch 1.6.2 r191174 - /branches/1.6.2/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Apr 29 15:54:11 CDT 2009
Author: dvossel
Date: Wed Apr 29 15:53:39 2009
New Revision: 191174
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=191174
Log:
Blocked revisions 191028 via svnmerge
........
r191028 | dvossel | 2009-04-29 09:39:48 -0500 (Wed, 29 Apr 2009) | 7 lines
Consistent SSL/TLS options across conf files
ast_tls_read_conf() is a new api call for handling SSL/TLS options across all conf files. Before this change, SSL/TLS options were not consistent. http.conf and manager.conf required the 'ssl' prefix while sip.conf used options with the 'tls' prefix. While the options had different names in different conf files, they all did the exact same thing. Now, instead of mixing 'ssl' or 'tls' prefixes to do the same thing depending on what conf file you're in, all SSL/TLS options use the 'tls' prefix. For example. 'sslenable' in http.conf and manager.conf is now 'tlsenable' which matches what already existed in sip.conf. Since this has the potential to break backwards compatibility, previous options containing the 'ssl' prefix still work, but they are no longer documented in the sample.conf files. The change is noted in the CHANGES file though.
Review: http://reviewboard.digium.com/r/237/
........
Modified:
branches/1.6.2/ (props changed)
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list