FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Go to file
Michael Jerris 38dabb3635 Thu Jan 15 09:50:45 CST 2009 Jarod Neuner <janeuner@networkharbor.com>
* TLS Subject Checking in tport
  
  sofia-sip/tport.h:
  * tport_delivered_from_subjects() returns type (su_strlst_t const *)
  * Export tport_subject_search()
  
  sofia-sip/tport_tag.h + tport_tag.c:
  * Remove TPTAG_TLS_VERIFY_PEER()
    - Depreciated.  Use TPTAG_TLS_VERIFY_POLICY instead.
    - Binary Compatibility is preserved.
  * Add TPTAG_TLS_VERIFY_POLICY()
    - tport can verify incoming and/or outgoing connections, using:
      1) Certificate Signatures only - or - 
      2) Certificate Signatures and Certificate Subjects
  * Add TPTAG_TLS_VERIFY_DEPTH()
    - Restrict certificate chain verification to a set length.
  * Add TPTAG_TLS_VERIFY_DATE()
    - Disable notBefore/notAfter checking (application: embedded devices)
  * Add TPTAG_TLS_VERIFY_SUBJECTS()
    - Incoming connections must present client certificates with subjects
      that match an item in this list.
    - Intended Use: Proxy Authentication
  * Replaced TPTAG_TRUSTED() with TPTAG_X509_SUBJECT()
    - Commented out for future use.
    - Intended Use: SIP User Identities in Server Certificates.
  * Add appropriate doxygen documentation.
  
  tport.c
  * Add tport_subject_search()
    - Subject can be a hostname, IP Address, or a URI.
    - Valid subject examples include:
        example.com
        alice@example.com
        sip:alice@example.com
        sips:alice@example.com
  * tport_by_addrinfo() matches tpn_canon against the subject list
      of reusable TLS connections.
  
  tport_tls.h:
  * Add tls_init_secondary()
  * Remove tls_init_slave() & tls_init_client()
  
  tport_tls.c:
  * tls_verify_cb() supports TPTAG_TLS_VERIFY_DATE()
  * tls_post_connection_check() verifies certificate subjects.
  * tls_init_secondary()
    - Replaces tls_init_slave(), tls_init_client(), and tls_clone().
  
  tport_type_tls.c:
  * Removed erroneous reference to tport_tls_deliver()
  * Fix a memory leak caused by duplicate calls to tls_clone().
  * Populate the (tport_t *)->tp_subjects field with peer certificate data for
    new secondary connections.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11830 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 17:03:59 +00:00
build clean up tone_detect 2009-02-11 00:16:36 +00:00
cmake_modules Initial CMAKE file commit 2009-02-11 02:53:31 +00:00
conf remove openmrcp from modules.conf.xml 2009-02-11 11:41:28 +00:00
debian Debian rules now points conf files to /etc/freeswitch according to debian standards 2009-02-11 12:35:56 +00:00
docs update email 2009-02-04 21:20:54 +00:00
dtd xmllint --dtdvalid freeswitch_dialplan.dtd /usr/local/freeswitch/conf/default_context.xml >>/dev/null 2007-11-01 14:59:32 +00:00
freeswitch.xcodeproj add freeswitch xcode project shell. Nothing here yet. 2007-11-02 18:22:24 +00:00
htdocs add this from CtRiX -- Thanks. 2008-05-14 20:39:43 +00:00
libs Thu Jan 15 09:50:45 CST 2009 Jarod Neuner <janeuner@networkharbor.com> 2009-02-11 17:03:59 +00:00
scripts doh 2009-02-06 16:05:46 +00:00
src add support for pre_order on the profile, cleanup show profiles command 2009-02-11 16:52:29 +00:00
support-d \s 2009-01-16 18:47:08 +00:00
w32 Removed "warning are errors" flag in deprecated VS2005 build. 2009-02-10 03:32:55 +00:00
CMakeLists.txt Adding more output as example. Added libedit cmake 2009-02-11 06:07:46 +00:00
Freeswitch.2005.unsupported.sln Added mod_opal to old unsupported DevStudio 2005 solution. 2009-01-20 00:48:33 +00:00
Freeswitch.2008.express.sln add mod_fax to the windows build 2009-01-30 19:15:06 +00:00
Freeswitch.2008.sln add mod_fax to the windows build 2009-01-30 19:15:06 +00:00
INSTALL build progress break everything 2006-12-17 01:01:09 +00:00
Makefile.am build: fix configure --sysconfdir (FSBUILD-84) 2009-02-06 18:46:12 +00:00
acinclude.m4 autoconf detect odbc library FSBUILD-8 2009-02-03 20:31:24 +00:00
bootstrap.sh make message more clear 2009-01-20 00:28:20 +00:00
configure.in tweak odbc detection 2009-02-06 18:23:14 +00:00
freeswitch.spec fix spec file 2009-01-27 17:58:53 +00:00