Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mozilla::ca(3) [centos man page]

Mozilla::CA(3)						User Contributed Perl Documentation					    Mozilla::CA(3)

NAME
Mozilla::CA - Mozilla's CA cert bundle in PEM format SYNOPSIS
use IO::Socket::SSL; use Mozilla::CA; my $host = "www.paypal.com"; my $client = IO::Socket::SSL->new( PeerHost => "$host:443", SSL_verify_mode => 0x02, SSL_ca_file => Mozilla::CA::SSL_ca_file(), ) || die "Can't connect: $@"; $client->verify_hostname($host, "http") || die "hostname verification failure"; DESCRIPTION
Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by modules and libraries based on OpenSSL. The module provide a single function: SSL_ca_file() Returns the absolute path to the Mozilla's CA cert bundle PEM file. SEE ALSO
<http://curl.haxx.se/docs/caextract.html> LICENSE
For the bundled Mozilla CA PEM file the following applies: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is the Netscape security libraries. The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by the Initial Developer are Copyright (C) 1994-2000 the Initial Developer. All Rights Reserved. Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. The Mozilla::CA distribution itself is available under the same license. perl v5.16.3 2014-06-10 Mozilla::CA(3)

Check Out this Related Man Page

Config::Model::models::Debian::Dpkg::Copyright::GlobalLiUsereContributed Perl DoConfig::Model::models::Debian::Dpkg::Copyright::GlobalLicense(3pm)

NAME
Config::Model::models::Debian::Dpkg::Copyright::GlobalLicense - Configuration class Debian::Dpkg::Copyright::GlobalLicense VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model Elements short_name The Copyright and License fields in the header paragraph may complement but do not replace the files paragraphs. They can be used to summarise the contributions and redistribution terms for the whole package, for instance when a work combines a permissive and a copyleft license, or to document a compilation copyright and license. It is possible to use only License in the header paragraph, but Copyright alone makes no sense.Optional. Type uniline. Here are some explanations on the possible values: 'Apache' Apache license. For versions, consult the Apache_Software_Foundation. 'Artistic' Artistic license. For versions, consult the Perl_Foundation 'BSD-2-clause' Berkeley software distribution license, 2-clause version 'BSD-3-clause' Berkeley software distribution license, 3-clause version 'BSD-4-clause' Berkeley software distribution license, 4-clause version 'CC-BY' Creative Commons Attribution license 'CC-BY-NC' Creative Commons Attribution Non-Commercial 'CC-BY-NC-ND' Creative Commons Attribution Non-Commercial No Derivatives 'CC-BY-NC-SA' Creative Commons Attribution Non-Commercial Share Alike 'CC-BY-ND' Creative Commons Attribution No Derivatives 'CC-BY-SA' Creative Commons Attribution Share Alike license 'CC0' Creative Commons Universal waiver 'CDDL' Common Development and Distribution License. For versions, consult Sun Microsystems. 'CPL' IBM Common Public License. For versions, consult the IBM_Common_Public License_(CPL)_Frequently_asked_questions. 'EFL' The Eiffel Forum License. For versions, consult the Open_Source_Initiative 'Expat' The Expat license 'FreeBSD' FreeBSD Project license 'GFDL' GNU Free Documentation License 'GFDL-NIV' GNU Free Documentation License, with no invariant sections 'GPL' GNU General Public License 'ISC' Internet_Software_Consortium's license, sometimes also known as the OpenBSD License 'LGPL' GNU Lesser General Public License, (GNU Library General Public License for versions lower than 2.1) 'LPPL' LaTeX Project Public License 'MPL' Mozilla Public License. For versions, consult Mozilla.org 'Perl' Perl license (equates to "GPL-1+ or Artistic-1") 'Python-CNRI' Python Software Foundation license. For versions, consult the Python_Software Foundation 'QPL' Q Public License 'W3C' W3C Software License. For more information, consult the W3C IntellectualRights FAQ and the 20021231 W3C_Software_notice_and_license 'ZLIB' zlib/libpng_license 'Zope' Zope Public License. For versions, consult Zope.org full_license if left blank here, the file must include a stand-alone License section matching each license short name listed on the first line (see the Standalone License Section section). Otherwise, this field should either include the full text of the license(s) or include a pointer to the license file under /usr/share/common-licenses. This field should include all text needed in order to fulfill both Debian Policy requirement for including a copy of the software distribution license, and any license requirements to include warranty disclaimers or other notices with the binary package. Optional. Type string. SEE ALSO
o cme AUTHOR
Dominique Dumont COPYRIGHT
2010 2011 Dominique Dumont LICENSE
LGPL2 perl v5.14.2 2012-11-09 Config::Model::models::Debian::Dpkg::Copyright::GlobalLicense(3pm)
Man Page