~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to modules/tls/tls_dump_vf.c

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id$
 
2
 * TLS module
3
3
 *
4
4
 * Copyright (C) 2006 enum.at
5
5
 *
18
18
 * You should have received a copy of the GNU General Public License 
19
19
 * along with this program; if not, write to the Free Software 
20
20
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
21
 *
 
22
 * Exception: permission to copy, modify, propagate, and distribute a work
 
23
 * formed by combining OpenSSL toolkit software and the code in this file,
 
24
 * such as linking with software components and libraries released under
 
25
 * OpenSSL project license.
21
26
 */
22
27
/** log the verification failure reason.
23
28
 * @file tls_dump_vf.c