open_source_licenses.txt



VMware Disk Development Kit 7.0.2 GA



======================================================================



The following copyright statements and licenses apply to various open

source software packages (or portions thereof) that are distributed with

this VMware Product.



The VMware Product may also include other VMware components, which may

contain additional open source software packages. One or more such

open_source_licenses.txt files may therefore accompany this VMware

Product.



The VMware Product that includes this file does not necessarily use all

the open source software packages referred to below and may also only

use portions of a given package.



=============== TABLE OF CONTENTS =============================



The following is a listing of the open source components detailed in

this document. This list is provided for your convenience; please read

further if you wish to review the copyright notice(s) and the full text

of the license associated with each component.





SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES



   >>> OpenSSL-1.0.2x

   >>> cares-1.14.0

   >>> curl-7.72.0

   >>> expat-2.2.9

   >>> libxml2-2.9.10

   >>> openldap-2.4.47

   >>> sqlite-3.33.0

   >>> zlib-1.2.11





SECTION 2: GNU General Public License, V2.0



   >>> gcc-6.4





APPENDIX. Standard License Files



   >>> GNU General Public License, V2.0







--------------- SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES ----------



BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES are applicable to the following component(s).





>>> OpenSSL-1.0.2x



Found in: openssl-OpenSSL_1_0_2x/LICENSE



Copyright (c) 1998-2018 The OpenSSL Project.



LICENSE ISSUES

  ==============



  The OpenSSL toolkit stays under a double license, i.e. both the conditions of

  the OpenSSL License and the original SSLeay license apply to the toolkit.

  See below for the actual license texts. [Actually] [both] [licenses] [are] [BSD]-[style]

  [Open] [Source] [licenses]. [In] [case] [of] [any] [license] [issues] [related] [to] [OpenSSL]

  [please] [contact] [openssl]-[core]@[openssl].[org].



  OpenSSL License

  ---------------



/* ====================================================================

 * Copyright (c) 1998-2018 The OpenSSL Project.  All rights reserved.

 *

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer. 

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).

 *

 */



 Original SSLeay License

 -----------------------



/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)

 * All rights reserved.

 *

 * This package is an SSL implementation written

 * by Eric Young (eay@cryptsoft.com).

 * The implementation was written so as to conform with Netscapes SSL.

 * 

 * This library is free for commercial and non-commercial use as long as

 * the following conditions are aheared to.  The following conditions

 * apply to all code found in this distribution, be it the RC4, RSA,

 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation

 * included with this distribution is covered by the same copyright terms

 * except that the holder is Tim Hudson (tjh@cryptsoft.com).

 * 

 * Copyright remains Eric Young's, and as such any Copyright notices in

 * the code are not to be removed.

 * If this package is used in a product, Eric Young should be given attribution

 * as the author of the parts of the library used.

 * This can be in the form of a textual message at program startup or

 * in documentation (online or textual) provided with the package.

 * 

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from 

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

 * 

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 * 

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]



ADDITIONAL LICENSE INFORMATION:



> Apache2.0



openssl-OpenSSL_1_0_2x/crypto/ec/ecp_nistp224.c



openssl-OpenSSL_1_0_2x/crypto/ec/ecp_nistp256.c



openssl-OpenSSL_1_0_2x/crypto/ec/ecp_nistp521.c



openssl-OpenSSL_1_0_2x/crypto/ec/ecp_nistputil.c



Copyright 2011 Google Inc.



Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0

 *

 *  Unless required by applicable law or agreed to in writing, software

 *  distributed under the License is distributed on an "AS IS" BASIS,

 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

 *  See the License for the specific language governing permissions and

 *  limitations under the License.



openssl-OpenSSL_1_0_2x/crypto/ec/asm/ecp_nistz256-avx2.pl



openssl-OpenSSL_1_0_2x/crypto/ec/asm/ecp_nistz256-x86_64.pl



Copyright 2014 Intel Corporation



Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0                              #

#                                                                            #

# Unless required by applicable law or agreed to in writing, software        #

# distributed under the License is distributed on an "AS IS" BASIS,          #

# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #

# See the License for the specific language governing permissions and        #

# limitations under the License.                                             #



openssl-OpenSSL_1_0_2x/crypto/ec/ecp_nistz256.c



Copyright 2014 Intel Corporation



Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0                              *

 *                                                                            *

 * Unless required by applicable law or agreed to in writing, software        *

 * distributed under the License is distributed on an "AS IS" BASIS,          *

 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *

 * See the License for the specific language governing permissions and        *

 * limitations under the License.                                             *



> BSD-2



openssl-OpenSSL_1_0_2x/crypto/engine/eng_cryptodev.c



Copyright (c) 2002 Markus Friedl



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 *

 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY

 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

 * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY

 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES

 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF

 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/LPdir_nyi.c



openssl-OpenSSL_1_0_2x/crypto/o_dir.h



openssl-OpenSSL_1_0_2x/crypto/o_dir_test.c



Copyright (c) 2004, Richard Levitte <richard@levitte.org>



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 *

 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/LPdir_unix.c



openssl-OpenSSL_1_0_2x/crypto/LPdir_vms.c



openssl-OpenSSL_1_0_2x/crypto/LPdir_win32.c



openssl-OpenSSL_1_0_2x/crypto/LPdir_win.c



openssl-OpenSSL_1_0_2x/crypto/LPdir_wince.c



Copyright (c) 2004, Richard Levitte <richard@levitte.org>



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 *

 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



> BSD-3



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_pcia.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_pci.c



Copyright (c) 2004 Kungliga Tekniska Hogskolan (Royal Institute of Technology, Stockholm, Sweden).



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 *

 * 3. Neither the name of the Institute nor the names of its contributors

 *    may be used to endorse or promote products derived from this software

 *    without specific prior written permission.

 *

 * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/bn/asm/rsaz-avx2.pl



openssl-OpenSSL_1_0_2x/crypto/bn/asm/rsaz-x86_64.pl



Copyright (c) 2012, Intel Corporation



Redistribution and use in source and binary forms, with or without        #

#  modification, are permitted provided that the following conditions are    #

#  met:                                                                      #

#                                                                            #

#  *  Redistributions of source code must retain the above copyright         #

#     notice, this list of conditions and the following disclaimer.          #

#                                                                            #

#  *  Redistributions in binary form must reproduce the above copyright      #

#     notice, this list of conditions and the following disclaimer in the    #

#     documentation and/or other materials provided with the                 #

#     distribution.                                                          #

#                                                                            #

#  *  Neither the name of the Intel Corporation nor the names of its         #

#     contributors may be used to endorse or promote products derived from   #

#     this software without specific prior written permission.               #

#                                                                            #

#                                                                            #

#  THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY          #

#  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE         #

#  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR        #

#  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR            #

#  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,     #

#  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,       #

#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR        #

#  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF    #

#  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING      #

#  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS        #

#  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.              #



openssl-OpenSSL_1_0_2x/crypto/bn/rsaz_exp.c



openssl-OpenSSL_1_0_2x/crypto/bn/rsaz_exp.h



Copyright (c) 2012, Intel Corporation



Redistribution and use in source and binary forms, with or without        *

*  modification, are permitted provided that the following conditions are    *

*  met:                                                                      *

*                                                                            *

*  *  Redistributions of source code must retain the above copyright         *

*     notice, this list of conditions and the following disclaimer.          *

*                                                                            *

*  *  Redistributions in binary form must reproduce the above copyright      *

*     notice, this list of conditions and the following disclaimer in the    *

*     documentation and/or other materials provided with the                 *

*     distribution.                                                          *

*                                                                            *

*  *  Neither the name of the Intel Corporation nor the names of its         *

*     contributors may be used to endorse or promote products derived from   *

*     this software without specific prior written permission.               *

*                                                                            *

*                                                                            *

*  THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY          *

*  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE         *

*  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR        *

*  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR            *

*  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,     *

*  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,       *

*  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR        *

*  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF    *

*  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING      *

*  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS        *

*  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.              *



> BSD-4



openssl-OpenSSL_1_0_2x/engines/e_sureware.c



Copyright@2001 Baltimore Technologies Ltd.



Redistribution and use in source and binary forms, with or without

* modification, are permitted provided that the following conditions

* are met:

*

* 1. Redistributions of source code must retain the above copyright

*    notice, this list of conditions and the following disclaimer.

*

* 2. Redistributions in binary form must reproduce the above copyright

*    notice, this list of conditions and the following disclaimer in

*    the documentation and/or other materials provided with the

*    distribution.

*

* 3. All advertising materials mentioning features or use of this

*    software must display the following [acknowledgment]:

*    "[This] [product] [includes] [software] [developed] [by] [the] [OpenSSL] [Project]

*    [for] [use] [in] [the] [OpenSSL] [Toolkit]. ([http]://[www].[OpenSSL].[org]/)"

*

* [4]. [The] [names] "[OpenSSL] [Toolkit]" [and] "[OpenSSL] [Project]" [must] not be used to

*    endorse or promote products derived from this software without

*    prior written permission. [For] [written] [permission], [please] [contact]

*    [licensing]@[OpenSSL].[org].

*

* [5]. [Products] [derived] [from] [this] [software] [may] [not] [be] [called] "[OpenSSL]"

*    [nor] [may] "[OpenSSL]" [appear] [in] [their] [names] [without] [prior] [written]

*    [permission] [of] [the] [OpenSSL] [Project].

*

* [6]. [Redistributions] [of] [any] [form] [whatsoever] [must] [retain] [the] [following]

*    [acknowledgment]:

*    "[This] [product] [includes] [software] [developed] [by] [the] [OpenSSL] [Project]

*    [for] [use] [in] [the] [OpenSSL] [Toolkit] ([http]://[www].[OpenSSL].[org]/)"

*

* [Written] [by] [Corinne] [Dive]-[Reclus]([cdive]@[baltimore].[com])

*

* [Copyright]@[2001] [Baltimore] [Technologies] [Ltd].

* [All] [right] [Reserved].

*                                                                                      *

*        [THIS] [FILE] [IS] [PROVIDED] [BY] [BALTIMORE] [TECHNOLOGIES] ``AS IS'' AND                 *

*        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE         *

*        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE    *

*        ARE DISCLAIMED.  IN NO EVENT SHALL [BALTIMORE] [TECHNOLOGIES] BE LIABLE           *

*        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL    *

*        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS       *

*        OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)         *

*        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT    *

*        LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY     *

*        OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF        *

*        SUCH DAMAGE.                                                                  *



> MIT



openssl-OpenSSL_1_0_2x/crypto/md5/asm/md5-ia64.S



Copyright (c) 2005 Hewlett-Packard Development Company, L.P.



Permission is hereby granted, free of charge, to any person obtaining

a copy of this software and associated documentation files (the

"Software"), to deal in the Software without restriction, including

without limitation the rights to use, copy, modify, merge, publish,

distribute, sublicense, and/or sell copies of the Software, and to

permit persons to whom the Software is furnished to do so, subject to

the following conditions:



The above copyright notice and this permission notice shall be

included in all copies or substantial portions of the Software.



THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND

NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE

LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION

OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION

WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */



openssl-OpenSSL_1_0_2x/crypto/rc4/asm/rc4-ia64.pl



Copyright (c) 2005 Hewlett-Packard Development Company, L.P.



Permission is hereby granted, free of charge, to any person obtaining

# a copy of this software and associated documentation files (the

# "Software"), to deal in the Software without restriction, including

# without limitation the rights to use, copy, modify, merge, publish,

# distribute, sublicense, and/or sell copies of the Software, and to

# permit persons to whom the Software is furnished to do so, subject to

# the following conditions:

#

# The above copyright notice and this permission notice shall be

# included in all copies or substantial portions of the Software.



# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND

# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE

# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION

# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION

# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */



> OpenSSL



openssl-OpenSSL_1_0_2x/doc/apps/genrsa.pod



Copyright 2000-2017 The OpenSSL Project



Licensed under the OpenSSL license (the "License").  You may not use

this file except in compliance with the License.  You can obtain a copy

in the file LICENSE in the source distribution or at

L<https://www.openssl.org/source/license.html>.



openssl-OpenSSL_1_0_2x/apps/ecparam.c



openssl-OpenSSL_1_0_2x/apps/speed.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_gf2m.c



openssl-OpenSSL_1_0_2x/crypto/ecdh/ecdh.h



openssl-OpenSSL_1_0_2x/crypto/ecdh/ecdhtest.c



openssl-OpenSSL_1_0_2x/crypto/ecdh/ech_key.c



openssl-OpenSSL_1_0_2x/crypto/ecdh/ech_lib.c



openssl-OpenSSL_1_0_2x/crypto/ecdh/ech_ossl.c



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecdsatest.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec2_mult.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec2_oct.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec2_smpl.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_curve.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_cvt.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_lcl.h



openssl-OpenSSL_1_0_2x/crypto/ec/ectest.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_ecdh.c



Copyright 2002 Sun Microsystems, Inc.



is licensed pursuant to the OpenSSL open source

 * license



openssl-OpenSSL_1_0_2x/ssl/bad_dtls_test.c



openssl-OpenSSL_1_0_2x/ssl/dtlstest.c



openssl-OpenSSL_1_0_2x/test/ssltestlib.c



openssl-OpenSSL_1_0_2x/test/ssltestlib.h



Copyright 2016 The OpenSSL Project



Licensed under the OpenSSL license (the "License").  You may not use

 * this file except in compliance with the License.  You can obtain a copy

 * in the file LICENSE in the source distribution or at

 * https://www.openssl.org/source/license.html



openssl-OpenSSL_1_0_2x/apps/vms_term_sock.c



openssl-OpenSSL_1_0_2x/apps/vms_term_sock.h



Copyright 2016 VMS Software, Inc.



Licensed under the OpenSSL license (the "License").  You may not use

 * this file except in compliance with the License.  You can obtain a copy

 * in the file LICENSE in the source distribution or at

 * https://www.openssl.org/source/license.html



openssl-OpenSSL_1_0_2x/test/recipes/60-test_x509_time.t



Copyright 2017-2018 The OpenSSL Project



Licensed under the OpenSSL license (the "License").  You may not use

# this file except in compliance with the License.  You can obtain a copy

# in the file LICENSE in the source distribution or at

# https://www.openssl.org/source/license.html



openssl-OpenSSL_1_0_2x/test/x509_time_test.c



Copyright 2017-2018 The OpenSSL Project



Licensed under the OpenSSL license (the "License").  You may not use

 * this file except in compliance with the License.  You can obtain a copy

 * in the file LICENSE in the source distribution or at

 * https://www.openssl.org/source/license.html



openssl-OpenSSL_1_0_2x/doc/crypto/X509_cmp_time.pod



Copyright 2017-2019 The OpenSSL Project



Licensed under the OpenSSL license (the "License").  You may not use

this file except in compliance with the License.  You can obtain a copy

in the file LICENSE in the source distribution or at

L<https://www.openssl.org/source/license.html>.



openssl-OpenSSL_1_0_2x/doc/crypto/EVP_PKEY_meth_new.pod



openssl-OpenSSL_1_0_2x/doc/crypto/X509_check_private_key.pod



openssl-OpenSSL_1_0_2x/doc/ssl/SSL_CTX_set_tlsext_servername_callback.pod



openssl-OpenSSL_1_0_2x/doc/ssl/SSL_export_keying_material.pod



Copyright 2017 The OpenSSL Project



Licensed under the OpenSSL license (the "License").  You may not use

this file except in compliance with the License.  You can obtain a copy

in the file LICENSE in the source distribution or at

L<https://www.openssl.org/source/license.html>.



openssl-OpenSSL_1_0_2x/ssl/fatalerrtest.c



Copyright 2017 The OpenSSL Project



Licensed under the OpenSSL license (the "License").  You may not use

 * this file except in compliance with the License.  You can obtain a copy

 * in the file LICENSE in the source distribution or at

 * https://www.openssl.org/source/license.html



openssl-OpenSSL_1_0_2x/crypto/getenv.c



Copyright 2018 The OpenSSL Project



Licensed under the OpenSSL license (the "License").  You may not use

 * this file except in compliance with the License.  You can obtain a copy

 * in the file LICENSE in the source distribution or at

 * https://www.openssl.org/source/license.html



openssl-OpenSSL_1_0_2x/CONTRIBUTING



Copyright 20xx-20yy The OpenSSL Project



Licensed under the OpenSSL license (the "License").  You may not use

        this file except in compliance with the License.  You can obtain a copy

        in the file LICENSE in the source distribution or at

        https://www.openssl.org/source/license.html



openssl-OpenSSL_1_0_2x/README



Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson



The OpenSSL toolkit is licensed under a dual-license (the

 OpenSSL license plus the SSLeay license), which means that you are free to

 get and use it for commercial and non-commercial purposes as long as you

 fulfill the conditions of both licenses.



openssl-OpenSSL_1_0_2x/crypto/modes/cts128.c



openssl-OpenSSL_1_0_2x/crypto/modes/modes.h



Copyright (c) 2008 The OpenSSL Project.



Rights for redistribution and usage in source and binary

 * forms are granted according to the OpenSSL license.



> BSD-2-Clause-plus-advertizing



openssl-OpenSSL_1_0_2x/crypto/bf/COPYRIGHT



openssl-OpenSSL_1_0_2x/crypto/des/COPYRIGHT



Copyright (c) 1995-1997 Eric Young (eay@cryptsoft.com)



Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions

are met:

1. Redistributions of source code must retain the copyright

   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright

   notice, this list of conditions and the following disclaimer in the

   documentation and/or other materials provided with the distribution.

3. All advertising materials mentioning features or use of this software

   must display the following acknowledgement:

   This product includes software developed by [Eric] [Young] ([eay]@[cryptsoft].[com])



[THIS] [SOFTWARE] [IS] [PROVIDED] [BY] [ERIC] [YOUNG] ``AS IS'' AND

ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

SUCH DAMAGE.



> BSD-Axis



openssl-OpenSSL_1_0_2x/crypto/seed/seed.c



openssl-OpenSSL_1_0_2x/crypto/seed/seed.h



openssl-OpenSSL_1_0_2x/crypto/seed/seed_locl.h



Copyright (c) 2007



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Neither the name of author nor the names of its contributors may

 *    be used to endorse or promote products derived from this software

 *    without specific prior written permission.

 *

 * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.



> GNU General Public License 1.0 or later



openssl-OpenSSL_1_0_2x/demos/easy_tls/easy-tls.c



(c) Copyright 1999 Bodo Moeller.



This is free software; you can redistributed and/or modify it

 unter the terms of either

   -  the GNU General Public License as published by the

      Free Software Foundation, version 1, or (at your option)

      any later version,

 or

   -  the following license:

*/

/*-

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that each of the following

 * conditions is met:

 *

 * 1. Redistributions qualify as "freeware" or "Open Source Software" under

 *    one of the following terms:

 *

 *    (a) Redistributions are made at no charge beyond the reasonable cost of

 *        materials and delivery.

 *

 *    (b) Redistributions are accompanied by a copy of the Source Code

 *        or by an irrevocable offer to provide a copy of the Source Code

 *        for up to three years at the cost of materials and delivery.

 *        Such redistributions must allow further use, modification, and

 *        redistribution of the Source Code under substantially the same

 *        terms as this license.

 *

 * 2. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 3. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 4. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by Bodo Moeller."

 *    (If available, substitute umlauted o for oe.)

 *

 * 5. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by Bodo Moeller."

 *

 * THIS SOFTWARE IS PROVIDED BY BODO MOELLER ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL BODO MOELLER OR

 * HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



> GNU General Public License 2.0 or later



openssl-OpenSSL_1_0_2x/crypto/camellia/asm/cmll-x86_64.pl



openssl-OpenSSL_1_0_2x/crypto/camellia/asm/cmll-x86.pl



Copyright (c) 2008 Andy Polyakov <appro@openssl.org>



This module may be used under the terms of either the GNU General

# Public License version 2 or later, the GNU Lesser General Public

# License version 2.1 or later, the Mozilla Public License version

# 1.1 or the BSD License. The exact terms of either license are

# distributed along with this module.



> ISC License



openssl-OpenSSL_1_0_2x/crypto/evp/evp_extra_test.c



Copyright (c) 2014, Google Inc.



Permission to use, copy, modify, and/or distribute this software for any

 * purpose with or without fee is hereby granted, provided that the above

 * copyright notice and this permission notice appear in all copies.

 *

 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY

 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION

 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN

 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



> OpenSSL License



openssl-OpenSSL_1_0_2x/crypto/ec/ec.h



openssl-OpenSSL_1_0_2x/crypto/ec/ec_mult.c



openssl-OpenSSL_1_0_2x/ssl/s3_lib.c



openssl-OpenSSL_1_0_2x/ssl/s3_srvr.c



openssl-OpenSSL_1_0_2x/ssl/ssl.h



openssl-OpenSSL_1_0_2x/ssl/ssltest.c



Copyright 2002 Sun Microsystems, Inc.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/MacOS/GetHTTPS.src/CPStringUtils.cpp



openssl-OpenSSL_1_0_2x/MacOS/GetHTTPS.src/ErrorHandling.cpp



openssl-OpenSSL_1_0_2x/MacOS/GetHTTPS.src/MacSocket.cpp



Copyright (c) 1998-1999 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer. 

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/app_rand.c



openssl-OpenSSL_1_0_2x/apps/dhparam.c



openssl-OpenSSL_1_0_2x/apps/winrand.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_exp2.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_kron.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_sqrt.c



openssl-OpenSSL_1_0_2x/crypto/des/rand_key.c



openssl-OpenSSL_1_0_2x/crypto/krb5/krb5_asn.h



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp_cl.c



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp_ext.c



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp.h



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp_lib.c



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp_prn.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand_egd.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand_nw.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand_os2.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand_vms.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand_win.c



openssl-OpenSSL_1_0_2x/e_os2.h



Copyright (c) 1998-2000 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/apps.h



openssl-OpenSSL_1_0_2x/apps/rand.c



openssl-OpenSSL_1_0_2x/apps/version.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_gcd.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_prime.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_rand.c



openssl-OpenSSL_1_0_2x/crypto/des/des_old2.c



openssl-OpenSSL_1_0_2x/crypto/des/des_old.c



openssl-OpenSSL_1_0_2x/crypto/ec/ecp_mont.c



openssl-OpenSSL_1_0_2x/crypto/evp/digest.c



openssl-OpenSSL_1_0_2x/crypto/ex_data.c



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp_srv.c



openssl-OpenSSL_1_0_2x/crypto/ossl_typ.h



openssl-OpenSSL_1_0_2x/demos/engines/rsaref/rsaref_err.h



openssl-OpenSSL_1_0_2x/ssl/s2_clnt.c



openssl-OpenSSL_1_0_2x/ssl/s2_pkt.c



openssl-OpenSSL_1_0_2x/ssl/s2_srvr.c



Copyright (c) 1998-2001 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/aes/aes_cbc.c



openssl-OpenSSL_1_0_2x/crypto/aes/aes_ctr.c



openssl-OpenSSL_1_0_2x/crypto/aes/aes_ecb.c



openssl-OpenSSL_1_0_2x/crypto/aes/aes.h



openssl-OpenSSL_1_0_2x/crypto/aes/aes_locl.h



openssl-OpenSSL_1_0_2x/crypto/aes/aes_misc.c



Copyright (c) 1998-2002 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/bn/bn_depr.c



openssl-OpenSSL_1_0_2x/crypto/des/des_old.h



openssl-OpenSSL_1_0_2x/crypto/dh/dh_depr.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_depr.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_check.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_cvt.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_print.c



openssl-OpenSSL_1_0_2x/crypto/ec/ecp_smpl.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_ecdsa.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_all.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_depr.c



openssl-OpenSSL_1_0_2x/ssl/s3_both.c



openssl-OpenSSL_1_0_2x/ssl/ssl3.h



Copyright (c) 1998-2002 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecs_sign.c



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecs_vrf.c



Copyright (c) 1998-2002 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/a_sign.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_bio.c



openssl-OpenSSL_1_0_2x/crypto/ecdh/ecdhtest.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_oct.c



openssl-OpenSSL_1_0_2x/crypto/ec/ecp_nist.c



Copyright (c) 1998-2003 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/ecdh/ech_key.c



openssl-OpenSSL_1_0_2x/crypto/ecdh/ech_lib.c



Copyright (c) 1998-2003 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/ec.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_nist.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec2_smpl.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_key.c



openssl-OpenSSL_1_0_2x/crypto/ec/eck_prn.c



Copyright (c) 1998-2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecs_lib.c



Copyright (c) 1998-2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/openssl.c



openssl-OpenSSL_1_0_2x/apps/s_cb.c



openssl-OpenSSL_1_0_2x/crypto/crypto.h



openssl-OpenSSL_1_0_2x/crypto/rand/rand_unix.c



openssl-OpenSSL_1_0_2x/ssl/d1_srtp.c



openssl-OpenSSL_1_0_2x/ssl/s23_clnt.c



openssl-OpenSSL_1_0_2x/ssl/s23_srvr.c



openssl-OpenSSL_1_0_2x/ssl/srtp.h



openssl-OpenSSL_1_0_2x/ssl/ssl_sess.c



openssl-OpenSSL_1_0_2x/ssl/tls1.h



Copyright (c) 1998-2006 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/seed/seed_cbc.c



openssl-OpenSSL_1_0_2x/crypto/seed/seed_cfb.c



openssl-OpenSSL_1_0_2x/crypto/seed/seed_ofb.c



Copyright (c) 1998-2007 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/seed/seed.h



openssl-OpenSSL_1_0_2x/ssl/s2_lib.c



openssl-OpenSSL_1_0_2x/ssl/s3_clnt.c



openssl-OpenSSL_1_0_2x/ssl/s3_enc.c



openssl-OpenSSL_1_0_2x/ssl/ssl_cert.c



openssl-OpenSSL_1_0_2x/ssl/t1_enc.c



Copyright (c) 1998-2007 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/ssl/t1_reneg.c



Copyright (c) 1998-2009 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/evp/evp_extra_test.c



openssl-OpenSSL_1_0_2x/crypto/x509/verify_extra_test.c



openssl-OpenSSL_1_0_2x/ssl/clienthellotest.c



Copyright (c) 1998-2015 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/apps.c



openssl-OpenSSL_1_0_2x/apps/ecparam.c



openssl-OpenSSL_1_0_2x/apps/s_apps.h



openssl-OpenSSL_1_0_2x/apps/s_client.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_blind.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_exp.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_gf2m.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn.h



openssl-OpenSSL_1_0_2x/crypto/bn/bn_lcl.h



openssl-OpenSSL_1_0_2x/crypto/bn/bn_mod.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_mont.c



openssl-OpenSSL_1_0_2x/crypto/mem_dbg.c



openssl-OpenSSL_1_0_2x/crypto/rand/md_rand.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand_lcl.h



openssl-OpenSSL_1_0_2x/ssl/d1_both.c



openssl-OpenSSL_1_0_2x/ssl/ssl_ciph.c



openssl-OpenSSL_1_0_2x/ssl/ssl_lib.c



openssl-OpenSSL_1_0_2x/ssl/ssl_locl.h



openssl-OpenSSL_1_0_2x/ssl/t1_lib.c



Copyright (c) 1998-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecs_ossl.c



Copyright (c) 1998-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/s_server.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_ctx.c



openssl-OpenSSL_1_0_2x/crypto/cryptlib.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec2_oct.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_curve.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_lcl.h



openssl-OpenSSL_1_0_2x/crypto/ec/ec_lib.c



openssl-OpenSSL_1_0_2x/crypto/ec/ecp_oct.c



openssl-OpenSSL_1_0_2x/crypto/ec/ectest.c



openssl-OpenSSL_1_0_2x/crypto/err/err.c



openssl-OpenSSL_1_0_2x/crypto/err/err.h



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_eay.c



openssl-OpenSSL_1_0_2x/ssl/d1_pkt.c



openssl-OpenSSL_1_0_2x/ssl/s3_pkt.c



Copyright (c) 1998-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/ecdh/ech_ossl.c



Copyright (c) 1998-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/engine/eng_ctrl.c



openssl-OpenSSL_1_0_2x/crypto/engine/eng_dyn.c



openssl-OpenSSL_1_0_2x/crypto/engine/eng_fat.c



openssl-OpenSSL_1_0_2x/crypto/engine/enginetest.c



openssl-OpenSSL_1_0_2x/crypto/engine/eng_init.c



openssl-OpenSSL_1_0_2x/crypto/engine/eng_int.h



openssl-OpenSSL_1_0_2x/crypto/engine/eng_openssl.c



openssl-OpenSSL_1_0_2x/crypto/engine/eng_pkey.c



openssl-OpenSSL_1_0_2x/demos/engines/zencod/hw_zencod.c



openssl-OpenSSL_1_0_2x/engines/e_atalla.c



openssl-OpenSSL_1_0_2x/engines/e_chil.c



openssl-OpenSSL_1_0_2x/engines/e_cswift.c



openssl-OpenSSL_1_0_2x/engines/e_gmp.c



openssl-OpenSSL_1_0_2x/engines/e_padlock.c



openssl-OpenSSL_1_0_2x/engines/e_ubsec.c



Copyright (c) 1999-2001 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_crt.c



Copyright (c) 1999-2002 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/demos/engines/cluster_labs/hw_cluster_labs_err.c



openssl-OpenSSL_1_0_2x/demos/engines/ibmca/hw_ibmca_err.c



openssl-OpenSSL_1_0_2x/demos/engines/zencod/hw_zencod_err.c



Copyright (c) 1999-2002 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_utl.c



Copyright (c) 1999-2003 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/smime.c



openssl-OpenSSL_1_0_2x/crypto/engine/engine.h



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pk7_smime.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/ext_dat.h



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_cpols.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_int.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/x509v3.h



Copyright (c) 1999-2004 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/timeouts.h



openssl-OpenSSL_1_0_2x/crypto/bio/bss_dgram.c



openssl-OpenSSL_1_0_2x/crypto/pqueue/pq_test.c



openssl-OpenSSL_1_0_2x/crypto/pqueue/pqueue.c



openssl-OpenSSL_1_0_2x/crypto/pqueue/pqueue.h



openssl-OpenSSL_1_0_2x/engines/e_4758cca_err.c



openssl-OpenSSL_1_0_2x/engines/e_aep_err.c



openssl-OpenSSL_1_0_2x/engines/e_atalla_err.c



openssl-OpenSSL_1_0_2x/engines/e_chil_err.c



openssl-OpenSSL_1_0_2x/engines/e_cswift_err.c



openssl-OpenSSL_1_0_2x/engines/e_gmp_err.c



openssl-OpenSSL_1_0_2x/engines/e_nuron_err.c



openssl-OpenSSL_1_0_2x/engines/e_sureware_err.c



openssl-OpenSSL_1_0_2x/engines/e_ubsec_err.c



openssl-OpenSSL_1_0_2x/ssl/d1_lib.c



openssl-OpenSSL_1_0_2x/ssl/d1_meth.c



openssl-OpenSSL_1_0_2x/ssl/dtls1.h



Copyright (c) 1999-2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/nsseq.c



openssl-OpenSSL_1_0_2x/crypto/asn1/p8_pkey.c



openssl-OpenSSL_1_0_2x/crypto/evp/evp_pkey.c



Copyright (c) 1999-2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pk7_mime.c



Copyright (c) 1999-2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/apps/pkcs12.c



openssl-OpenSSL_1_0_2x/crypto/evp/evp_pbe.c



openssl-OpenSSL_1_0_2x/crypto/evp/p5_crpt2.c



Copyright (c) 1999-2006 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/buffer/buf_err.c



openssl-OpenSSL_1_0_2x/crypto/dso/dso_err.c



openssl-OpenSSL_1_0_2x/crypto/objects/obj_err.c



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp_err.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/pk12err.c



openssl-OpenSSL_1_0_2x/crypto/store/str_err.c



openssl-OpenSSL_1_0_2x/crypto/ui/ui_err.c



Copyright (c) 1999-2006 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/comp/comp_err.c



openssl-OpenSSL_1_0_2x/crypto/conf/conf_err.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_err.c



openssl-OpenSSL_1_0_2x/ssl/d1_clnt.c



openssl-OpenSSL_1_0_2x/ssl/d1_srvr.c



Copyright (c) 1999-2007 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/md32_common.h



Copyright (c) 1999-2007 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_crld.c



Copyright (c) 1999-2008 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/engines/e_capi_err.c



Copyright (c) 1999-2009 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/engine/eng_err.c



openssl-OpenSSL_1_0_2x/crypto/jpake/jpake_err.c



Copyright (c) 1999-2010 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/cpt_err.c



openssl-OpenSSL_1_0_2x/crypto/ecdh/ech_err.c



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecs_err.c



openssl-OpenSSL_1_0_2x/crypto/fips_err.h



openssl-OpenSSL_1_0_2x/crypto/rand/rand_err.c



Copyright (c) 1999-2011 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/cms/cms_err.c



openssl-OpenSSL_1_0_2x/crypto/dh/dh_err.c



Copyright (c) 1999-2013 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pkcs7err.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_err.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3err.c



Copyright (c) 1999-2014 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/bio/bio_err.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_err.c



openssl-OpenSSL_1_0_2x/engines/ccgost/e_gost_err.c



Copyright (c) 1999-2015 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/pem/pem_err.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_err.c



openssl-OpenSSL_1_0_2x/ssl/ssl_err.c



Copyright (c) 1999-2016 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/spkac.c



Copyright (c) 1999-2017 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/ocsp.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_log.c



openssl-OpenSSL_1_0_2x/crypto/engine/eng_lib.c



openssl-OpenSSL_1_0_2x/crypto/engine/eng_list.c



openssl-OpenSSL_1_0_2x/crypto/evp/evp_locl.h



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_asn.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_init.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_conf.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_purp.c



Copyright (c) 1999-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/asn_mime.c



Copyright (c) 1999-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_err.c



Copyright (c) 1999-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/evp/evp_err.c



Copyright (c) 1999-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_chk.c



Copyright (c) 1999-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_alt.c



Copyright (c) 1999-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/nseq.c



openssl-OpenSSL_1_0_2x/apps/pkcs8.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_mbstr.c



openssl-OpenSSL_1_0_2x/crypto/asn1/asn_pack.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_strnid.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_time.c



openssl-OpenSSL_1_0_2x/crypto/asn1/p5_pbe.c



openssl-OpenSSL_1_0_2x/crypto/asn1/p5_pbev2.c



openssl-OpenSSL_1_0_2x/crypto/asn1/t_bitst.c



openssl-OpenSSL_1_0_2x/crypto/asn1/t_crl.c



openssl-OpenSSL_1_0_2x/crypto/asn1/t_spki.c



openssl-OpenSSL_1_0_2x/crypto/asn1/t_x509a.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_x509a.c



openssl-OpenSSL_1_0_2x/crypto/des/ede_cbcm_enc.c



openssl-OpenSSL_1_0_2x/crypto/evp/p5_crpt.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem2.h



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_add.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_attr.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_crpt.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_decr.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_key.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_kiss.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_mutl.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_npas.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_utl.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/pkcs12.h



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_null.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/tabtest.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_akeya.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_akey.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_bcons.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_bitst.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3conf.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_enum.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_extku.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_ia5.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_info.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_lib.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_ocsp.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_pku.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3prin.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_prn.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_skey.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_sxnet.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509spki.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_trs.c



openssl-OpenSSL_1_0_2x/demos/engines/cluster_labs/hw_cluster_labs.c



openssl-OpenSSL_1_0_2x/demos/engines/ibmca/hw_ibmca.c



openssl-OpenSSL_1_0_2x/engines/e_4758cca.c



openssl-OpenSSL_1_0_2x/engines/e_aep.c



Copyright (c) 1999 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/bn/vms-helper.c



openssl-OpenSSL_1_0_2x/demos/engines/rsaref/rsaref_err.c



Copyright (c) 1999 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/stack/safestack.h



openssl-OpenSSL_1_0_2x/crypto/symhacks.h



Copyright (c) 1999 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/util/mkerr.pl



Copyright (c) 1999-$year The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core\@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay\@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh\@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/engine/eng_all.c



openssl-OpenSSL_1_0_2x/engines/e_nuron.c



Copyright (c) 2000-2001 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/ecdh/ecdh.h



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecs_asn1.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_ecdh.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_ecdsa.c



Copyright (c) 2000-2002 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/tasn_new.c



openssl-OpenSSL_1_0_2x/crypto/asn1/tasn_utl.c



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp_vfy.c



Copyright (c) 2000-2004 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/asn1t.h



openssl-OpenSSL_1_0_2x/crypto/dh/dh_asn1.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_asn1.c



openssl-OpenSSL_1_0_2x/crypto/ecdh/ech_locl.h



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecdsa.h



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecs_locl.h



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_asn1.c



Copyright (c) 2000-2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/tasn_prn.c



Copyright (c) 2000,2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/a_strex.c



openssl-OpenSSL_1_0_2x/crypto/ecdsa/ecdsatest.c



openssl-OpenSSL_1_0_2x/ssl/kssl.c



Copyright (c) 2000-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/x_bignum.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_asn1.c



Copyright (c) 2000-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/engine.c



openssl-OpenSSL_1_0_2x/apps/rsautl.c



openssl-OpenSSL_1_0_2x/crypto/asn1/tasn_fre.c



openssl-OpenSSL_1_0_2x/crypto/asn1/tasn_typ.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_algor.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_exten.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_long.c



openssl-OpenSSL_1_0_2x/crypto/conf/conf_lib.c



openssl-OpenSSL_1_0_2x/crypto/dso/dso_beos.c



openssl-OpenSSL_1_0_2x/crypto/dso/dso_dl.c



openssl-OpenSSL_1_0_2x/crypto/dso/dso_dlfcn.c



openssl-OpenSSL_1_0_2x/crypto/dso/dso.h



openssl-OpenSSL_1_0_2x/crypto/dso/dso_lib.c



openssl-OpenSSL_1_0_2x/crypto/dso/dso_null.c



openssl-OpenSSL_1_0_2x/crypto/dso/dso_openssl.c



openssl-OpenSSL_1_0_2x/crypto/dso/dso_vms.c



openssl-OpenSSL_1_0_2x/crypto/dso/dso_win32.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_cipher.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_dh.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_digest.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_dsa.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_rand.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_rsa.c



openssl-OpenSSL_1_0_2x/crypto/krb5/krb5_asn.c



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp_asn.c



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pk7_asn1.c



openssl-OpenSSL_1_0_2x/demos/asn1/ocsp.c



openssl-OpenSSL_1_0_2x/ssl/kssl.h



openssl-OpenSSL_1_0_2x/ssl/kssl_lcl.h



Copyright (c) 2000 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/demos/state_machine/state_machine.c



Copyright (c) 2000 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/des/read2pwd.c



openssl-OpenSSL_1_0_2x/crypto/ui/ui_compat.c



openssl-OpenSSL_1_0_2x/crypto/ui/ui_util.c



openssl-OpenSSL_1_0_2x/demos/engines/cluster_labs/hw_cluster_labs_err.h



openssl-OpenSSL_1_0_2x/demos/engines/ibmca/hw_ibmca_err.h



openssl-OpenSSL_1_0_2x/demos/engines/zencod/hw_zencod_err.h



openssl-OpenSSL_1_0_2x/engines/e_gmp_err.h



Copyright (c) 2001-2002 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/asn_moid.c



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pk7_attr.c



Copyright (c) 2001-2004 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/engines/ccgost/e_gost_err.h



Copyright (c) 2001-2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/engines/ccgost/e_gost_err.proto



Copyright (c) 2001-2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer. 

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/engines/e_capi_err.h



Copyright (c) 2001-2008 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/conf/conf_mod.c



openssl-OpenSSL_1_0_2x/crypto/engine/eng_table.c



openssl-OpenSSL_1_0_2x/crypto/o_time.c



Copyright (c) 2001-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/evp/e_aes.c



Copyright (c) 2001-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/ui/ui_openssl.c



Copyright (c) 2001-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/evp/evp_test.c



Copyright (c) 2001-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/apps/ts.c



openssl-OpenSSL_1_0_2x/crypto/conf/conf_mall.c



openssl-OpenSSL_1_0_2x/crypto/conf/conf_sap.c



openssl-OpenSSL_1_0_2x/crypto/engine/eng_cnf.c



openssl-OpenSSL_1_0_2x/crypto/evp/evp_acnf.c



openssl-OpenSSL_1_0_2x/crypto/o_time.h



openssl-OpenSSL_1_0_2x/crypto/pem/pem_x509.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_xaux.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_p8d.c



openssl-OpenSSL_1_0_2x/crypto/pkcs12/p12_p8e.c



openssl-OpenSSL_1_0_2x/crypto/uid.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509cset.c



Copyright (c) 2001 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/evp/openbsd_hw.c



Copyright (c) 2001 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/mem_clr.c



openssl-OpenSSL_1_0_2x/crypto/ui/ui_compat.h



openssl-OpenSSL_1_0_2x/crypto/ui/ui.h



openssl-OpenSSL_1_0_2x/crypto/ui/ui_lib.c



openssl-OpenSSL_1_0_2x/crypto/ui/ui_locl.h



openssl-OpenSSL_1_0_2x/engines/e_4758cca_err.h



openssl-OpenSSL_1_0_2x/engines/e_aep_err.h



openssl-OpenSSL_1_0_2x/engines/e_atalla_err.h



openssl-OpenSSL_1_0_2x/engines/e_chil_err.h



openssl-OpenSSL_1_0_2x/engines/e_cswift_err.h



openssl-OpenSSL_1_0_2x/engines/e_nuron_err.h



openssl-OpenSSL_1_0_2x/engines/e_sureware_err.h



openssl-OpenSSL_1_0_2x/engines/e_ubsec_err.h



Copyright (c) 2001 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/util/mkerr.pl



Copyright (c) 2001-$year The OpenSSL Project.



Redistribution and use in source and binary forms, with or without ",

" * modification, are permitted provided that the following conditions ",

" * are met: ",

" * ",

" * 1. Redistributions of source code must retain the above copyright ",

" *    notice, this list of conditions and the following disclaimer.  ",

" * ",

" * 2. Redistributions in binary form must reproduce the above copyright ",

" *    notice, this list of conditions and the following disclaimer in ",

" *    the documentation and/or other materials provided with the ",

" *    distribution. ",

" * ",

" * 3. All advertising materials mentioning features or use of this ",

" *    software must display the following acknowledgment: ",

" *    \"This product includes software developed by the OpenSSL Project ",

" *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)\" ",

" * ",

" * 4. The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to ",

" *    endorse or promote products derived from this software without ",

" *    prior written permission. For written permission, please contact ",

" *    openssl-core\@openssl.org. ",

" * ",

" * 5. Products derived from this software may not be called \"OpenSSL\" ",

" *    nor may \"OpenSSL\" appear in their names without prior written ",

" *    permission of the OpenSSL Project. ",

" * ",

" * 6. Redistributions of any form whatsoever must retain the following ",

" *    acknowledgment: ",

" *    \"This product includes software developed by the OpenSSL Project ",

" *    for use in the OpenSSL Toolkit (http://www.openssl.org/)\" ",

" * ",

" * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY ",

" * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ",

" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR ",

" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR ",

" * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ",

" * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT ",

" * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; ",

" * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ",

" * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, ",

" * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ",

" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED ",

" * OF THE POSSIBILITY OF SUCH DAMAGE. ",

" * ==================================================================== ",

" * ",

" * This product includes cryptographic software written by Eric Young ",

" * (eay\@cryptsoft.com).  This product includes software written by Tim ",

" * Hudson (tjh\@cryptsoft.com). ",



openssl-OpenSSL_1_0_2x/crypto/aes/aes_cfb.c



openssl-OpenSSL_1_0_2x/crypto/aes/aes_ofb.c



Copyright (c) 2002-2006 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/asn1/asn1_gen.c



Copyright (c) 2002 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/engine/tb_store.c



openssl-OpenSSL_1_0_2x/crypto/o_str.h



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_ncons.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_pcons.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_pmaps.c



Copyright (c) 2003 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/o_str.c



openssl-OpenSSL_1_0_2x/crypto/store/store.h



openssl-OpenSSL_1_0_2x/crypto/store/str_lib.c



openssl-OpenSSL_1_0_2x/crypto/store/str_locl.h



openssl-OpenSSL_1_0_2x/crypto/store/str_mem.c



openssl-OpenSSL_1_0_2x/crypto/store/str_meth.c



Copyright (c) 2003 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/ssl/tls_srp.c



Copyright (c) 2004-2011 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/prime.c



Copyright (c) 2004 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/apps/srp.c



openssl-OpenSSL_1_0_2x/crypto/srp/srp.h



openssl-OpenSSL_1_0_2x/crypto/srp/srp_lcl.h



openssl-OpenSSL_1_0_2x/crypto/srp/srp_lib.c



openssl-OpenSSL_1_0_2x/crypto/srp/srp_vfy.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/pcy_cache.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/pcy_data.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/pcy_int.h



openssl-OpenSSL_1_0_2x/crypto/x509v3/pcy_lib.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/pcy_map.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/pcy_node.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/pcy_tree.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_vpm.c



Copyright (c) 2004 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/evp/e_old.c



openssl-OpenSSL_1_0_2x/crypto/o_dir.c



Copyright (c) 2004 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/bn/bn_x931p.c



Copyright (c) 2005-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/pem/pvkfmt.c



Copyright (c) 2005-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/x_nx509.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_pss.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_x931.c



Copyright (c) 2005 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/evp/m_sigver.c



Copyright (c) 2006,2007 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/asn1/ameth_lib.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_ameth.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_asnmth.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_rsp_sign.c



Copyright (c) 2006-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/evp/e_camellia.c



Copyright (c) 2006-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/dh/dh_pmeth.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_pmeth.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_pmeth.c



Copyright (c) 2006-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/apps/genpkey.c



openssl-OpenSSL_1_0_2x/apps/pkey.c



openssl-OpenSSL_1_0_2x/apps/pkeyparam.c



openssl-OpenSSL_1_0_2x/apps/pkeyutl.c



openssl-OpenSSL_1_0_2x/crypto/asn1/asn1_int.h



openssl-OpenSSL_1_0_2x/crypto/asn1/asn1_locl.h



openssl-OpenSSL_1_0_2x/crypto/asn1/bio_asn1.c



openssl-OpenSSL_1_0_2x/crypto/dh/dh_ameth.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_ameth.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_prn.c



openssl-OpenSSL_1_0_2x/crypto/ec/ec_pmeth.c



openssl-OpenSSL_1_0_2x/crypto/engine/tb_pkmeth.c



openssl-OpenSSL_1_0_2x/crypto/evp/pmeth_fn.c



openssl-OpenSSL_1_0_2x/crypto/evp/pmeth_gn.c



openssl-OpenSSL_1_0_2x/crypto/evp/pmeth_lib.c



openssl-OpenSSL_1_0_2x/crypto/objects/obj_xref.c



openssl-OpenSSL_1_0_2x/crypto/ocsp/ocsp_ht.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_ameth.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_prn.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_asn1.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_conf.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts.h



openssl-OpenSSL_1_0_2x/crypto/ts/ts_lib.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_req_print.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_req_utils.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_rsp_print.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_rsp_utils.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_rsp_verify.c



openssl-OpenSSL_1_0_2x/crypto/ts/ts_verify_ctx.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_addr.c



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_asid.c



Copyright (c) 2006 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/aes/aes_ige.c



openssl-OpenSSL_1_0_2x/crypto/camellia/camellia.c



openssl-OpenSSL_1_0_2x/crypto/camellia/camellia.h



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_cbc.c



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_cfb.c



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_ctr.c



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_ecb.c



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_locl.h



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_misc.c



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_ofb.c



openssl-OpenSSL_1_0_2x/test/igetest.c



Copyright (c) 2006 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_locl.h



openssl-OpenSSL_1_0_2x/crypto/evp/e_seed.c



Copyright (c) 2007 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/evp/evp_cnf.c



openssl-OpenSSL_1_0_2x/crypto/hmac/hm_ameth.c



openssl-OpenSSL_1_0_2x/crypto/hmac/hm_pmeth.c



Copyright (c) 2007 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/seed/seed_ecb.c



Copyright (c) 2007 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/apps/cms.c



openssl-OpenSSL_1_0_2x/engines/e_capi.c



Copyright (c) 2008-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/test/cms-test.pl



Copyright (c) 2008-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

# modification, are permitted provided that the following conditions

# are met:

#

# 1. Redistributions of source code must retain the above copyright

#    notice, this list of conditions and the following disclaimer.

#

# 2. Redistributions in binary form must reproduce the above copyright

#    notice, this list of conditions and the following disclaimer in

#    the documentation and/or other materials provided with the

#    distribution.

#

# 3. All advertising materials mentioning features or use of this

#    software must display the following acknowledgment:

#    "This product includes software developed by the OpenSSL Project

#    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

#

# 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

#    endorse or promote products derived from this software without

#    prior written permission. For written permission, please contact

#    licensing@OpenSSL.org.

#

# 5. Products derived from this software may not be called "OpenSSL"

#    nor may "OpenSSL" appear in their names without prior written

#    permission of the OpenSSL Project.

#

# 6. Redistributions of any form whatsoever must retain the following

#    acknowledgment:

#    "This product includes software developed by the OpenSSL Project

#    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

#

# THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

# EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

# ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

# OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/cms/cms_env.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms_lcl.h



openssl-OpenSSL_1_0_2x/crypto/cms/cms_smime.c



Copyright (c) 2008-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/aes/aes_wrap.c



openssl-OpenSSL_1_0_2x/crypto/asn1/bio_ndef.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms_asn1.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms_att.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms_cd.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms_dd.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms_enc.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms_ess.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms.h



openssl-OpenSSL_1_0_2x/crypto/cms/cms_io.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms_lib.c



openssl-OpenSSL_1_0_2x/crypto/cms/cms_sd.c



openssl-OpenSSL_1_0_2x/crypto/pkcs7/bio_pk7.c



Copyright (c) 2008 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/modes/cbc128.c



openssl-OpenSSL_1_0_2x/crypto/modes/cfb128.c



openssl-OpenSSL_1_0_2x/crypto/modes/ctr128.c



openssl-OpenSSL_1_0_2x/crypto/modes/ofb128.c



Copyright (c) 2008 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/test/cms-examples.pl



openssl-OpenSSL_1_0_2x/test/pkits-test.pl



Copyright (c) 2008 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

# modification, are permitted provided that the following conditions

# are met:

#

# 1. Redistributions of source code must retain the above copyright

#    notice, this list of conditions and the following disclaimer.

#

# 2. Redistributions in binary form must reproduce the above copyright

#    notice, this list of conditions and the following disclaimer in

#    the documentation and/or other materials provided with the

#    distribution.

#

# 3. All advertising materials mentioning features or use of this

#    software must display the following acknowledgment:

#    "This product includes software developed by the OpenSSL Project

#    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

#

# 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

#    endorse or promote products derived from this software without

#    prior written permission. For written permission, please contact

#    licensing@OpenSSL.org.

#

# 5. Products derived from this software may not be called "OpenSSL"

#    nor may "OpenSSL" appear in their names without prior written

#    permission of the OpenSSL Project.

#

# 6. Redistributions of any form whatsoever must retain the following

#    acknowledgment:

#    "This product includes software developed by the OpenSSL Project

#    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

#

# THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

# EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

# ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

# OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/cms/cms_pwri.c



Copyright (c) 2009 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/cmac/cmac.c



openssl-OpenSSL_1_0_2x/crypto/cmac/cmac.h



openssl-OpenSSL_1_0_2x/crypto/cmac/cm_ameth.c



openssl-OpenSSL_1_0_2x/crypto/cmac/cm_pmeth.c



Copyright (c) 2010 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/modes/gcm128.c



Copyright (c) 2010 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/evp/e_aes_cbc_hmac_sha1.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_aes_cbc_hmac_sha256.c



Copyright (c) 2011-2013 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_utl.c



openssl-OpenSSL_1_0_2x/crypto/modes/ccm128.c



openssl-OpenSSL_1_0_2x/crypto/modes/xts128.c



openssl-OpenSSL_1_0_2x/crypto/o_init.c



openssl-OpenSSL_1_0_2x/crypto/rc4/rc4_utl.c



Copyright (c) 2011 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/dh/dh_rfc5114.c



Copyright (c) 2011 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/engine/eng_rdrand.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_rc4_hmac_md5.c



Copyright (c) 2011 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/o_fips.c



Copyright (c) 2011 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/ssl/t1_trce.c



Copyright (c) 2012-2018 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/ssl/s3_cbc.c



openssl-OpenSSL_1_0_2x/ssl/ssl_conf.c



Copyright (c) 2012 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/cms/cms_kari.c



openssl-OpenSSL_1_0_2x/crypto/modes/wrap128.c



Copyright (c) 2013 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/dh/dh_kdf.c



openssl-OpenSSL_1_0_2x/crypto/ecdh/ech_kdf.c



Copyright (c) 2013 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/crypto/x509/vpm_int.h



Copyright (c) 2013 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/crypto/x509v3/v3_scts.c



Copyright (c) 2014 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/ssl/ssl_utst.c



Copyright (c) 2014 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/ssl/t1_ext.c



Copyright (c) 2014 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



openssl-OpenSSL_1_0_2x/test/testutil.h



Copyright (c) 2014 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    licensing@OpenSSL.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.



openssl-OpenSSL_1_0_2x/ssl/sslv2conftest.c



Copyright (c) 2016 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).



> Original SSLeay License with Windows Clause



openssl-OpenSSL_1_0_2x/crypto/bf/bf_locl.h



openssl-OpenSSL_1_0_2x/crypto/bn/bn.h



openssl-OpenSSL_1_0_2x/crypto/des/des.h



openssl-OpenSSL_1_0_2x/crypto/des/des_locl.h



openssl-OpenSSL_1_0_2x/crypto/idea/idea.h



openssl-OpenSSL_1_0_2x/crypto/md2/md2.h



openssl-OpenSSL_1_0_2x/crypto/objects/objects.pl



openssl-OpenSSL_1_0_2x/crypto/objects/obj_mac.h



openssl-OpenSSL_1_0_2x/crypto/pem/pem.h



openssl-OpenSSL_1_0_2x/crypto/rc2/rc2.h



openssl-OpenSSL_1_0_2x/crypto/rc4/rc4.h



Copyright (c) 1995-1997 Eric Young (eay@cryptsoft.com)



This package is an SSL implementation written

 * by Eric Young (eay@cryptsoft.com).

 * The implementation was written so as to conform with Netscapes SSL.

 *

 * This library is free for commercial and non-commercial use as long as

 * the following conditions are aheared to.  The following conditions

 * apply to all code found in this distribution, be it the RC4, RSA,

 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation

 * included with this distribution is covered by the same copyright terms

 * except that the holder is Tim Hudson (tjh@cryptsoft.com).

 *

 * Copyright remains Eric Young's, and as such any Copyright notices in

 * the code are not to be removed.

 * If this package is used in a product, Eric Young should be given attribution

 * as the author of the parts of the library used.

 * This can be in the form of a textual message at program startup or

 * in documentation (online or textual) provided with the package.

 *

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

 *

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 *

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]



openssl-OpenSSL_1_0_2x/crypto/objects/obj_dat.h



openssl-OpenSSL_1_0_2x/crypto/objects/obj_dat.pl



Copyright (c) 1995-1997 Eric Young (eay@cryptsoft.com)



This package is an SSL implementation written

 * by Eric Young (eay@cryptsoft.com).

 * The implementation was written so as to conform with Netscapes SSL.

 * 

 * This library is free for commercial and non-commercial use as long as

 * the following conditions are aheared to.  The following conditions

 * apply to all code found in this distribution, be it the RC4, RSA,

 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation

 * included with this distribution is covered by the same copyright terms

 * except that the holder is Tim Hudson (tjh@cryptsoft.com).

 * 

 * Copyright remains Eric Young's, and as such any Copyright notices in

 * the code are not to be removed.

 * If this package is used in a product, Eric Young should be given attribution

 * as the author of the parts of the library used.

 * This can be in the form of a textual message at program startup or

 * in documentation (online or textual) provided with the package.

 * 

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from 

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

 * 

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 * 

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]



openssl-OpenSSL_1_0_2x/crypto/conf/keysets.pl



Copyright (c) 1995-1998 Eric Young (eay cryptsoft.com)



This package is an SSL implementation written

 * by Eric Young (eay\@cryptsoft.com).

 * The implementation was written so as to conform with Netscapes SSL.

 *

 * This library is free for commercial and non-commercial use as long as

 * the following conditions are aheared to.  The following conditions

 * apply to all code found in this distribution, be it the RC4, RSA,

 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation

 * included with this distribution is covered by the same copyright terms

 * except that the holder is Tim Hudson (tjh\@cryptsoft.com).

 *

 * Copyright remains Eric Young's, and as such any Copyright notices in

 * the code are not to be removed.

 * If this package is used in a product, Eric Young should be given attribution

 * as the author of the parts of the library used.

 * This can be in the form of a textual message at program startup or

 * in documentation (online or textual) provided with the package.

 *

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay\@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh\@cryptsoft.com)"

 *

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 *

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]



openssl-OpenSSL_1_0_2x/apps/app_rand.c



openssl-OpenSSL_1_0_2x/apps/apps.c



openssl-OpenSSL_1_0_2x/apps/apps.h



openssl-OpenSSL_1_0_2x/apps/asn1pars.c



openssl-OpenSSL_1_0_2x/apps/ca.c



openssl-OpenSSL_1_0_2x/apps/ciphers.c



openssl-OpenSSL_1_0_2x/apps/crl2p7.c



openssl-OpenSSL_1_0_2x/apps/crl.c



openssl-OpenSSL_1_0_2x/apps/dgst.c



openssl-OpenSSL_1_0_2x/apps/dh.c



openssl-OpenSSL_1_0_2x/apps/dhparam.c



openssl-OpenSSL_1_0_2x/apps/dsa.c



openssl-OpenSSL_1_0_2x/apps/dsaparam.c



openssl-OpenSSL_1_0_2x/apps/enc.c



openssl-OpenSSL_1_0_2x/apps/errstr.c



openssl-OpenSSL_1_0_2x/apps/gendh.c



openssl-OpenSSL_1_0_2x/apps/gendsa.c



openssl-OpenSSL_1_0_2x/apps/genrsa.c



openssl-OpenSSL_1_0_2x/apps/openssl.c



openssl-OpenSSL_1_0_2x/apps/pkcs7.c



openssl-OpenSSL_1_0_2x/apps/req.c



openssl-OpenSSL_1_0_2x/apps/rsa.c



openssl-OpenSSL_1_0_2x/apps/s_apps.h



openssl-OpenSSL_1_0_2x/apps/s_cb.c



openssl-OpenSSL_1_0_2x/apps/s_client.c



openssl-OpenSSL_1_0_2x/apps/sess_id.c



openssl-OpenSSL_1_0_2x/apps/speed.c



openssl-OpenSSL_1_0_2x/apps/s_server.c



openssl-OpenSSL_1_0_2x/apps/s_socket.c



openssl-OpenSSL_1_0_2x/apps/s_time.c



openssl-OpenSSL_1_0_2x/apps/testrsa.h



openssl-OpenSSL_1_0_2x/apps/verify.c



openssl-OpenSSL_1_0_2x/apps/version.c



openssl-OpenSSL_1_0_2x/apps/x509.c



openssl-OpenSSL_1_0_2x/bugs/alpha.c



openssl-OpenSSL_1_0_2x/bugs/stream.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_bitstr.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_bool.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_bytes.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_d2i_fp.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_digest.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_dup.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_enum.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_gentm.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_i2d_fp.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_int.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_object.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_octet.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_print.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_set.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_sign.c



openssl-OpenSSL_1_0_2x/crypto/asn1/asn1.h



openssl-OpenSSL_1_0_2x/crypto/asn1/asn1_lib.c



openssl-OpenSSL_1_0_2x/crypto/asn1/asn1_mac.h



openssl-OpenSSL_1_0_2x/crypto/asn1/asn1_par.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_type.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_utctm.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_utf8.c



openssl-OpenSSL_1_0_2x/crypto/asn1/a_verify.c



openssl-OpenSSL_1_0_2x/crypto/asn1/d2i_pr.c



openssl-OpenSSL_1_0_2x/crypto/asn1/d2i_pu.c



openssl-OpenSSL_1_0_2x/crypto/asn1/evp_asn1.c



openssl-OpenSSL_1_0_2x/crypto/asn1/f_enum.c



openssl-OpenSSL_1_0_2x/crypto/asn1/f_int.c



openssl-OpenSSL_1_0_2x/crypto/asn1/f_string.c



openssl-OpenSSL_1_0_2x/crypto/asn1/i2d_pr.c



openssl-OpenSSL_1_0_2x/crypto/asn1/i2d_pu.c



openssl-OpenSSL_1_0_2x/crypto/asn1/n_pkey.c



openssl-OpenSSL_1_0_2x/crypto/asn1/t_pkey.c



openssl-OpenSSL_1_0_2x/crypto/asn1/t_req.c



openssl-OpenSSL_1_0_2x/crypto/asn1/t_x509.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_attrib.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_crl.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_info.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_name.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_pkey.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_pubkey.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_req.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_sig.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_spki.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_val.c



openssl-OpenSSL_1_0_2x/crypto/asn1/x_x509.c



openssl-OpenSSL_1_0_2x/crypto/bf/bf_cbc.c



openssl-OpenSSL_1_0_2x/crypto/bf/bf_cfb64.c



openssl-OpenSSL_1_0_2x/crypto/bf/bf_ecb.c



openssl-OpenSSL_1_0_2x/crypto/bf/bf_enc.c



openssl-OpenSSL_1_0_2x/crypto/bf/bf_ofb64.c



openssl-OpenSSL_1_0_2x/crypto/bf/bf_opts.c



openssl-OpenSSL_1_0_2x/crypto/bf/bf_pi.h



openssl-OpenSSL_1_0_2x/crypto/bf/bf_skey.c



openssl-OpenSSL_1_0_2x/crypto/bf/bfspeed.c



openssl-OpenSSL_1_0_2x/crypto/bf/bftest.c



openssl-OpenSSL_1_0_2x/crypto/bf/blowfish.h



openssl-OpenSSL_1_0_2x/crypto/bio/b_dump.c



openssl-OpenSSL_1_0_2x/crypto/bio/bf_buff.c



openssl-OpenSSL_1_0_2x/crypto/bio/bf_lbuf.c



openssl-OpenSSL_1_0_2x/crypto/bio/bf_nbio.c



openssl-OpenSSL_1_0_2x/crypto/bio/bf_null.c



openssl-OpenSSL_1_0_2x/crypto/bio/bio_cb.c



openssl-OpenSSL_1_0_2x/crypto/bio/bio.h



openssl-OpenSSL_1_0_2x/crypto/bio/bio_lib.c



openssl-OpenSSL_1_0_2x/crypto/bio/b_print.c



openssl-OpenSSL_1_0_2x/crypto/bio/b_sock.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_acpt.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_conn.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_fd.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_file.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_mem.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_null.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_rtcp.c



openssl-OpenSSL_1_0_2x/crypto/bio/bss_sock.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_add.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_asm.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_blind.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_div.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_exp2.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_exp.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_gcd.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_lcl.h



openssl-OpenSSL_1_0_2x/crypto/bn/bn_lib.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_mod.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_mont.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_mpi.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_mul.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_prime.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_prime.h



openssl-OpenSSL_1_0_2x/crypto/bn/bn_prime.pl



openssl-OpenSSL_1_0_2x/crypto/bn/bn_print.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_rand.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_recp.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_shift.c



openssl-OpenSSL_1_0_2x/crypto/bn/bnspeed.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_sqr.c



openssl-OpenSSL_1_0_2x/crypto/bn/bntest.c



openssl-OpenSSL_1_0_2x/crypto/bn/bn_word.c



openssl-OpenSSL_1_0_2x/crypto/bn/expspeed.c



openssl-OpenSSL_1_0_2x/crypto/bn/exptest.c



openssl-OpenSSL_1_0_2x/crypto/buffer/buffer.c



openssl-OpenSSL_1_0_2x/crypto/buffer/buffer.h



openssl-OpenSSL_1_0_2x/crypto/buffer/buf_str.c



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_cfb.c



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_ofb.c



openssl-OpenSSL_1_0_2x/crypto/cast/cast.h



openssl-OpenSSL_1_0_2x/crypto/cast/cast_lcl.h



openssl-OpenSSL_1_0_2x/crypto/cast/castopts.c



openssl-OpenSSL_1_0_2x/crypto/cast/cast_s.h



openssl-OpenSSL_1_0_2x/crypto/cast/cast_spd.c



openssl-OpenSSL_1_0_2x/crypto/cast/casttest.c



openssl-OpenSSL_1_0_2x/crypto/cast/c_cfb64.c



openssl-OpenSSL_1_0_2x/crypto/cast/c_ecb.c



openssl-OpenSSL_1_0_2x/crypto/cast/c_enc.c



openssl-OpenSSL_1_0_2x/crypto/cast/c_ofb64.c



openssl-OpenSSL_1_0_2x/crypto/cast/c_skey.c



openssl-OpenSSL_1_0_2x/crypto/conf/cnf_save.c



openssl-OpenSSL_1_0_2x/crypto/conf/conf_api.c



openssl-OpenSSL_1_0_2x/crypto/conf/conf_api.h



openssl-OpenSSL_1_0_2x/crypto/conf/conf_def.c



openssl-OpenSSL_1_0_2x/crypto/conf/conf_def.h



openssl-OpenSSL_1_0_2x/crypto/conf/conf.h



openssl-OpenSSL_1_0_2x/crypto/conf/test.c



openssl-OpenSSL_1_0_2x/crypto/cryptlib.c



openssl-OpenSSL_1_0_2x/crypto/cryptlib.h



openssl-OpenSSL_1_0_2x/crypto/crypto.h



openssl-OpenSSL_1_0_2x/crypto/cversion.c



openssl-OpenSSL_1_0_2x/crypto/des/cbc3_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/cbc_cksm.c



openssl-OpenSSL_1_0_2x/crypto/des/cbc_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/cfb64ede.c



openssl-OpenSSL_1_0_2x/crypto/des/cfb64enc.c



openssl-OpenSSL_1_0_2x/crypto/des/cfb_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/des.c



openssl-OpenSSL_1_0_2x/crypto/des/des_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/des_opts.c



openssl-OpenSSL_1_0_2x/crypto/des/destest.c



openssl-OpenSSL_1_0_2x/crypto/des/des_ver.h



openssl-OpenSSL_1_0_2x/crypto/des/ecb3_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/ecb_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/enc_read.c



openssl-OpenSSL_1_0_2x/crypto/des/enc_writ.c



openssl-OpenSSL_1_0_2x/crypto/des/fcrypt_b.c



openssl-OpenSSL_1_0_2x/crypto/des/ncbc_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/ofb64ede.c



openssl-OpenSSL_1_0_2x/crypto/des/ofb64enc.c



openssl-OpenSSL_1_0_2x/crypto/des/ofb_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/pcbc_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/qud_cksm.c



openssl-OpenSSL_1_0_2x/crypto/des/read2pwd.c



openssl-OpenSSL_1_0_2x/crypto/des/read_pwd.c



openssl-OpenSSL_1_0_2x/crypto/des/rpc_des.h



openssl-OpenSSL_1_0_2x/crypto/des/rpc_enc.c



openssl-OpenSSL_1_0_2x/crypto/des/rpw.c



openssl-OpenSSL_1_0_2x/crypto/des/set_key.c



openssl-OpenSSL_1_0_2x/crypto/des/speed.c



openssl-OpenSSL_1_0_2x/crypto/des/spr.h



openssl-OpenSSL_1_0_2x/crypto/des/str2key.c



openssl-OpenSSL_1_0_2x/crypto/des/xcbc_enc.c



openssl-OpenSSL_1_0_2x/crypto/dh/dh_check.c



openssl-OpenSSL_1_0_2x/crypto/dh/dh_gen.c



openssl-OpenSSL_1_0_2x/crypto/dh/dh.h



openssl-OpenSSL_1_0_2x/crypto/dh/dh_key.c



openssl-OpenSSL_1_0_2x/crypto/dh/dh_lib.c



openssl-OpenSSL_1_0_2x/crypto/dh/dh_prn.c



openssl-OpenSSL_1_0_2x/crypto/dh/dhtest.c



openssl-OpenSSL_1_0_2x/crypto/dh/p1024.c



openssl-OpenSSL_1_0_2x/crypto/dh/p192.c



openssl-OpenSSL_1_0_2x/crypto/dh/p512.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_gen.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsagen.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa.h



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_key.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_lib.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_ossl.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_sign.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsatest.c



openssl-OpenSSL_1_0_2x/crypto/dsa/dsa_vrf.c



openssl-OpenSSL_1_0_2x/crypto/err/err_all.c



openssl-OpenSSL_1_0_2x/crypto/err/err.c



openssl-OpenSSL_1_0_2x/crypto/err/err.h



openssl-OpenSSL_1_0_2x/crypto/err/err_prn.c



openssl-OpenSSL_1_0_2x/crypto/evp/bio_b64.c



openssl-OpenSSL_1_0_2x/crypto/evp/bio_enc.c



openssl-OpenSSL_1_0_2x/crypto/evp/bio_md.c



openssl-OpenSSL_1_0_2x/crypto/evp/bio_ok.c



openssl-OpenSSL_1_0_2x/crypto/evp/c_all.c



openssl-OpenSSL_1_0_2x/crypto/evp/c_allc.c



openssl-OpenSSL_1_0_2x/crypto/evp/c_alld.c



openssl-OpenSSL_1_0_2x/crypto/evp/digest.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_bf.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_cast.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_des3.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_des.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_dsa.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_idea.c



openssl-OpenSSL_1_0_2x/crypto/evp/encode.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_null.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_rc2.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_rc4.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_rc5.c



openssl-OpenSSL_1_0_2x/crypto/evp/evp_enc.c



openssl-OpenSSL_1_0_2x/crypto/evp/evp.h



openssl-OpenSSL_1_0_2x/crypto/evp/evp_key.c



openssl-OpenSSL_1_0_2x/crypto/evp/evp_lib.c



openssl-OpenSSL_1_0_2x/crypto/evp/e_xcbc_d.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_dss1.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_dss.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_ecdsa.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_md2.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_md4.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_md5.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_mdc2.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_null.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_ripemd.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_sha1.c



openssl-OpenSSL_1_0_2x/crypto/evp/m_sha.c



openssl-OpenSSL_1_0_2x/crypto/evp/names.c



openssl-OpenSSL_1_0_2x/crypto/evp/p_dec.c



openssl-OpenSSL_1_0_2x/crypto/evp/p_enc.c



openssl-OpenSSL_1_0_2x/crypto/evp/p_lib.c



openssl-OpenSSL_1_0_2x/crypto/evp/p_open.c



openssl-OpenSSL_1_0_2x/crypto/evp/p_seal.c



openssl-OpenSSL_1_0_2x/crypto/evp/p_sign.c



openssl-OpenSSL_1_0_2x/crypto/evp/p_verify.c



openssl-OpenSSL_1_0_2x/crypto/ex_data.c



openssl-OpenSSL_1_0_2x/crypto/hmac/hmac.c



openssl-OpenSSL_1_0_2x/crypto/hmac/hmac.h



openssl-OpenSSL_1_0_2x/crypto/hmac/hmactest.c



openssl-OpenSSL_1_0_2x/crypto/idea/i_cfb64.c



openssl-OpenSSL_1_0_2x/crypto/idea/idea_lcl.h



openssl-OpenSSL_1_0_2x/crypto/idea/idea_spd.c



openssl-OpenSSL_1_0_2x/crypto/idea/ideatest.c



openssl-OpenSSL_1_0_2x/crypto/idea/i_ecb.c



openssl-OpenSSL_1_0_2x/crypto/idea/i_ofb64.c



openssl-OpenSSL_1_0_2x/crypto/idea/i_skey.c



openssl-OpenSSL_1_0_2x/crypto/lhash/lhash.c



openssl-OpenSSL_1_0_2x/crypto/lhash/lhash.h



openssl-OpenSSL_1_0_2x/crypto/lhash/lh_stats.c



openssl-OpenSSL_1_0_2x/crypto/lhash/lh_test.c



openssl-OpenSSL_1_0_2x/crypto/md2/md2.c



openssl-OpenSSL_1_0_2x/crypto/md2/md2_dgst.c



openssl-OpenSSL_1_0_2x/crypto/md2/md2_one.c



openssl-OpenSSL_1_0_2x/crypto/md2/md2test.c



openssl-OpenSSL_1_0_2x/crypto/md4/md4.c



openssl-OpenSSL_1_0_2x/crypto/md4/md4_dgst.c



openssl-OpenSSL_1_0_2x/crypto/md4/md4.h



openssl-OpenSSL_1_0_2x/crypto/md4/md4_locl.h



openssl-OpenSSL_1_0_2x/crypto/md4/md4_one.c



openssl-OpenSSL_1_0_2x/crypto/md4/md4test.c



openssl-OpenSSL_1_0_2x/crypto/md5/md5.c



openssl-OpenSSL_1_0_2x/crypto/md5/md5_dgst.c



openssl-OpenSSL_1_0_2x/crypto/md5/md5.h



openssl-OpenSSL_1_0_2x/crypto/md5/md5_locl.h



openssl-OpenSSL_1_0_2x/crypto/md5/md5_one.c



openssl-OpenSSL_1_0_2x/crypto/md5/md5test.c



openssl-OpenSSL_1_0_2x/crypto/mdc2/mdc2dgst.c



openssl-OpenSSL_1_0_2x/crypto/mdc2/mdc2.h



openssl-OpenSSL_1_0_2x/crypto/mdc2/mdc2_one.c



openssl-OpenSSL_1_0_2x/crypto/mdc2/mdc2test.c



openssl-OpenSSL_1_0_2x/crypto/mem.c



openssl-OpenSSL_1_0_2x/crypto/mem_dbg.c



openssl-OpenSSL_1_0_2x/crypto/objects/obj_dat.c



openssl-OpenSSL_1_0_2x/crypto/objects/objects.h



openssl-OpenSSL_1_0_2x/crypto/objects/obj_lib.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_all.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_info.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_lib.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_oth.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_pk8.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_pkey.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_seal.c



openssl-OpenSSL_1_0_2x/crypto/pem/pem_sign.c



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pk7_dgst.c



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pk7_doit.c



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pk7_enc.c



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pk7_lib.c



openssl-OpenSSL_1_0_2x/crypto/pkcs7/pkcs7.h



openssl-OpenSSL_1_0_2x/crypto/rand/md_rand.c



openssl-OpenSSL_1_0_2x/crypto/rand/randfile.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand.h



openssl-OpenSSL_1_0_2x/crypto/rand/rand_lcl.h



openssl-OpenSSL_1_0_2x/crypto/rand/rand_lib.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand_nw.c



openssl-OpenSSL_1_0_2x/crypto/rand/randtest.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand_unix.c



openssl-OpenSSL_1_0_2x/crypto/rand/rand_win.c



openssl-OpenSSL_1_0_2x/crypto/rc2/rc2_cbc.c



openssl-OpenSSL_1_0_2x/crypto/rc2/rc2cfb64.c



openssl-OpenSSL_1_0_2x/crypto/rc2/rc2_ecb.c



openssl-OpenSSL_1_0_2x/crypto/rc2/rc2_locl.h



openssl-OpenSSL_1_0_2x/crypto/rc2/rc2ofb64.c



openssl-OpenSSL_1_0_2x/crypto/rc2/rc2_skey.c



openssl-OpenSSL_1_0_2x/crypto/rc2/rc2speed.c



openssl-OpenSSL_1_0_2x/crypto/rc2/rc2test.c



openssl-OpenSSL_1_0_2x/crypto/rc4/rc4.c



openssl-OpenSSL_1_0_2x/crypto/rc4/rc4_enc.c



openssl-OpenSSL_1_0_2x/crypto/rc4/rc4_skey.c



openssl-OpenSSL_1_0_2x/crypto/rc4/rc4speed.c



openssl-OpenSSL_1_0_2x/crypto/rc4/rc4test.c



openssl-OpenSSL_1_0_2x/crypto/rc5/rc5cfb64.c



openssl-OpenSSL_1_0_2x/crypto/rc5/rc5_ecb.c



openssl-OpenSSL_1_0_2x/crypto/rc5/rc5_enc.c



openssl-OpenSSL_1_0_2x/crypto/rc5/rc5.h



openssl-OpenSSL_1_0_2x/crypto/rc5/rc5_locl.h



openssl-OpenSSL_1_0_2x/crypto/rc5/rc5ofb64.c



openssl-OpenSSL_1_0_2x/crypto/rc5/rc5_skey.c



openssl-OpenSSL_1_0_2x/crypto/rc5/rc5speed.c



openssl-OpenSSL_1_0_2x/crypto/rc5/rc5test.c



openssl-OpenSSL_1_0_2x/crypto/ripemd/ripemd.h



openssl-OpenSSL_1_0_2x/crypto/ripemd/rmd160.c



openssl-OpenSSL_1_0_2x/crypto/ripemd/rmdconst.h



openssl-OpenSSL_1_0_2x/crypto/ripemd/rmd_dgst.c



openssl-OpenSSL_1_0_2x/crypto/ripemd/rmd_locl.h



openssl-OpenSSL_1_0_2x/crypto/ripemd/rmd_one.c



openssl-OpenSSL_1_0_2x/crypto/ripemd/rmdtest.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_crpt.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_eay.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_gen.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa.h



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_lib.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_none.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_pk1.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_saos.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_sign.c



openssl-OpenSSL_1_0_2x/crypto/rsa/rsa_ssl.c



openssl-OpenSSL_1_0_2x/crypto/seed/seed_cfb.c



openssl-OpenSSL_1_0_2x/crypto/seed/seed_ofb.c



openssl-OpenSSL_1_0_2x/crypto/sha/sha1.c



openssl-OpenSSL_1_0_2x/crypto/sha/sha1dgst.c



openssl-OpenSSL_1_0_2x/crypto/sha/sha1_one.c



openssl-OpenSSL_1_0_2x/crypto/sha/sha1test.c



openssl-OpenSSL_1_0_2x/crypto/sha/sha.c



openssl-OpenSSL_1_0_2x/crypto/sha/sha_dgst.c



openssl-OpenSSL_1_0_2x/crypto/sha/sha.h



openssl-OpenSSL_1_0_2x/crypto/sha/sha_locl.h



openssl-OpenSSL_1_0_2x/crypto/sha/sha_one.c



openssl-OpenSSL_1_0_2x/crypto/sha/shatest.c



openssl-OpenSSL_1_0_2x/crypto/stack/stack.c



openssl-OpenSSL_1_0_2x/crypto/stack/stack.h



openssl-OpenSSL_1_0_2x/crypto/threads/mttest.c



openssl-OpenSSL_1_0_2x/crypto/threads/th-lock.c



openssl-OpenSSL_1_0_2x/crypto/txt_db/txt_db.c



openssl-OpenSSL_1_0_2x/crypto/txt_db/txt_db.h



openssl-OpenSSL_1_0_2x/crypto/ui/ui_openssl.c



openssl-OpenSSL_1_0_2x/crypto/x509/by_dir.c



openssl-OpenSSL_1_0_2x/crypto/x509/by_file.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_att.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_cmp.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_d2.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_def.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_ext.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509.h



openssl-OpenSSL_1_0_2x/crypto/x509/x509_lu.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509name.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_obj.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_r2x.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_req.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509rset.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_set.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_txt.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509type.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_v3.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_vfy.c



openssl-OpenSSL_1_0_2x/crypto/x509/x509_vfy.h



openssl-OpenSSL_1_0_2x/crypto/x509/x_all.c



openssl-OpenSSL_1_0_2x/demos/b64.c



openssl-OpenSSL_1_0_2x/demos/prime/prime.c



openssl-OpenSSL_1_0_2x/demos/sign/sign.c



openssl-OpenSSL_1_0_2x/e_os.h



openssl-OpenSSL_1_0_2x/ssl/bio_ssl.c



openssl-OpenSSL_1_0_2x/ssl/d1_both.c



openssl-OpenSSL_1_0_2x/ssl/d1_clnt.c



openssl-OpenSSL_1_0_2x/ssl/d1_pkt.c



openssl-OpenSSL_1_0_2x/ssl/d1_srtp.c



openssl-OpenSSL_1_0_2x/ssl/d1_srvr.c



openssl-OpenSSL_1_0_2x/ssl/s23_clnt.c



openssl-OpenSSL_1_0_2x/ssl/s23_lib.c



openssl-OpenSSL_1_0_2x/ssl/s23_meth.c



openssl-OpenSSL_1_0_2x/ssl/s23_pkt.c



openssl-OpenSSL_1_0_2x/ssl/s23_srvr.c



openssl-OpenSSL_1_0_2x/ssl/s2_clnt.c



openssl-OpenSSL_1_0_2x/ssl/s2_enc.c



openssl-OpenSSL_1_0_2x/ssl/s2_lib.c



openssl-OpenSSL_1_0_2x/ssl/s2_meth.c



openssl-OpenSSL_1_0_2x/ssl/s2_pkt.c



openssl-OpenSSL_1_0_2x/ssl/s2_srvr.c



openssl-OpenSSL_1_0_2x/ssl/s3_both.c



openssl-OpenSSL_1_0_2x/ssl/s3_clnt.c



openssl-OpenSSL_1_0_2x/ssl/s3_enc.c



openssl-OpenSSL_1_0_2x/ssl/s3_lib.c



openssl-OpenSSL_1_0_2x/ssl/s3_meth.c



openssl-OpenSSL_1_0_2x/ssl/s3_pkt.c



openssl-OpenSSL_1_0_2x/ssl/s3_srvr.c



openssl-OpenSSL_1_0_2x/ssl/srtp.h



openssl-OpenSSL_1_0_2x/ssl/ssl23.h



openssl-OpenSSL_1_0_2x/ssl/ssl2.h



openssl-OpenSSL_1_0_2x/ssl/ssl3.h



openssl-OpenSSL_1_0_2x/ssl/ssl_algs.c



openssl-OpenSSL_1_0_2x/ssl/ssl_asn1.c



openssl-OpenSSL_1_0_2x/ssl/ssl_cert.c



openssl-OpenSSL_1_0_2x/ssl/ssl_ciph.c



openssl-OpenSSL_1_0_2x/ssl/ssl_err2.c



openssl-OpenSSL_1_0_2x/ssl/ssl.h



openssl-OpenSSL_1_0_2x/ssl/ssl_lib.c



openssl-OpenSSL_1_0_2x/ssl/ssl_locl.h



openssl-OpenSSL_1_0_2x/ssl/ssl_rsa.c



openssl-OpenSSL_1_0_2x/ssl/ssl_sess.c



openssl-OpenSSL_1_0_2x/ssl/ssl_stat.c



openssl-OpenSSL_1_0_2x/ssl/ssl_task.c



openssl-OpenSSL_1_0_2x/ssl/ssltest.c



openssl-OpenSSL_1_0_2x/ssl/ssl_txt.c



openssl-OpenSSL_1_0_2x/ssl/t1_clnt.c



openssl-OpenSSL_1_0_2x/ssl/t1_enc.c



openssl-OpenSSL_1_0_2x/ssl/t1_lib.c



openssl-OpenSSL_1_0_2x/ssl/t1_meth.c



openssl-OpenSSL_1_0_2x/ssl/t1_reneg.c



openssl-OpenSSL_1_0_2x/ssl/t1_srvr.c



openssl-OpenSSL_1_0_2x/ssl/tls1.h



openssl-OpenSSL_1_0_2x/test/methtest.c



openssl-OpenSSL_1_0_2x/test/r160test.c



Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com)



This package is an SSL implementation written

 * by Eric Young (eay@cryptsoft.com).

 * The implementation was written so as to conform with Netscapes SSL.

 *

 * This library is free for commercial and non-commercial use as long as

 * the following conditions are aheared to.  The following conditions

 * apply to all code found in this distribution, be it the RC4, RSA,

 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation

 * included with this distribution is covered by the same copyright terms

 * except that the holder is Tim Hudson (tjh@cryptsoft.com).

 *

 * Copyright remains Eric Young's, and as such any Copyright notices in

 * the code are not to be removed.

 * If this package is used in a product, Eric Young should be given attribution

 * as the author of the parts of the library used.

 * This can be in the form of a textual message at program startup or

 * in documentation (online or textual) provided with the package.

 *

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

 *

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 *

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]



openssl-OpenSSL_1_0_2x/crypto/idea/i_cbc.c



Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com)



This package is an SSL implementation written

 * by Eric Young (eay@cryptsoft.com).

 * The implementation was written so as to conform with Netscapes SSL.

 *

 * This library is free for commercial and non-commercial use as long as

 * the following conditions are aheared to.  The following conditions

 * apply to all code found in this distribution, be it the RC4, RSA,

 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation

 * included with this distribution is covered by the same copyright terms

 * except that the holder is Tim Hudson (tjh@cryptsoft.com).

 *

 * Copyright remains Eric Young's, and as such any Copyright notices in

 * the code are not to be removed.

 * If this package is used in a product, Eric Young should be given attribution

 * as the author of the parts of the library used.

 * This can be in the form of a textual message at program startup or

 * in documentation (online or textual) provided with the package.

 *

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

 *

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 *

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]



openssl-OpenSSL_1_0_2x/util/add_cr.pl



Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com)



This package is an SSL implementation written

 * by Eric Young (eay@cryptsoft.com).

 * The implementation was written so as to conform with Netscapes SSL.

 * 

 * This library is free for commercial and non-commercial use as long as

 * the following conditions are aheared to.  The following conditions

 * apply to all code found in this distribution, be it the RC4, RSA,

 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation

 * included with this distribution is covered by the same copyright terms

 * except that the holder is Tim Hudson (tjh@cryptsoft.com).

 * 

 * Copyright remains Eric Young's, and as such any Copyright notices in

 * the code are not to be removed.

 * If this package is used in a product, Eric Young should be given attribution

 * as the author of the parts of the library used.

 * This can be in the form of a textual message at program startup or

 * in documentation (online or textual) provided with the package.

 * 

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from 

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

 * 

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 * 

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]



openssl-OpenSSL_1_0_2x/crypto/constant_time_locl.h



Copyright (c) 2014-2019 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

 *

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 *

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]



openssl-OpenSSL_1_0_2x/crypto/constant_time_test.c



Copyright (c) 2014 The OpenSSL Project.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

 *

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 *

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]



> Other Permissive Licenses



openssl-OpenSSL_1_0_2x/engines/vendor_defns/hwcryptohook.h



Copyright 1998-2000 nCipher Corporation Limited.



Redistribution and use in source and binary forms, with opr without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the copyright notice,

 *    this list of conditions, and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above

 *    copyright notice, this list of conditions, and the following

 *    disclaimer, in the documentation and/or other materials provided

 *    with the distribution

 *

 * IN NO EVENT SHALL NCIPHER CORPORATION LIMITED (`NCIPHER') AND/OR

 * ANY OTHER AUTHORS OR DISTRIBUTORS OF THIS FILE BE LIABLE for any

 * damages arising directly or indirectly from this file, its use or

 * this licence.  Without prejudice to the generality of the

 * foregoing: all liability shall be excluded for direct, indirect,

 * special, incidental, consequential or other damages or any loss of

 * profits, business, revenue goodwill or anticipated savings;

 * liability shall be excluded even if nCipher or anyone else has been

 * advised of the possibility of damage.  In any event, if the

 * exclusion of liability is not effective, the liability of nCipher

 * or any author or distributor shall be limited to the lesser of the

 * price paid and 1,000 pounds sterling. This licence only fails to

 * exclude or limit liability for death or personal injury arising out

 * of negligence, and only to the extent that such an exclusion or

 * limitation is not effective.

 *

 * NCIPHER AND THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ALL

 * AND ANY WARRANTIES (WHETHER EXPRESS OR IMPLIED), including, but not

 * limited to, any implied warranties of merchantability, fitness for

 * a particular purpose, satisfactory quality, and/or non-infringement

 * of any third party rights.

 *

 * US Government use: This software and documentation is Commercial

 * Computer Software and Computer Software Documentation, as defined in

 * sub-paragraphs (a)(1) and (a)(5) of DFAR 252.227-7014, "Rights in

 * Noncommercial Computer Software and Noncommercial Computer Software

 * Documentation."  Use, duplication or disclosure by the Government is

 * subject to the terms and conditions specified here.

 *

 * By using or distributing this file you will be accepting these

 * terms and conditions, including the limitation of liability and

 * lack of warranty.  If you do not wish to accept these terms and

 * conditions, DO NOT USE THE FILE.

 *

 *

 * The actual dynamically loadable plugin, and the library files for

 * static linking, which are also provided in some distributions, are

 * not covered by the licence described above.  You should have

 * received a separate licence with terms and conditions for these

 * library files; if you received the library files without a licence,

 * please contact nCipher.



openssl-OpenSSL_1_0_2x/crypto/camellia/camellia.c



openssl-OpenSSL_1_0_2x/crypto/camellia/cmll_locl.h



Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation)



Intellectual Property information for Camellia:

 *     http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html



> Patent Disclaimer for OpenSSL



openssl-OpenSSL_1_0_2x/apps/s_client.c



openssl-OpenSSL_1_0_2x/apps/s_server.c



openssl-OpenSSL_1_0_2x/ssl/s3_clnt.c



openssl-OpenSSL_1_0_2x/ssl/s3_enc.c



openssl-OpenSSL_1_0_2x/ssl/s3_lib.c



openssl-OpenSSL_1_0_2x/ssl/s3_srvr.c



openssl-OpenSSL_1_0_2x/ssl/ssl_asn1.c



openssl-OpenSSL_1_0_2x/ssl/ssl_ciph.c



openssl-OpenSSL_1_0_2x/ssl/ssl.h



openssl-OpenSSL_1_0_2x/ssl/ssl_lib.c



openssl-OpenSSL_1_0_2x/ssl/ssl_locl.h



openssl-OpenSSL_1_0_2x/ssl/ssl_sess.c



openssl-OpenSSL_1_0_2x/ssl/ssl_stat.c



openssl-OpenSSL_1_0_2x/ssl/ssltest.c



openssl-OpenSSL_1_0_2x/ssl/ssl_txt.c



openssl-OpenSSL_1_0_2x/ssl/t1_enc.c



openssl-OpenSSL_1_0_2x/ssl/tls1.h



Copyright 2005 Nokia.



The portions of the attached software ("Contribution") is developed by

 * Nokia Corporation and is licensed pursuant to the OpenSSL open source

 * license.

 *

 * The Contribution, originally written by Mika Kousa and Pasi Eronen of

 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites

 * support (see RFC 4279) to OpenSSL.

 *

 * No patent licenses or other rights except those expressly stated in

 * the OpenSSL open source license shall be deemed granted or received

 * expressly, by implication, estoppel, or otherwise.

 *

 * No assurances are provided by Nokia that the Contribution does not

 * infringe the patent or other intellectual property rights of any third

 * party or that the license provides you with all the necessary rights

 * to make use of the Contribution.

 *

 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN

 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA

 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY

 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR

 * OTHERWISE.



openssl-OpenSSL_1_0_2x/doc/ssl/SSL_CTX_set_psk_client_callback.pod



openssl-OpenSSL_1_0_2x/doc/ssl/SSL_CTX_use_psk_identity_hint.pod



openssl-OpenSSL_1_0_2x/doc/ssl/SSL_get_psk_identity.pod



Copyright 2005 Nokia.



The portions of the attached software ("Contribution") is developed by

Nokia Corporation and is licensed pursuant to the OpenSSL open source

license.



The Contribution, originally written by Mika Kousa and Pasi Eronen of

Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites

support (see RFC 4279) to OpenSSL.



No patent licenses or other rights except those expressly stated in

the OpenSSL open source license shall be deemed granted or received

expressly, by implication, estoppel, or otherwise.



No assurances are provided by Nokia that the Contribution does not

infringe the patent or other intellectual property rights of any third

party or that the license provides you with all the necessary rights

to make use of the Contribution.



THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN

ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA

SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY

OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR

OTHERWISE.



> Robert Hubley License



openssl-OpenSSL_1_0_2x/engines/vendor_defns/sureware.h



Copyright@2001 Baltimore Technologies Ltd.



AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL [BALTIMORE] [TECHNOLOGIES] BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.



> Sun RPC License



openssl-OpenSSL_1_0_2x/crypto/des/rpc_des.h



Copyright (c) 1986 by Sun Microsystems, Inc.



Sun RPC is a product of Sun Microsystems, Inc. and is provided for

 * unrestricted use provided that this legend is included on all tape

 * media and as a part of the software program in whole or part.  Users

 * may copy or modify Sun RPC without charge, but are not authorized

 * to license or distribute it to anyone else except as part of a product or

 * program developed by the user.

 *

 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE

 * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.

 *

 * Sun RPC is provided with no support and without any obligation on the

 * part of Sun Microsystems, Inc. to assist in its use, correction,

 * modification or enhancement.

 *

 * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE

 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC

 * OR ANY PART THEREOF.

 *

 * In no event will Sun Microsystems, Inc. be liable for any lost revenue

 * or profits or other special, indirect and consequential damages, even if

 * Sun has been advised of the possibility of such damages.

 *

 * Sun Microsystems, Inc.

 * 2550 Garcia Avenue

 * Mountain View, California  94043



>>> cares-1.14.0



c-ares license



Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS

file.



Copyright 1998 by the Massachusetts Institute of Technology.



Permission to use, copy, modify, and distribute this software and its

documentation for any purpose and without fee is hereby granted, provided that

the above copyright notice appear in all copies and that both that copyright

notice and this permission notice appear in supporting documentation, and that

the name of M.I.T. not be used in advertising or publicity pertaining to

distribution of the software without specific, written prior permission.

M.I.T. makes no representations about the suitability of this software for any

purpose.  It is provided "as is" without express or implied warranty.



ADDITIONAL LICENSE INFORMATION:



> BSD-3



c-ares-cares-1_14_0.tar.gz\c-ares-cares-1_14_0.tar\c-ares-cares-1_14_0\ares_getopt.h



Copyright (c) 1987-2001 The Regents of the University of California.

  All rights reserved.

 

  Redistribution and use in source and binary forms, with or without

  modification, are permitted provided that the following conditions are met:

 

  A. Redistributions of source code must retain the above copyright notice,

     this list of conditions and the following disclaimer.

  B. Redistributions in binary form must reproduce the above copyright notice,

     this list of conditions and the following disclaimer in the documentation

     and/or other materials provided with the distribution.

  C. Neither the names of the copyright holders nor the names of its

     contributors may be used to endorse or promote products derived from this

     software without specific prior written permission.

 

  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS

  IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,

  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE

  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR

  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF

  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS

  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN

  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE

  POSSIBILITY OF SUCH DAMAGE.



> LGPL2.1



c-ares-cares-1_14_0.tar.gz\c-ares-cares-1_14_0.tar\c-ares-cares-1_14_0\m4\ax_code_coverage.m4



LICENSE



Copyright (c) 2012 Philip Withnall

Copyright (c) 2012 Xan Lopez

Copyright (c) 2012 Christian Persch

Copyright (c) 2012 Paolo Borelli

Copyright (c) 2012 Dan Winship

Copyright (c) 2015 Bastien ROUCARIES



This library is free software; you can redistribute it and/or modify it

under the terms of the GNU Lesser General Public License as published by

the Free Software Foundation; either version 2.1 of the License, or (at

your option) any later version.



This library is distributed in the hope that it will be useful, but

WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser

General Public License for more details.



You should have received a copy of the GNU Lesser General Public License

along with this program. If not, see <http://www.gnu.org/licenses/>.



> MIT



c-ares-cares-1_14_0.tar.gz\c-ares-cares-1_14_0.tar\c-ares-cares-1_14_0\bitncmp.h



Copyright (C) 2005, 2013 by Dominick Meglio



 Permission to use, copy, modify, and distribute this

 software and its documentation for any purpose and without

 fee is hereby granted, provided that the above copyright

 notice appear in all copies and that both that copyright

 notice and this permission notice appear in supporting

 documentation, and that the name of M.I.T. not be used in

 advertising or publicity pertaining to distribution of the

 software without specific, written prior permission.

 M.I.T. makes no representations about the suitability of

 this software for any purpose.  It is provided "as is"

 without express or implied warranty.



c-ares-cares-1_14_0.tar.gz\c-ares-cares-1_14_0.tar\c-ares-cares-1_14_0\m4\ax_cxx_compile_stdcxx_11.m4



LICENSE



   Copyright (c) 2008 Benjamin Kosnik <bkoz@redhat.com>

   Copyright (c) 2012 Zack Weinberg <zackw@panix.com>

   Copyright (c) 2013 Roy Stogner <roystgnr@ices.utexas.edu>

   Copyright (c) 2014, 2015 Google Inc.; contributed by Alexey Sokolov <sokolov@google.com>



   Copying and distribution of this file, with or without modification, are

   permitted in any medium without royalty provided the copyright notice

   and this notice are preserved. This file is offered as-is, without any

   warranty.



> PublicDomain



c-ares-cares-1_14_0.tar.gz\c-ares-cares-1_14_0.tar\c-ares-cares-1_14_0\mkinstalldirs



’’ Original author: Noah Friedman <friedman@prep.ai.mit.edu>

Created: 1993-05-16

Public domain.



This file is maintained in Automake, please report

bugs to <bug-automake@gnu.org> or send patches to

automake-patches@gnu.org



>>> curl-7.72.0



Found in: curl-curl-7_72_0/docs/examples/crawler.c



Copyright (c) 2018 - 2020 Jeroen Ooms <jeroenooms@gmail.com>



License: MIT



ADDITIONAL LICENSE INFORMATION:



> BSD-3



curl-curl-7_72_0/lib/security.c



Copyright (c) 2001 - 2019, Daniel Stenberg, <daniel@haxx.se>



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 *

 * 3. Neither the name of the Institute nor the names of its contributors

 *    may be used to endorse or promote products derived from this software

 *    without specific prior written permission.

 *

 * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.  */



curl-curl-7_72_0/docs/examples/fopen.c



Copyright (c) 2003 - 2019 Simtec Electronics



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. The name of the author may not be used to endorse or promote products

 *    derived from this software without specific prior written permission.

 *

 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR

 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.

 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,

 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF

 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



curl-curl-7_72_0/lib/krb5.c



Copyright (c) 2004 - 2019 Daniel Stenberg



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 *

 * 3. Neither the name of the Institute nor the names of its contributors

 *    may be used to endorse or promote products derived from this software

 *    without specific prior written permission.

 *

 * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.  */



curl-curl-7_72_0/docs/examples/rtsp.c



Copyright (c) 2011 - 2020, Jim Hollinger



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *   * Redistributions of source code must retain the above copyright

 *     notice, this list of conditions and the following disclaimer.

 *   * Redistributions in binary form must reproduce the above copyright

 *     notice, this list of conditions and the following disclaimer in the

 *     documentation and/or other materials provided with the distribution.

 *   * Neither the name of [Jim] [Hollinger] nor the names of its contributors

 *     may be used to endorse or promote products derived from this

 *     software without specific prior written permission.

 *

 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



> OpenSSL



curl-curl-7_72_0/docs/examples/curlx.c



Copyright (c) 2003 - 2020 The OpenEvidence Project.



This product includes cryptographic software written by Eric Young

 *    (eay@cryptsoft.com).  This product includes software written by Tim

 *    Hudson (tjh@cryptsoft.com)."



> BSD-Original-UC



curl-curl-7_72_0/tests/server/tftpd.c



Copyright (c) 1983, Regents of the University of California.



Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *      This product includes software developed by the University of

 *      California, Berkeley and its contributors.

 * 4. Neither the name of the University nor the names of its contributors

 *    may be used to endorse or promote products derived from this software

 *    without specific prior written permission.

 *

 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.



> cURL License



curl-curl-7_72_0/COPYING



Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel@haxx.se>



COPYRIGHT AND PERMISSION NOTICE



[Copyright] ([c]) [1996] - [2020], [Daniel] [Stenberg], <[daniel]@[haxx].[se]>, [and] [many]

[contributors], [see] [the] [THANKS] [file].



[All] [rights] [reserved].



Permission to use, copy, modify, and distribute this software for any purpose

with or without fee is hereby granted, provided that the above copyright

notice and this permission notice appear in all copies.



THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN

NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,

DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR

OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE

OR OTHER DEALINGS IN THE SOFTWARE.



Except as contained in this notice, the name of a copyright holder shall not

be used in advertising or otherwise to promote the sale, use or other dealings

in this Software without prior written authorization of the copyright holder.



curl-curl-7_72_0/lib/splay.c



curl-curl-7_72_0/lib/splay.h



Copyright (c) 1997 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/lib533.c



curl-curl-7_72_0/tests/libtest/lib575.c



Copyright (c) 1998 - 2011, 2017, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/lib658.c



Copyright (c) 1998 - 2011, 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/lib564.c



Copyright (c) 1998 - 2013, 2017, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_ISSUERCERT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PORT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3



Copyright (c) 1998 - 2014, 2017, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3



Copyright (c) 1998 - 2015, 2017, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/lib1513.c



Copyright (c) 1998 - 2015, 2017, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/examples/ftpgetresp.c



curl-curl-7_72_0/docs/examples/imap-fetch.c



curl-curl-7_72_0/docs/examples/imap-ssl.c



curl-curl-7_72_0/docs/examples/imap-tls.c



curl-curl-7_72_0/docs/examples/pop3-tls.c



curl-curl-7_72_0/lib/curl_gethostname.c



curl-curl-7_72_0/lib/curl_sec.h



curl-curl-7_72_0/lib/nwos.c



curl-curl-7_72_0/lib/strdup.h



curl-curl-7_72_0/src/tool_getpass.h



curl-curl-7_72_0/tests/libtest/chkhostname.c



curl-curl-7_72_0/tests/libtest/lib1500.c



curl-curl-7_72_0/tests/libtest/lib1511.c



curl-curl-7_72_0/tests/libtest/lib1528.c



curl-curl-7_72_0/tests/libtest/lib1530.c



curl-curl-7_72_0/tests/libtest/lib1532.c



curl-curl-7_72_0/tests/libtest/lib1534.c



curl-curl-7_72_0/tests/libtest/lib511.c



curl-curl-7_72_0/tests/libtest/lib520.c



curl-curl-7_72_0/tests/libtest/lib539.c



curl-curl-7_72_0/tests/libtest/lib542.c



curl-curl-7_72_0/tests/libtest/lib562.c



curl-curl-7_72_0/tests/unit/unit1602.c



Copyright (c) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/curl_easy_pause.3



curl-curl-7_72_0/docs/libcurl/curl_easy_recv.3



curl-curl-7_72_0/docs/libcurl/curl_easy_send.3



curl-curl-7_72_0/docs/libcurl/curl_global_cleanup.3



curl-curl-7_72_0/docs/libcurl/curl_mprintf.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_APPEND.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PIPEWAIT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TIMECONDITION.3



curl-curl-7_72_0/tests/testcurl.1



Copyright (c) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/docs/examples/certinfo.c



curl-curl-7_72_0/docs/examples/ftpuploadfrommem.c



curl-curl-7_72_0/docs/examples/ftpuploadresume.c



curl-curl-7_72_0/docs/examples/httpput.c



curl-curl-7_72_0/docs/examples/imap-copy.c



curl-curl-7_72_0/docs/examples/imap-create.c



curl-curl-7_72_0/docs/examples/imap-delete.c



curl-curl-7_72_0/docs/examples/imap-examine.c



curl-curl-7_72_0/docs/examples/imap-multi.c



curl-curl-7_72_0/docs/examples/imap-search.c



curl-curl-7_72_0/docs/examples/opensslthreadlock.c



curl-curl-7_72_0/docs/examples/pop3-multi.c



curl-curl-7_72_0/docs/examples/pop3-top.c



curl-curl-7_72_0/docs/examples/post-callback.c



curl-curl-7_72_0/docs/examples/simplessl.c



curl-curl-7_72_0/docs/examples/smtp-mail.c



curl-curl-7_72_0/docs/examples/smtp-multi.c



curl-curl-7_72_0/lib/non-ascii.h



curl-curl-7_72_0/lib/speedcheck.c



curl-curl-7_72_0/lib/speedcheck.h



curl-curl-7_72_0/lib/vtls/gtls.h



curl-curl-7_72_0/lib/vtls/mesalink.h



curl-curl-7_72_0/lib/vtls/nssg.h



curl-curl-7_72_0/lib/vtls/openssl.h



curl-curl-7_72_0/src/tool_easysrc.h



curl-curl-7_72_0/tests/libtest/lib1501.c



curl-curl-7_72_0/tests/libtest/lib1517.c



curl-curl-7_72_0/tests/libtest/lib1538.c



curl-curl-7_72_0/tests/libtest/lib1550.c



curl-curl-7_72_0/tests/libtest/lib1551.c



curl-curl-7_72_0/tests/libtest/lib1552.c



curl-curl-7_72_0/tests/libtest/lib1553.c



curl-curl-7_72_0/tests/libtest/lib505.c



curl-curl-7_72_0/tests/libtest/lib507.c



curl-curl-7_72_0/tests/libtest/lib508.c



curl-curl-7_72_0/tests/libtest/lib510.c



curl-curl-7_72_0/tests/libtest/lib513.c



curl-curl-7_72_0/tests/libtest/lib514.c



curl-curl-7_72_0/tests/libtest/lib515.c



curl-curl-7_72_0/tests/libtest/lib516.c



curl-curl-7_72_0/tests/libtest/lib525.c



curl-curl-7_72_0/tests/libtest/lib526.c



curl-curl-7_72_0/tests/libtest/lib554.c



curl-curl-7_72_0/tests/libtest/lib574.c



curl-curl-7_72_0/tests/libtest/lib578.c



curl-curl-7_72_0/tests/libtest/lib589.c



curl-curl-7_72_0/tests/libtest/lib599.c



curl-curl-7_72_0/tests/libtest/lib653.c



curl-curl-7_72_0/tests/unit/unit1301.c



curl-curl-7_72_0/tests/unit/unit1308.c



curl-curl-7_72_0/tests/unit/unit1323.c



curl-curl-7_72_0/tests/unit/unit1396.c



curl-curl-7_72_0/tests/unit/unit1606.c



Copyright (c) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/curl_formget.3



curl-curl-7_72_0/docs/libcurl/curl_mime_addpart.3



curl-curl-7_72_0/docs/libcurl/curl_mime_headers.3



curl-curl-7_72_0/docs/libcurl/curl_mime_init.3



curl-curl-7_72_0/docs/libcurl/curl_mime_subparts.3



curl-curl-7_72_0/docs/libcurl/curl_multi_fdset.3



curl-curl-7_72_0/docs/libcurl/curl_strequal.3



curl-curl-7_72_0/docs/libcurl/libcurl-share.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_LASTSOCKET.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_LOCAL_IP.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_PRIVATE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_TLS_SESSION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_PUSHDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_TIMERDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_AUTOREFERER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_COOKIEJAR.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_COOKIESESSION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CRLF.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_EGDSOCKET.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FILETIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTPPORT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_RESPONSE_TIMEOUT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HEADERDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTPPOST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_IOCTLDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_IPRESOLVE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_KEYPASSWD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_KRBLEVEL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAIL_FROM.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MIMEPOST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_NETRC_FILE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_NOPROGRESS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXYAUTH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXYHEADER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXYPORT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXYTYPE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SASL_IR.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SHARE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSLENGINE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSLKEY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_USERNAME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_USERPWD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_XFERINFODATA.3



Copyright (c) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/opts/Makefile.am



curl-curl-7_72_0/tests/memanalyze.pl



Copyright (c) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/docs/examples/cookie_interface.c



curl-curl-7_72_0/docs/examples/debug.c



curl-curl-7_72_0/docs/examples/getinfo.c



curl-curl-7_72_0/docs/examples/getinmemory.c



curl-curl-7_72_0/docs/examples/getredirect.c



curl-curl-7_72_0/docs/examples/http2-pushinmemory.c



curl-curl-7_72_0/docs/examples/multi-debugcallback.c



curl-curl-7_72_0/docs/examples/multi-double.c



curl-curl-7_72_0/docs/examples/multi-formadd.c



curl-curl-7_72_0/docs/examples/multi-post.c



curl-curl-7_72_0/docs/examples/multi-single.c



curl-curl-7_72_0/docs/examples/parseurl.c



curl-curl-7_72_0/docs/examples/persistent.c



curl-curl-7_72_0/docs/examples/progressfunc.c



curl-curl-7_72_0/docs/examples/sepheaders.c



curl-curl-7_72_0/docs/examples/simple.c



curl-curl-7_72_0/docs/examples/simplepost.c



curl-curl-7_72_0/docs/examples/urlapi.c



curl-curl-7_72_0/docs/examples/xmlstream.c



curl-curl-7_72_0/lib/arpa_telnet.h



curl-curl-7_72_0/lib/curl_ctype.c



curl-curl-7_72_0/lib/curl_ctype.h



curl-curl-7_72_0/lib/curl_memrchr.c



curl-curl-7_72_0/lib/curl_path.h



curl-curl-7_72_0/lib/curl_printf.h



curl-curl-7_72_0/lib/curl_range.c



curl-curl-7_72_0/lib/curl_range.h



curl-curl-7_72_0/lib/hash.c



curl-curl-7_72_0/lib/libcurl.rc



curl-curl-7_72_0/lib/progress.h



curl-curl-7_72_0/lib/psl.c



curl-curl-7_72_0/lib/psl.h



curl-curl-7_72_0/lib/sendf.h



curl-curl-7_72_0/lib/share.h



curl-curl-7_72_0/lib/strtoofft.h



curl-curl-7_72_0/lib/vauth/ntlm.h



curl-curl-7_72_0/src/curl.rc



curl-curl-7_72_0/src/tool_cb_prg.h



curl-curl-7_72_0/src/tool_filetime.h



curl-curl-7_72_0/tests/libtest/chkdecimalpoint.c



curl-curl-7_72_0/tests/libtest/lib1502.c



curl-curl-7_72_0/tests/libtest/lib1518.c



curl-curl-7_72_0/tests/libtest/lib1529.c



curl-curl-7_72_0/tests/libtest/lib1556.c



curl-curl-7_72_0/tests/libtest/lib517.c



curl-curl-7_72_0/tests/libtest/lib518.c



curl-curl-7_72_0/tests/libtest/lib530.c



curl-curl-7_72_0/tests/libtest/lib537.c



curl-curl-7_72_0/tests/libtest/lib540.c



curl-curl-7_72_0/tests/libtest/lib544.c



curl-curl-7_72_0/tests/libtest/lib552.c



curl-curl-7_72_0/tests/libtest/lib555.c



curl-curl-7_72_0/tests/libtest/lib650.c



curl-curl-7_72_0/tests/libtest/lib655.c



curl-curl-7_72_0/tests/libtest/libauthretry.c



curl-curl-7_72_0/tests/libtest/testtrace.c



curl-curl-7_72_0/tests/unit/unit1397.c



curl-curl-7_72_0/tests/unit/unit1652.c



Copyright (c) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/curl_easy_cleanup.3



curl-curl-7_72_0/docs/libcurl/curl_easy_upkeep.3



curl-curl-7_72_0/docs/libcurl/curl_formfree.3



curl-curl-7_72_0/docs/libcurl/curl_free.3



curl-curl-7_72_0/docs/libcurl/curl_getdate.3



curl-curl-7_72_0/docs/libcurl/curl_mime_data_cb.3



curl-curl-7_72_0/docs/libcurl/curl_mime_free.3



curl-curl-7_72_0/docs/libcurl/curl_multi_add_handle.3



curl-curl-7_72_0/docs/libcurl/curl_multi_cleanup.3



curl-curl-7_72_0/docs/libcurl/curl_multi_socket.3



curl-curl-7_72_0/docs/libcurl/curl_share_cleanup.3



curl-curl-7_72_0/docs/libcurl/curl_slist_free_all.3



curl-curl-7_72_0/docs/libcurl/curl_url_cleanup.3



curl-curl-7_72_0/docs/libcurl/curl_url_dup.3



curl-curl-7_72_0/docs/libcurl/libcurl-url.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_FILETIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_FILETIME_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_PROTOCOL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HEADER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTPAUTH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTPGET.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_INTERFACE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_NOPROXY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TIMEVALUE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3



Copyright (c) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/Makefile.dist



curl-curl-7_72_0/maketgz



Copyright (c) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSLVERSION.3



Copyright (c) 1998 - 2019, 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/buildconf.bat



Copyright (c) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

[rem] * you should have received as part of this distribution. The terms

[rem] * are also available at [https]://curl.haxx.se/docs/copyright.html.

[rem] *

[rem] * You may opt to use, copy, modify, merge, publish, distribute and/or sell

[rem] * copies of the Software, and permit persons to whom the Software is

[rem] * furnished to do so, under the terms of the COPYING file.

[rem] *

[rem] * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

[rem] * KIND, either express or implied.



curl-curl-7_72_0/CMake/CurlTests.c



curl-curl-7_72_0/docs/examples/10-at-a-time.c



curl-curl-7_72_0/docs/examples/altsvc.c



curl-curl-7_72_0/docs/examples/cacertinmem.c



curl-curl-7_72_0/docs/examples/chkspeed.c



curl-curl-7_72_0/docs/examples/evhiperfifo.c



curl-curl-7_72_0/docs/examples/externalsocket.c



curl-curl-7_72_0/docs/examples/fileupload.c



curl-curl-7_72_0/docs/examples/ftpget.c



curl-curl-7_72_0/docs/examples/ftpgetinfo.c



curl-curl-7_72_0/docs/examples/ftpsget.c



curl-curl-7_72_0/docs/examples/ftpupload.c



curl-curl-7_72_0/docs/examples/ftp-wildcard.c



curl-curl-7_72_0/docs/examples/ghiper.c



curl-curl-7_72_0/docs/examples/hiperfifo.c



curl-curl-7_72_0/docs/examples/htmltidy.c



curl-curl-7_72_0/docs/examples/htmltitle.cpp



curl-curl-7_72_0/docs/examples/http2-serverpush.c



curl-curl-7_72_0/docs/examples/http3.c



curl-curl-7_72_0/docs/examples/http3-present.c



curl-curl-7_72_0/docs/examples/httpcustomheader.c



curl-curl-7_72_0/docs/examples/http-post.c



curl-curl-7_72_0/docs/examples/https.c



curl-curl-7_72_0/docs/examples/imap-append.c



curl-curl-7_72_0/docs/examples/imap-authzid.c



curl-curl-7_72_0/docs/examples/imap-list.c



curl-curl-7_72_0/docs/examples/imap-lsub.c



curl-curl-7_72_0/docs/examples/imap-noop.c



curl-curl-7_72_0/docs/examples/imap-store.c



curl-curl-7_72_0/docs/examples/multi-app.c



curl-curl-7_72_0/docs/examples/multi-poll.c



curl-curl-7_72_0/docs/examples/pop3-authzid.c



curl-curl-7_72_0/docs/examples/pop3-dele.c



curl-curl-7_72_0/docs/examples/pop3-list.c



curl-curl-7_72_0/docs/examples/pop3-noop.c



curl-curl-7_72_0/docs/examples/pop3-retr.c



curl-curl-7_72_0/docs/examples/pop3-ssl.c



curl-curl-7_72_0/docs/examples/pop3-stat.c



curl-curl-7_72_0/docs/examples/pop3-uidl.c



curl-curl-7_72_0/docs/examples/postinmemory.c



curl-curl-7_72_0/docs/examples/postit2.c



curl-curl-7_72_0/docs/examples/postit2-formadd.c



curl-curl-7_72_0/docs/examples/resolve.c



curl-curl-7_72_0/docs/examples/sampleconv.c



curl-curl-7_72_0/docs/examples/sendrecv.c



curl-curl-7_72_0/docs/examples/sftpget.c



curl-curl-7_72_0/docs/examples/sftpuploadresume.c



curl-curl-7_72_0/docs/examples/shared-connection-cache.c



curl-curl-7_72_0/docs/examples/smooth-gtk-thread.c



curl-curl-7_72_0/docs/examples/smtp-authzid.c



curl-curl-7_72_0/docs/examples/smtp-expn.c



curl-curl-7_72_0/docs/examples/smtp-mime.c



curl-curl-7_72_0/docs/examples/smtp-ssl.c



curl-curl-7_72_0/docs/examples/smtp-tls.c



curl-curl-7_72_0/docs/examples/smtp-vrfy.c



curl-curl-7_72_0/docs/examples/sslbackend.c



curl-curl-7_72_0/docs/examples/synctime.c



curl-curl-7_72_0/docs/examples/threaded-shared-conn.c



curl-curl-7_72_0/docs/examples/threaded-ssl.c



curl-curl-7_72_0/docs/examples/url2file.c



curl-curl-7_72_0/include/curl/mprintf.h



curl-curl-7_72_0/include/curl/stdcheaders.h



curl-curl-7_72_0/include/curl/system.h



curl-curl-7_72_0/lib/amigaos.c



curl-curl-7_72_0/lib/amigaos.h



curl-curl-7_72_0/lib/base64.c



curl-curl-7_72_0/lib/config-amigaos.h



curl-curl-7_72_0/lib/config-mac.h



curl-curl-7_72_0/lib/config-win32ce.h



curl-curl-7_72_0/lib/cookie.h



curl-curl-7_72_0/lib/curl_base64.h



curl-curl-7_72_0/lib/curl_endian.c



curl-curl-7_72_0/lib/curl_endian.h



curl-curl-7_72_0/lib/curl_fnmatch.c



curl-curl-7_72_0/lib/curl_fnmatch.h



curl-curl-7_72_0/lib/curl_gethostname.h



curl-curl-7_72_0/lib/curl_get_line.c



curl-curl-7_72_0/lib/curl_get_line.h



curl-curl-7_72_0/lib/curl_ldap.h



curl-curl-7_72_0/lib/curl_memory.h



curl-curl-7_72_0/lib/curl_memrchr.h



curl-curl-7_72_0/lib/curl_ntlm_wb.h



curl-curl-7_72_0/lib/curl_sspi.h



curl-curl-7_72_0/lib/curl_threads.h



curl-curl-7_72_0/lib/dict.h



curl-curl-7_72_0/lib/dotdot.h



curl-curl-7_72_0/lib/file.h



curl-curl-7_72_0/lib/ftplistparser.c



curl-curl-7_72_0/lib/ftplistparser.h



curl-curl-7_72_0/lib/getinfo.h



curl-curl-7_72_0/lib/gopher.h



curl-curl-7_72_0/lib/hash.h



curl-curl-7_72_0/lib/hostcheck.c



curl-curl-7_72_0/lib/hostcheck.h



curl-curl-7_72_0/lib/hostsyn.c



curl-curl-7_72_0/lib/http_chunks.h



curl-curl-7_72_0/lib/if2ip.h



curl-curl-7_72_0/lib/inet_ntop.h



curl-curl-7_72_0/lib/inet_pton.h



curl-curl-7_72_0/lib/netrc.c



curl-curl-7_72_0/lib/netrc.h



curl-curl-7_72_0/lib/non-ascii.c



curl-curl-7_72_0/lib/nonblock.c



curl-curl-7_72_0/lib/nonblock.h



curl-curl-7_72_0/lib/parsedate.h



curl-curl-7_72_0/lib/rand.c



curl-curl-7_72_0/lib/rand.h



curl-curl-7_72_0/lib/rtsp.h



curl-curl-7_72_0/lib/sigpipe.h



curl-curl-7_72_0/lib/slist.c



curl-curl-7_72_0/lib/slist.h



curl-curl-7_72_0/lib/sockaddr.h



curl-curl-7_72_0/lib/strtok.h



curl-curl-7_72_0/lib/strtoofft.c



curl-curl-7_72_0/lib/telnet.h



curl-curl-7_72_0/lib/tftp.h



curl-curl-7_72_0/lib/timeval.h



curl-curl-7_72_0/lib/transfer.h



curl-curl-7_72_0/lib/urlapi-int.h



curl-curl-7_72_0/lib/vauth/digest.h



curl-curl-7_72_0/lib/vauth/oauth2.c



curl-curl-7_72_0/lib/vauth/spnego_gssapi.c



curl-curl-7_72_0/lib/vquic/quiche.h



curl-curl-7_72_0/lib/vtls/gskit.h



curl-curl-7_72_0/lib/vtls/wolfssl.h



curl-curl-7_72_0/lib/warnless.c



curl-curl-7_72_0/lib/wildcard.c



curl-curl-7_72_0/packages/OS400/ccsidcurl.h



curl-curl-7_72_0/packages/OS400/os400sys.c



curl-curl-7_72_0/src/slist_wc.c



curl-curl-7_72_0/src/slist_wc.h



curl-curl-7_72_0/src/tool_binmode.c



curl-curl-7_72_0/src/tool_binmode.h



curl-curl-7_72_0/src/tool_bname.c



curl-curl-7_72_0/src/tool_bname.h



curl-curl-7_72_0/src/tool_cb_dbg.h



curl-curl-7_72_0/src/tool_cb_hdr.h



curl-curl-7_72_0/src/tool_cb_rea.h



curl-curl-7_72_0/src/tool_convert.c



curl-curl-7_72_0/src/tool_convert.h



curl-curl-7_72_0/src/tool_dirhie.h



curl-curl-7_72_0/src/tool_easysrc.c



curl-curl-7_72_0/src/tool_getparam.h



curl-curl-7_72_0/src/tool_helpers.c



curl-curl-7_72_0/src/tool_helpers.h



curl-curl-7_72_0/src/tool_help.h



curl-curl-7_72_0/src/tool_homedir.h



curl-curl-7_72_0/src/tool_hugehelp.h



curl-curl-7_72_0/src/tool_libinfo.c



curl-curl-7_72_0/src/tool_libinfo.h



curl-curl-7_72_0/src/tool_main.h



curl-curl-7_72_0/src/tool_msgs.c



curl-curl-7_72_0/src/tool_msgs.h



curl-curl-7_72_0/src/tool_operhlp.h



curl-curl-7_72_0/src/tool_panykey.c



curl-curl-7_72_0/src/tool_panykey.h



curl-curl-7_72_0/src/tool_paramhlp.h



curl-curl-7_72_0/src/tool_parsecfg.h



curl-curl-7_72_0/src/tool_progress.h



curl-curl-7_72_0/src/tool_setup.h



curl-curl-7_72_0/src/tool_sleep.h



curl-curl-7_72_0/src/tool_strdup.h



curl-curl-7_72_0/src/tool_util.h



curl-curl-7_72_0/src/tool_version.h



curl-curl-7_72_0/src/tool_vms.h



curl-curl-7_72_0/src/tool_xattr.c



curl-curl-7_72_0/src/tool_xattr.h



curl-curl-7_72_0/tests/libtest/first.c



curl-curl-7_72_0/tests/libtest/lib1522.c



curl-curl-7_72_0/tests/libtest/lib1523.c



curl-curl-7_72_0/tests/libtest/lib1537.c



curl-curl-7_72_0/tests/libtest/lib1555.c



curl-curl-7_72_0/tests/libtest/lib1557.c



curl-curl-7_72_0/tests/libtest/lib1558.c



curl-curl-7_72_0/tests/libtest/lib1559.c



curl-curl-7_72_0/tests/libtest/lib1565.c



curl-curl-7_72_0/tests/libtest/lib1591.c



curl-curl-7_72_0/tests/libtest/lib1592.c



curl-curl-7_72_0/tests/libtest/lib1593.c



curl-curl-7_72_0/tests/libtest/lib1594.c



curl-curl-7_72_0/tests/libtest/lib506.c



curl-curl-7_72_0/tests/libtest/lib541.c



curl-curl-7_72_0/tests/libtest/lib556.c



curl-curl-7_72_0/tests/libtest/lib569.c



curl-curl-7_72_0/tests/libtest/lib571.c



curl-curl-7_72_0/tests/libtest/lib597.c



curl-curl-7_72_0/tests/libtest/lib659.c



curl-curl-7_72_0/tests/libtest/lib661.c



curl-curl-7_72_0/tests/server/disabled.c



curl-curl-7_72_0/tests/unit/unit1303.c



curl-curl-7_72_0/tests/unit/unit1304.c



curl-curl-7_72_0/tests/unit/unit1307.c



curl-curl-7_72_0/tests/unit/unit1398.c



curl-curl-7_72_0/tests/unit/unit1399.c



curl-curl-7_72_0/tests/unit/unit1607.c



curl-curl-7_72_0/tests/unit/unit1609.c



curl-curl-7_72_0/tests/unit/unit1621.c



curl-curl-7_72_0/tests/unit/unit1653.c



Copyright (c) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/curl_easy_duphandle.3



curl-curl-7_72_0/docs/libcurl/curl_global_init_mem.3



curl-curl-7_72_0/docs/libcurl/curl_multi_poll.3



curl-curl-7_72_0/docs/libcurl/curl_multi_remove_handle.3



curl-curl-7_72_0/docs/libcurl/curl_multi_setopt.3



curl-curl-7_72_0/docs/libcurl/curl_multi_socket_action.3



curl-curl-7_72_0/docs/libcurl/curl_multi_wait.3



curl-curl-7_72_0/docs/libcurl/curl_multi_wakeup.3



curl-curl-7_72_0/docs/libcurl/curl_slist_append.3



curl-curl-7_72_0/docs/libcurl/curl_url.3



curl-curl-7_72_0/docs/libcurl/curl_url_get.3



curl-curl-7_72_0/docs/libcurl/libcurl-tutorial.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_PIPELINING.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_ALTSVC.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CAINFO.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CERTINFO.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CURLU.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HEADEROPT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_LOCALPORT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_POST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RANGE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SEEKDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSLCERT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TIMEOUT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TRAILERDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_VERBOSE.3



Copyright (c) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/include/curl/Makefile.am



curl-curl-7_72_0/plan9/include/mkfile



curl-curl-7_72_0/plan9/lib/mkfile



curl-curl-7_72_0/plan9/lib/mkfile.inc



curl-curl-7_72_0/plan9/mkfile



curl-curl-7_72_0/plan9/mkfile.proto



curl-curl-7_72_0/plan9/src/mkfile



curl-curl-7_72_0/plan9/src/mkfile.inc



curl-curl-7_72_0/src/Makefile.am



curl-curl-7_72_0/src/mkhelp.pl



curl-curl-7_72_0/tests/server/Makefile.am



curl-curl-7_72_0/tests/unit/Makefile.am



Copyright (c) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/configure.ac



Copyright (c) 1998 - 2020 Daniel Stenberg, <daniel@haxx.se>



This configure script may be copied, distributed and modified under the

terms of the curl license; see COPYING for more details])



curl-curl-7_72_0/acinclude.m4



curl-curl-7_72_0/appveyor.yml



curl-curl-7_72_0/.azure-pipelines.yml



curl-curl-7_72_0/buildconf



curl-curl-7_72_0/.cirrus.yml



curl-curl-7_72_0/CMake/CMakeConfigurableFile.in



curl-curl-7_72_0/CMake/cmake_uninstall.cmake.in



curl-curl-7_72_0/CMake/curl-config.cmake.in



curl-curl-7_72_0/CMake/CurlSymbolHiding.cmake



curl-curl-7_72_0/CMake/FindBearSSL.cmake



curl-curl-7_72_0/CMake/FindBrotli.cmake



curl-curl-7_72_0/CMake/FindCARES.cmake



curl-curl-7_72_0/CMake/FindGSS.cmake



curl-curl-7_72_0/CMake/FindLibSSH2.cmake



curl-curl-7_72_0/CMake/FindMbedTLS.cmake



curl-curl-7_72_0/CMake/FindNGHTTP2.cmake



curl-curl-7_72_0/CMake/FindNGHTTP3.cmake



curl-curl-7_72_0/CMake/FindNGTCP2.cmake



curl-curl-7_72_0/CMake/FindNSS.cmake



curl-curl-7_72_0/CMake/FindQUICHE.cmake



curl-curl-7_72_0/CMake/FindWolfSSL.cmake



curl-curl-7_72_0/CMake/FindZstd.cmake



curl-curl-7_72_0/CMakeLists.txt



curl-curl-7_72_0/CMake/Macros.cmake



curl-curl-7_72_0/CMake/OtherTests.cmake



curl-curl-7_72_0/CMake/Platforms/WindowsCache.cmake



curl-curl-7_72_0/CMake/Utilities.cmake



curl-curl-7_72_0/configure.ac



curl-curl-7_72_0/docs/CMakeLists.txt



curl-curl-7_72_0/docs/cmdline-opts/CMakeLists.txt



curl-curl-7_72_0/docs/cmdline-opts/gen.pl



curl-curl-7_72_0/docs/cmdline-opts/Makefile.am



curl-curl-7_72_0/docs/cmdline-opts/Makefile.inc



curl-curl-7_72_0/docs/examples/Makefile.am



curl-curl-7_72_0/docs/examples/makefile.dj



curl-curl-7_72_0/docs/examples/Makefile.example



curl-curl-7_72_0/docs/examples/Makefile.inc



curl-curl-7_72_0/docs/examples/Makefile.m32



curl-curl-7_72_0/docs/examples/version-check.pl



curl-curl-7_72_0/docs/libcurl/CMakeLists.txt



curl-curl-7_72_0/docs/libcurl/Makefile.am



curl-curl-7_72_0/docs/libcurl/opts/Makefile.inc



curl-curl-7_72_0/docs/Makefile.am



curl-curl-7_72_0/docs/THANKS-filter



curl-curl-7_72_0/include/Makefile.am



curl-curl-7_72_0/.lgtm.yml



curl-curl-7_72_0/lib/CMakeLists.txt



curl-curl-7_72_0/libcurl.pc.in



curl-curl-7_72_0/lib/Makefile.am



curl-curl-7_72_0/lib/makefile.amiga



curl-curl-7_72_0/lib/Makefile.inc



curl-curl-7_72_0/lib/Makefile.vxworks



curl-curl-7_72_0/m4/curl-compilers.m4



curl-curl-7_72_0/m4/curl-confopts.m4



curl-curl-7_72_0/m4/curl-functions.m4



curl-curl-7_72_0/m4/curl-openssl.m4



curl-curl-7_72_0/m4/curl-override.m4



curl-curl-7_72_0/m4/curl-reentrant.m4



curl-curl-7_72_0/MacOSX-Framework



curl-curl-7_72_0/Makefile.am



curl-curl-7_72_0/packages/Android/Android.mk



curl-curl-7_72_0/packages/DOS/common.dj



curl-curl-7_72_0/packages/Makefile.am



curl-curl-7_72_0/packages/OS400/initscript.sh



curl-curl-7_72_0/packages/OS400/makefile.sh



curl-curl-7_72_0/packages/OS400/make-include.sh



curl-curl-7_72_0/packages/OS400/make-lib.sh



curl-curl-7_72_0/packages/OS400/make-src.sh



curl-curl-7_72_0/packages/OS400/make-tests.sh



curl-curl-7_72_0/packages/TPF/curl.mak



curl-curl-7_72_0/packages/TPF/maketpf.env_curl



curl-curl-7_72_0/packages/TPF/maketpf.env_curllib



curl-curl-7_72_0/packages/vms/Makefile.am



curl-curl-7_72_0/scripts/completion.pl



curl-curl-7_72_0/scripts/copyright.pl



curl-curl-7_72_0/scripts/coverage.sh



curl-curl-7_72_0/scripts/installcheck.sh



curl-curl-7_72_0/scripts/log2changes.pl



curl-curl-7_72_0/scripts/Makefile.am



curl-curl-7_72_0/scripts/travis/before_script.sh



curl-curl-7_72_0/scripts/travis/iconv-env.sh



curl-curl-7_72_0/scripts/travis/script.sh



curl-curl-7_72_0/scripts/updatemanpages.pl



curl-curl-7_72_0/src/CMakeLists.txt



curl-curl-7_72_0/src/makefile.amiga



curl-curl-7_72_0/src/Makefile.inc



curl-curl-7_72_0/tests/certs/Makefile.am



curl-curl-7_72_0/tests/certs/scripts/Makefile.am



curl-curl-7_72_0/tests/CMakeLists.txt



curl-curl-7_72_0/tests/convsrctest.pl



curl-curl-7_72_0/tests/data/CMakeLists.txt



curl-curl-7_72_0/tests/data/Makefile.am



curl-curl-7_72_0/tests/data/Makefile.inc



curl-curl-7_72_0/tests/directories.pm



curl-curl-7_72_0/tests/ftp.pm



curl-curl-7_72_0/tests/ftpserver.pl



curl-curl-7_72_0/tests/fuzz/download_fuzzer.sh



curl-curl-7_72_0/tests/getpart.pm



curl-curl-7_72_0/tests/httpserver.pl



curl-curl-7_72_0/tests/keywords.pl



curl-curl-7_72_0/tests/libtest/CMakeLists.txt



curl-curl-7_72_0/tests/libtest/Makefile.am



curl-curl-7_72_0/tests/libtest/Makefile.inc



curl-curl-7_72_0/tests/libtest/notexists.pl



curl-curl-7_72_0/tests/libtest/test1013.pl



curl-curl-7_72_0/tests/libtest/test1022.pl



curl-curl-7_72_0/tests/libtest/test307.pl



curl-curl-7_72_0/tests/libtest/test610.pl



curl-curl-7_72_0/tests/libtest/test613.pl



curl-curl-7_72_0/tests/Makefile.am



curl-curl-7_72_0/tests/rtspserver.pl



curl-curl-7_72_0/tests/runtests.pl



curl-curl-7_72_0/tests/secureserver.pl



curl-curl-7_72_0/tests/serverhelp.pm



curl-curl-7_72_0/tests/sshhelp.pm



curl-curl-7_72_0/tests/sshserver.pl



curl-curl-7_72_0/tests/testcurl.pl



curl-curl-7_72_0/tests/tftpserver.pl



curl-curl-7_72_0/tests/unit/CMakeLists.txt



curl-curl-7_72_0/tests/unit/Makefile.inc



curl-curl-7_72_0/tests/valgrind.pm



curl-curl-7_72_0/.travis.yml



Copyright (c) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/.dir-locals.el



Copyright (c) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

;;; you should have received as part of this distribution. The terms

;;; are also available at [https]://curl.haxx.se/docs/copyright.html.

;;;

;;; You may opt to use, copy, modify, merge, publish, distribute and/or sell

;;; copies of the Software, and permit persons to whom the Software is

;;; furnished to do so, under the terms of the COPYING file.

;;;

;;; This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

;;; KIND, either express or implied.



curl-curl-7_72_0/docs/cmdline-opts/page-header



curl-curl-7_72_0/docs/curl-config.1



curl-curl-7_72_0/docs/libcurl/curl_easy_escape.3



curl-curl-7_72_0/docs/libcurl/curl_easy_getinfo.3



curl-curl-7_72_0/docs/libcurl/curl_easy_init.3



curl-curl-7_72_0/docs/libcurl/curl_easy_perform.3



curl-curl-7_72_0/docs/libcurl/curl_easy_reset.3



curl-curl-7_72_0/docs/libcurl/curl_easy_setopt.3



curl-curl-7_72_0/docs/libcurl/curl_easy_strerror.3



curl-curl-7_72_0/docs/libcurl/curl_easy_unescape.3



curl-curl-7_72_0/docs/libcurl/curl_escape.3



curl-curl-7_72_0/docs/libcurl/curl_formadd.3



curl-curl-7_72_0/docs/libcurl/curl_getenv.3



curl-curl-7_72_0/docs/libcurl/curl_global_init.3



curl-curl-7_72_0/docs/libcurl/curl_global_sslset.3



curl-curl-7_72_0/docs/libcurl/curl_mime_data.3



curl-curl-7_72_0/docs/libcurl/curl_mime_encoder.3



curl-curl-7_72_0/docs/libcurl/curl_mime_filedata.3



curl-curl-7_72_0/docs/libcurl/curl_mime_filename.3



curl-curl-7_72_0/docs/libcurl/curl_mime_name.3



curl-curl-7_72_0/docs/libcurl/curl_mime_type.3



curl-curl-7_72_0/docs/libcurl/curl_multi_assign.3



curl-curl-7_72_0/docs/libcurl/curl_multi_info_read.3



curl-curl-7_72_0/docs/libcurl/curl_multi_init.3



curl-curl-7_72_0/docs/libcurl/curl_multi_perform.3



curl-curl-7_72_0/docs/libcurl/curl_multi_strerror.3



curl-curl-7_72_0/docs/libcurl/curl_multi_timeout.3



curl-curl-7_72_0/docs/libcurl/curl_share_init.3



curl-curl-7_72_0/docs/libcurl/curl_share_setopt.3



curl-curl-7_72_0/docs/libcurl/curl_share_strerror.3



curl-curl-7_72_0/docs/libcurl/curl_unescape.3



curl-curl-7_72_0/docs/libcurl/curl_url_set.3



curl-curl-7_72_0/docs/libcurl/curl_version.3



curl-curl-7_72_0/docs/libcurl/curl_version_info.3



curl-curl-7_72_0/docs/libcurl/libcurl.3



curl-curl-7_72_0/docs/libcurl/libcurl-easy.3



curl-curl-7_72_0/docs/libcurl/libcurl-errors.3



curl-curl-7_72_0/docs/libcurl/libcurl-multi.3



curl-curl-7_72_0/docs/libcurl/libcurl-security.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_CERTINFO.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_COOKIELIST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_OS_ERRNO.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SCHEME.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CAPATH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CONNECT_TO.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_COOKIE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_COOKIEFILE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_COOKIELIST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CRLFILE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DEBUGDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FAILONERROR.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTPHEADER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_INFILESIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLLOWFAILS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAXREDIRS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_NETRC.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_NOBODY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_NOSIGNAL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PASSWORD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_POSTFIELDS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_POSTQUOTE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_POSTREDIR.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PRE_PROXY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PREQUOTE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PRIVATE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROTOCOLS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_PUT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_QUOTE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_READDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_READFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_REFERER.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RESOLVE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RESUME_FROM.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_STDERR.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_UPLOAD.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_URL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_USERAGENT.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_USE_SSL.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_WRITEDATA.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3



curl-curl-7_72_0/docs/libcurl/opts/template.3



curl-curl-7_72_0/tests/runtests.1



Copyright (c) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/docs/examples/anyauthput.c



curl-curl-7_72_0/docs/examples/ephiperfifo.c



curl-curl-7_72_0/docs/examples/http2-download.c



curl-curl-7_72_0/docs/examples/http2-upload.c



curl-curl-7_72_0/docs/examples/multi-event.c



curl-curl-7_72_0/docs/examples/multithread.c



curl-curl-7_72_0/docs/examples/multi-uv.c



curl-curl-7_72_0/docs/examples/sessioninfo.c



curl-curl-7_72_0/include/curl/curl.h



curl-curl-7_72_0/include/curl/curlver.h



curl-curl-7_72_0/include/curl/easy.h



curl-curl-7_72_0/include/curl/multi.h



curl-curl-7_72_0/include/curl/typecheck-gcc.h



curl-curl-7_72_0/lib/asyn-ares.c



curl-curl-7_72_0/lib/asyn.h



curl-curl-7_72_0/lib/asyn-thread.c



curl-curl-7_72_0/lib/config-dos.h



curl-curl-7_72_0/lib/config-os400.h



curl-curl-7_72_0/lib/config-plan9.h



curl-curl-7_72_0/lib/config-riscos.h



curl-curl-7_72_0/lib/config-symbian.h



curl-curl-7_72_0/lib/config-tpf.h



curl-curl-7_72_0/lib/config-vxworks.h



curl-curl-7_72_0/lib/config-win32.h



curl-curl-7_72_0/lib/connect.c



curl-curl-7_72_0/lib/connect.h



curl-curl-7_72_0/lib/content_encoding.c



curl-curl-7_72_0/lib/content_encoding.h



curl-curl-7_72_0/lib/cookie.c



curl-curl-7_72_0/lib/curl_addrinfo.c



curl-curl-7_72_0/lib/curl_addrinfo.h



curl-curl-7_72_0/lib/curl_config.h.cmake



curl-curl-7_72_0/lib/curl_hmac.h



curl-curl-7_72_0/lib/curl_md4.h



curl-curl-7_72_0/lib/curl_md5.h



curl-curl-7_72_0/lib/curl_multibyte.c



curl-curl-7_72_0/lib/curl_multibyte.h



curl-curl-7_72_0/lib/curl_ntlm_core.c



curl-curl-7_72_0/lib/curl_ntlm_core.h



curl-curl-7_72_0/lib/curl_ntlm_wb.c



curl-curl-7_72_0/lib/curl_path.c



curl-curl-7_72_0/lib/curl_setup.h



curl-curl-7_72_0/lib/curl_setup_once.h



curl-curl-7_72_0/lib/curl_sspi.c



curl-curl-7_72_0/lib/curl_threads.c



curl-curl-7_72_0/lib/curlx.h



curl-curl-7_72_0/lib/dict.c



curl-curl-7_72_0/lib/dotdot.c



curl-curl-7_72_0/lib/easy.c



curl-curl-7_72_0/lib/easyif.h



curl-curl-7_72_0/lib/escape.c



curl-curl-7_72_0/lib/escape.h



curl-curl-7_72_0/lib/file.c



curl-curl-7_72_0/lib/formdata.c



curl-curl-7_72_0/lib/formdata.h



curl-curl-7_72_0/lib/ftp.c



curl-curl-7_72_0/lib/ftp.h



curl-curl-7_72_0/lib/getenv.c



curl-curl-7_72_0/lib/getinfo.c



curl-curl-7_72_0/lib/gopher.c



curl-curl-7_72_0/lib/hmac.c



curl-curl-7_72_0/lib/hostasyn.c



curl-curl-7_72_0/lib/hostip4.c



curl-curl-7_72_0/lib/hostip6.c



curl-curl-7_72_0/lib/hostip.c



curl-curl-7_72_0/lib/hostip.h



curl-curl-7_72_0/lib/http2.c



curl-curl-7_72_0/lib/http2.h



curl-curl-7_72_0/lib/http.c



curl-curl-7_72_0/lib/http_chunks.c



curl-curl-7_72_0/lib/http_digest.c



curl-curl-7_72_0/lib/http_digest.h



curl-curl-7_72_0/lib/http.h



curl-curl-7_72_0/lib/http_negotiate.c



curl-curl-7_72_0/lib/http_negotiate.h



curl-curl-7_72_0/lib/http_ntlm.c



curl-curl-7_72_0/lib/http_ntlm.h



curl-curl-7_72_0/lib/http_proxy.c



curl-curl-7_72_0/lib/http_proxy.h



curl-curl-7_72_0/lib/idn_win32.c



curl-curl-7_72_0/lib/if2ip.c



curl-curl-7_72_0/lib/imap.c



curl-curl-7_72_0/lib/ldap.c



curl-curl-7_72_0/lib/llist.c



curl-curl-7_72_0/lib/llist.h



curl-curl-7_72_0/lib/md4.c



curl-curl-7_72_0/lib/memdebug.c



curl-curl-7_72_0/lib/memdebug.h



curl-curl-7_72_0/lib/mime.c



curl-curl-7_72_0/lib/mime.h



curl-curl-7_72_0/lib/multi.c



curl-curl-7_72_0/lib/multihandle.h



curl-curl-7_72_0/lib/multiif.h



curl-curl-7_72_0/lib/nwlib.c



curl-curl-7_72_0/lib/parsedate.c



curl-curl-7_72_0/lib/pingpong.c



curl-curl-7_72_0/lib/pingpong.h



curl-curl-7_72_0/lib/pop3.c



curl-curl-7_72_0/lib/progress.c



curl-curl-7_72_0/lib/quic.h



curl-curl-7_72_0/lib/rtsp.c



curl-curl-7_72_0/lib/select.c



curl-curl-7_72_0/lib/select.h



curl-curl-7_72_0/lib/sendf.c



curl-curl-7_72_0/lib/setopt.c



curl-curl-7_72_0/lib/setopt.h



curl-curl-7_72_0/lib/setup-os400.h



curl-curl-7_72_0/lib/setup-vms.h



curl-curl-7_72_0/lib/setup-win32.h



curl-curl-7_72_0/lib/share.c



curl-curl-7_72_0/lib/smtp.c



curl-curl-7_72_0/lib/socks.c



curl-curl-7_72_0/lib/socks.h



curl-curl-7_72_0/lib/strcase.c



curl-curl-7_72_0/lib/strcase.h



curl-curl-7_72_0/lib/strdup.c



curl-curl-7_72_0/lib/strerror.h



curl-curl-7_72_0/lib/strtok.c



curl-curl-7_72_0/lib/telnet.c



curl-curl-7_72_0/lib/tftp.c



curl-curl-7_72_0/lib/timeval.c



curl-curl-7_72_0/lib/transfer.c



curl-curl-7_72_0/lib/urlapi.c



curl-curl-7_72_0/lib/url.c



curl-curl-7_72_0/lib/urldata.h



curl-curl-7_72_0/lib/url.h



curl-curl-7_72_0/lib/vauth/cleartext.c



curl-curl-7_72_0/lib/vauth/cram.c



curl-curl-7_72_0/lib/vauth/digest.c



curl-curl-7_72_0/lib/vauth/ntlm.c



curl-curl-7_72_0/lib/vauth/ntlm_sspi.c



curl-curl-7_72_0/lib/vauth/spnego_sspi.c



curl-curl-7_72_0/lib/version.c



curl-curl-7_72_0/lib/vquic/ngtcp2.c



curl-curl-7_72_0/lib/vquic/ngtcp2.h



curl-curl-7_72_0/lib/vquic/quiche.c



curl-curl-7_72_0/lib/vquic/vquic.c



curl-curl-7_72_0/lib/vquic/vquic.h



curl-curl-7_72_0/lib/vssh/libssh2.c



curl-curl-7_72_0/lib/vssh/ssh.h



curl-curl-7_72_0/lib/vtls/gskit.c



curl-curl-7_72_0/lib/vtls/gtls.c



curl-curl-7_72_0/lib/vtls/keylog.c



curl-curl-7_72_0/lib/vtls/keylog.h



curl-curl-7_72_0/lib/vtls/mesalink.c



curl-curl-7_72_0/lib/vtls/nss.c



curl-curl-7_72_0/lib/vtls/openssl.c



curl-curl-7_72_0/lib/vtls/vtls.c



curl-curl-7_72_0/lib/vtls/vtls.h



curl-curl-7_72_0/lib/vtls/wolfssl.c



curl-curl-7_72_0/lib/warnless.h



curl-curl-7_72_0/lib/x509asn1.c



curl-curl-7_72_0/lib/x509asn1.h



curl-curl-7_72_0/packages/OS400/ccsidcurl.c



curl-curl-7_72_0/packages/OS400/chkstrings.c



curl-curl-7_72_0/packages/OS400/os400sys.h



curl-curl-7_72_0/packages/vms/curl_crtl_init.c



curl-curl-7_72_0/packages/vms/curlmsg.h



curl-curl-7_72_0/packages/vms/curlmsg_vms.h



curl-curl-7_72_0/projects/wolfssl_options.h



curl-curl-7_72_0/src/tool_cb_dbg.c



curl-curl-7_72_0/src/tool_cb_hdr.c



curl-curl-7_72_0/src/tool_cb_prg.c



curl-curl-7_72_0/src/tool_cb_rea.c



curl-curl-7_72_0/src/tool_cb_see.c



curl-curl-7_72_0/src/tool_cb_see.h



curl-curl-7_72_0/src/tool_cb_wrt.c



curl-curl-7_72_0/src/tool_cb_wrt.h



curl-curl-7_72_0/src/tool_cfgable.c



curl-curl-7_72_0/src/tool_cfgable.h



curl-curl-7_72_0/src/tool_dirhie.c



curl-curl-7_72_0/src/tool_doswin.c



curl-curl-7_72_0/src/tool_doswin.h



curl-curl-7_72_0/src/tool_filetime.c



curl-curl-7_72_0/src/tool_formparse.c



curl-curl-7_72_0/src/tool_formparse.h



curl-curl-7_72_0/src/tool_getparam.c



curl-curl-7_72_0/src/tool_getpass.c



curl-curl-7_72_0/src/tool_help.c



curl-curl-7_72_0/src/tool_homedir.c



curl-curl-7_72_0/src/tool_hugehelp.c.cvs



curl-curl-7_72_0/src/tool_main.c



curl-curl-7_72_0/src/tool_metalink.c



curl-curl-7_72_0/src/tool_metalink.h



curl-curl-7_72_0/src/tool_operate.c



curl-curl-7_72_0/src/tool_operate.h



curl-curl-7_72_0/src/tool_operhlp.c



curl-curl-7_72_0/src/tool_paramhlp.c



curl-curl-7_72_0/src/tool_parsecfg.c



curl-curl-7_72_0/src/tool_progress.c



curl-curl-7_72_0/src/tool_sdecls.h



curl-curl-7_72_0/src/tool_setopt.c



curl-curl-7_72_0/src/tool_setopt.h



curl-curl-7_72_0/src/tool_sleep.c



curl-curl-7_72_0/src/tool_strdup.c



curl-curl-7_72_0/src/tool_urlglob.c



curl-curl-7_72_0/src/tool_urlglob.h



curl-curl-7_72_0/src/tool_util.c



curl-curl-7_72_0/src/tool_vms.c



curl-curl-7_72_0/src/tool_writeout.c



curl-curl-7_72_0/src/tool_writeout.h



curl-curl-7_72_0/src/tool_writeout_json.c



curl-curl-7_72_0/src/tool_writeout_json.h



curl-curl-7_72_0/tests/libtest/lib1156.c



curl-curl-7_72_0/tests/libtest/lib1507.c



curl-curl-7_72_0/tests/libtest/lib1509.c



curl-curl-7_72_0/tests/libtest/lib1514.c



curl-curl-7_72_0/tests/libtest/lib1515.c



curl-curl-7_72_0/tests/libtest/lib1531.c



curl-curl-7_72_0/tests/libtest/lib1533.c



curl-curl-7_72_0/tests/libtest/lib1535.c



curl-curl-7_72_0/tests/libtest/lib1536.c



curl-curl-7_72_0/tests/libtest/lib1540.c



curl-curl-7_72_0/tests/libtest/lib1554.c



curl-curl-7_72_0/tests/libtest/lib1560.c



curl-curl-7_72_0/tests/libtest/lib1564.c



curl-curl-7_72_0/tests/libtest/lib1567.c



curl-curl-7_72_0/tests/libtest/lib500.c



curl-curl-7_72_0/tests/libtest/lib501.c



curl-curl-7_72_0/tests/libtest/lib502.c



curl-curl-7_72_0/tests/libtest/lib503.c



curl-curl-7_72_0/tests/libtest/lib504.c



curl-curl-7_72_0/tests/libtest/lib509.c



curl-curl-7_72_0/tests/libtest/lib512.c



curl-curl-7_72_0/tests/libtest/lib519.c



curl-curl-7_72_0/tests/libtest/lib521.c



curl-curl-7_72_0/tests/libtest/lib523.c



curl-curl-7_72_0/tests/libtest/lib524.c



curl-curl-7_72_0/tests/libtest/lib543.c



curl-curl-7_72_0/tests/libtest/lib547.c



curl-curl-7_72_0/tests/libtest/lib549.c



curl-curl-7_72_0/tests/libtest/lib553.c



curl-curl-7_72_0/tests/libtest/lib557.c



curl-curl-7_72_0/tests/libtest/lib558.c



curl-curl-7_72_0/tests/libtest/lib559.c



curl-curl-7_72_0/tests/libtest/lib560.c



curl-curl-7_72_0/tests/libtest/lib566.c



curl-curl-7_72_0/tests/libtest/lib567.c



curl-curl-7_72_0/tests/libtest/lib568.c



curl-curl-7_72_0/tests/libtest/lib570.c



curl-curl-7_72_0/tests/libtest/lib572.c



curl-curl-7_72_0/tests/libtest/lib573.c



curl-curl-7_72_0/tests/libtest/lib576.c



curl-curl-7_72_0/tests/libtest/lib579.c



curl-curl-7_72_0/tests/libtest/lib582.c



curl-curl-7_72_0/tests/libtest/lib583.c



curl-curl-7_72_0/tests/libtest/lib586.c



curl-curl-7_72_0/tests/libtest/lib590.c



curl-curl-7_72_0/tests/libtest/lib591.c



curl-curl-7_72_0/tests/libtest/lib598.c



curl-curl-7_72_0/tests/libtest/lib643.c



curl-curl-7_72_0/tests/libtest/lib651.c



curl-curl-7_72_0/tests/libtest/lib652.c



curl-curl-7_72_0/tests/libtest/lib654.c



curl-curl-7_72_0/tests/libtest/lib666.c



curl-curl-7_72_0/tests/libtest/lib667.c



curl-curl-7_72_0/tests/libtest/lib668.c



curl-curl-7_72_0/tests/libtest/lib670.c



curl-curl-7_72_0/tests/libtest/lib674.c



curl-curl-7_72_0/tests/libtest/sethostname.c



curl-curl-7_72_0/tests/libtest/sethostname.h



curl-curl-7_72_0/tests/libtest/test.h



curl-curl-7_72_0/tests/libtest/testtrace.h



curl-curl-7_72_0/tests/libtest/testutil.c



curl-curl-7_72_0/tests/libtest/testutil.h



curl-curl-7_72_0/tests/server/getpart.c



curl-curl-7_72_0/tests/server/getpart.h



curl-curl-7_72_0/tests/server/mqttd.c



curl-curl-7_72_0/tests/server/resolve.c



curl-curl-7_72_0/tests/server/rtspd.c



curl-curl-7_72_0/tests/server/server_setup.h



curl-curl-7_72_0/tests/server/server_sockaddr.h



curl-curl-7_72_0/tests/server/sockfilt.c



curl-curl-7_72_0/tests/server/socksd.c



curl-curl-7_72_0/tests/server/sws.c



curl-curl-7_72_0/tests/server/testpart.c



curl-curl-7_72_0/tests/server/tftp.h



curl-curl-7_72_0/tests/server/util.c



curl-curl-7_72_0/tests/server/util.h



curl-curl-7_72_0/tests/unit/curlcheck.h



curl-curl-7_72_0/tests/unit/unit1300.c



curl-curl-7_72_0/tests/unit/unit1302.c



curl-curl-7_72_0/tests/unit/unit1305.c



curl-curl-7_72_0/tests/unit/unit1309.c



curl-curl-7_72_0/tests/unit/unit1330.c



curl-curl-7_72_0/tests/unit/unit1394.c



curl-curl-7_72_0/tests/unit/unit1395.c



curl-curl-7_72_0/tests/unit/unit1600.c



curl-curl-7_72_0/tests/unit/unit1601.c



curl-curl-7_72_0/tests/unit/unit1604.c



curl-curl-7_72_0/tests/unit/unit1605.c



curl-curl-7_72_0/tests/unit/unit1608.c



curl-curl-7_72_0/tests/unit/unit1610.c



curl-curl-7_72_0/tests/unit/unit1611.c



curl-curl-7_72_0/tests/unit/unit1612.c



curl-curl-7_72_0/tests/unit/unit1620.c



Copyright (c) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/firefox-db2pem.sh



curl-curl-7_72_0/lib/mk-ca-bundle.pl



Copyright (c) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# * you should have received as part of this distribution. The terms

# * are also available at [https]://curl.haxx.se/docs/copyright.html.

# *

# * You may opt to use, copy, modify, merge, publish, distribute and/or sell

# * copies of the Software, and permit persons to whom the Software is

# * furnished to do so, under the terms of the COPYING file.

# *

# * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# * KIND, either express or implied.



curl-curl-7_72_0/lib/mk-ca-bundle.vbs



Copyright (c) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

'* you should have received as part of this distribution. The terms

'* are also available at [https]://curl.haxx.se/docs/copyright.html.

'*

'* You may opt to use, copy, modify, merge, publish, distribute and/or sell

'* copies of the Software, and permit persons to whom the Software is

'* furnished to do so, under the terms of the COPYING file.

'*

'* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

'* KIND, either express or implied.



curl-curl-7_72_0/packages/OS400/curl.inc.in



Copyright (c) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

      * you should have received as part of this distribution. The terms

      * are also available at [https]://curl.haxx.se/docs/copyright.html.

      *

      * You may opt to use, copy, modify, merge, publish, distribute and/or sell

      * copies of the Software, and permit persons to whom the Software is

      * furnished to do so, under the terms of the COPYING file.

      *

      * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF

      * ANY KIND, either express or implied.



curl-curl-7_72_0/packages/vms/curlmsg.msg



Copyright (c) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

! you should have received as part of this distribution. The terms

! are also available at [https]://curl.haxx.se/docs/copyright.html.

!

! You may opt to use, copy, modify, merge, publish, distribute and/or sell

! copies of the Software, and permit persons to whom the Software is

! furnished to do so, under the terms of the COPYING file.

!

! This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

! KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/lib1526.c



curl-curl-7_72_0/tests/libtest/lib1527.c



Copyright (c) 1998 - 2020, Vijay Panghal, <vpanghal@maginatics.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/mksymbolsmanpage.pl



Copyright (c) 1998 - $year, Daniel Stenberg



This software is licensed as described in the file COPYING, which

.\\" * you should have received as part of this distribution. The terms

.\\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\\" *

.\\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\\" * copies of the Software, and permit persons to whom the Software is

.\\" * furnished to do so, under the terms of the COPYING file.

.\\" *

.\\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\\" * KIND, either express or implied.



curl-curl-7_72_0/lib/Makefile.m32



curl-curl-7_72_0/src/Makefile.m32



curl-curl-7_72_0/winbuild/MakefileBuild.vc



curl-curl-7_72_0/winbuild/Makefile.vc



Copyright (c) 1999 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/mprintf.c



Copyright (c) 1999 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/src/Makefile.netware



Copyright (c) 2001 - 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/curl-config.in



curl-curl-7_72_0/lib/Makefile.netware



Copyright (c) 2001 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/makefile.dj



curl-curl-7_72_0/src/makefile.dj



Copyright (c) 2003 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/docs/examples/adddocsref.pl



curl-curl-7_72_0/tests/server/base64.pl



Copyright (c) 2004 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/strerror.c



Copyright (c) 2004 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/Makefile.Watcom



curl-curl-7_72_0/src/Makefile.Watcom



Copyright (c) 2005 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/libcurl.m4



Copyright (c) 2006 - 2020, David Shaw <dshaw@jabberwocky.com>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/docs/examples/Makefile.netware



curl-curl-7_72_0/docs/libcurl/Makefile.inc



curl-curl-7_72_0/tests/dictserver.py



Copyright (c) 2008 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/docs/mk-ca-bundle.1



Copyright (c) 2008 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/lib/socks_sspi.c



Copyright (c) 2009, 2011, Markus Moeller, <markus_moeller@compuserve.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/imap.h



curl-curl-7_72_0/lib/pop3.h



Copyright (c) 2009 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/opts/CMakeLists.txt



curl-curl-7_72_0/tests/server/CMakeLists.txt



curl-curl-7_72_0/tests/server/Makefile.inc



Copyright (c) 2009 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/smtp.h



Copyright (c) 2009 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/socks_gssapi.c



Copyright (c) 2009, Markus Moeller, <markus_moeller@compuserve.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/vtls/mbedtls_threadlock.c



Copyright (c) 2010, 2011, Hoi-Ho Chan, <hoiho.chan@gmail.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/fileinfo.h



Copyright (c) 2010 - 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/fileinfo.c



curl-curl-7_72_0/lib/wildcard.h



Copyright (c) 2010 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/disable-scan.pl



curl-curl-7_72_0/tests/error-codes.pl



Copyright (c) 2010-2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/curl_rtmp.h



Copyright (c) 2010 - 2019, Howard Chu, <hyc@highlandsun.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/extern-scan.pl



curl-curl-7_72_0/tests/mem-include-scan.pl



curl-curl-7_72_0/tests/options-scan.pl



curl-curl-7_72_0/tests/symbol-scan.pl



curl-curl-7_72_0/tests/version-scan.pl



Copyright (c) 2010 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/vtls/mbedtls.h



curl-curl-7_72_0/lib/vtls/mbedtls_threadlock.h



Copyright (c) 2010, Hoi-Ho Chan, <hoiho.chan@gmail.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/curl_rtmp.c



Copyright (c) 2010, Howard Chu, <hyc@highlandsun.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/curl_gssapi.c



Copyright (c) 2011 - 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/curl_gssapi.h



Copyright (c) 2011 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/winbuild/gen_resp_file.bat



Copyright (c) 2011 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

[rem] * you should have received as part of this distribution. The terms

[rem] * are also available at [https]://curl.haxx.se/docs/copyright.html.

[rem] *

[rem] * You may opt to use, copy, modify, merge, publish, distribute and/or sell

[rem] * copies of the Software, and permit persons to whom the Software is

[rem] * furnished to do so, under the terms of the COPYING file.

[rem] *

[rem] * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

[rem] * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/symbols.pl



curl-curl-7_72_0/lib/checksrc.pl



Copyright (c) 2011 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/openldap.c



curl-curl-7_72_0/tests/server/fake_ntlm.c



Copyright (c) 2011 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/conncache.h



Copyright (c) 2012 - 2014, Linus Nielsen Feltzing, <linus@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/curl_sasl.h



Copyright (c) 2012 - 2016, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/vtls/schannel.h



curl-curl-7_72_0/tests/libtest/libntlmconnect.c



Copyright (c) 2012 - 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/examples/href_extractor.c



curl-curl-7_72_0/lib/vtls/sectransp.h



Copyright (c) 2012 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/projects/build-openssl.bat



Copyright (c) 2012 - 2019, Steve Holme, <steve_holme@hotmail.com>



This software is licensed as described in the file COPYING, which

[rem] * you should have received as part of this distribution. The terms

[rem] * are also available at [https]://curl.haxx.se/docs/copyright.html.

[rem] *

[rem] * You may opt to use, copy, modify, merge, publish, distribute and/or sell

[rem] * copies of the Software, and permit persons to whom the Software is

[rem] * furnished to do so, under the terms of the COPYING file.

[rem] *

[rem] * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

[rem] * KIND, either express or implied.



curl-curl-7_72_0/lib/conncache.c



curl-curl-7_72_0/lib/curl_sasl.c



curl-curl-7_72_0/lib/vtls/mbedtls.c



curl-curl-7_72_0/lib/vtls/schannel.c



curl-curl-7_72_0/lib/vtls/schannel_verify.c



curl-curl-7_72_0/lib/vtls/sectransp.c



Copyright (c) 2012 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/objnames.inc



Copyright (c) 2012 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# * you should have received as part of this distribution. The terms

# * are also available at [https]://curl.haxx.se/docs/copyright.html.

# *

# * You may opt to use, copy, modify, merge, publish, distribute and/or sell

# * copies of the Software, and permit persons to whom the Software is

# * furnished to do so, under the terms of the COPYING file.

# *

# * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# * KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/lib1506.c



curl-curl-7_72_0/tests/libtest/lib1510.c



curl-curl-7_72_0/tests/libtest/lib1512.c



Copyright (c) 2013 - 2018, Linus Nielsen Feltzing <linus@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/examples/usercertinmem.c



Copyright (c) 2013 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/objnames-test08.sh



curl-curl-7_72_0/tests/objnames-test10.sh



Copyright (c) 2013 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# * you should have received as part of this distribution. The terms

# * are also available at [https]://curl.haxx.se/docs/copyright.html.

# *

# * You may opt to use, copy, modify, merge, publish, distribute and/or sell

# * copies of the Software, and permit persons to whom the Software is

# * furnished to do so, under the terms of the COPYING file.

# *

# * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# * KIND, either express or implied.



curl-curl-7_72_0/scripts/contrithanks.sh



Copyright (c) 2013 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/lib1508.c



Copyright (c) 2013 - 2020, Linus Nielsen Feltzing <linus@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/lib1900.c



curl-curl-7_72_0/tests/libtest/lib1908.c



curl-curl-7_72_0/tests/libtest/lib1910.c



Copyright (c) 2013 - 2020, Linus Nielsen Feltzing, <linus@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/vauth/vauth.h



Copyright (c) 2014 - 2019, Steve Holme, <steve_holme@hotmail.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/vauth/krb5_sspi.c



curl-curl-7_72_0/lib/vauth/vauth.c



curl-curl-7_72_0/tests/libtest/lib1520.c



Copyright (c) 2014 - 2020, Steve Holme, <steve_holme@hotmail.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/projects/checksrc.bat



curl-curl-7_72_0/projects/generate.bat



Copyright (c) 2014 - 2020, Steve Holme, <steve_holme@hotmail.com>



This software is licensed as described in the file COPYING, which

[rem] * you should have received as part of this distribution. The terms

[rem] * are also available at [https]://curl.haxx.se/docs/copyright.html.

[rem] *

[rem] * You may opt to use, copy, modify, merge, publish, distribute and/or sell

[rem] * copies of the Software, and permit persons to whom the Software is

[rem] * furnished to do so, under the terms of the COPYING file.

[rem] *

[rem] * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

[rem] * KIND, either express or implied.



curl-curl-7_72_0/lib/smb.c



Copyright (c) 2014, Bill Nagel <wnagel@tycoint.com> , Exacq Technologies



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/lib1525.c



Copyright (c) 2014, Vijay Panghal, <vpanghal@maginatics.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/unit/unit1603.c



Copyright (c) 2015 - 2016, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/curl_des.c



curl-curl-7_72_0/lib/curl_des.h



Copyright (c) 2015 - 2019, Steve Holme, <steve_holme@hotmail.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/libcurl-thread.3



Copyright (c) 2015 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/mksymbolsmanpage.pl



Copyright (c) 2015 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# * you should have received as part of this distribution. The terms

# * are also available at [https]://curl.haxx.se/docs/copyright.html.

# *

# * You may opt to use, copy, modify, merge, publish, distribute and/or sell

# * copies of the Software, and permit persons to whom the Software is

# * furnished to do so, under the terms of the COPYING file.

# *

# * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# * KIND, either express or implied.



curl-curl-7_72_0/lib/vauth/digest_sspi.c



Copyright (c) 2015 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/vauth/krb5_gssapi.c



Copyright (c) 2015, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/projects/build-wolfssl.bat



Copyright (c) 2015, Jay Satiro, <raysatiro@yahoo.com>



This software is licensed as described in the file COPYING, which

[rem] * you should have received as part of this distribution. The terms

[rem] * are also available at [https]://curl.haxx.se/docs/copyright.html.

[rem] *

[rem] * You may opt to use, copy, modify, merge, publish, distribute and/or sell

[rem] * copies of the Software, and permit persons to whom the Software is

[rem] * furnished to do so, under the terms of the COPYING file.

[rem] *

[rem] * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

[rem] * KIND, either express or implied.



curl-curl-7_72_0/tests/http2-server.pl



curl-curl-7_72_0/tests/manpage-scan.pl



curl-curl-7_72_0/tests/nroff-scan.pl



Copyright (c) 2016 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/tests/pathhelp.pm



Copyright (c) 2016 - 2020, Evgeny Grin



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/system_win32.c



curl-curl-7_72_0/lib/system_win32.h



curl-curl-7_72_0/lib/version_win32.c



curl-curl-7_72_0/lib/version_win32.h



Copyright (c) 2016 - 2020, Steve Holme, <steve_holme@hotmail.com>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/stub_gssapi.c



Copyright (c) 2017-2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/curl_test_data.py



curl-curl-7_72_0/tests/libtest/mk-lib1521.pl



curl-curl-7_72_0/tests/negtelnetserver.py



curl-curl-7_72_0/tests/smbserver.py



Copyright (c) 2017 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/stub_gssapi.h



Copyright (c) 2017 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/vssh/libssh.c



Copyright (c) 2017 - 2020 Red Hat, Inc.



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/libtest/mk-lib1521.pl



Copyright (c) 2017, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3



Copyright (c) 2018 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/include/curl/urlapi.h



Copyright (c) 2018 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/winbuild/makedebug.cmd



curl-curl-7_72_0/winbuild/rundebug.cmd



Copyright (c) 2018 - 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

[rem] * you should have received as part of this distribution. The terms

[rem] * are also available at [https]://curl.haxx.se/docs/copyright.html.

[rem] *

[rem] * You may opt to use, copy, modify, merge, publish, distribute and/or sell

[rem] * copies of the Software, and permit persons to whom the Software is

[rem] * furnished to do so, under the terms of the COPYING file.

[rem] *

[rem] * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

[rem] * KIND, either express or implied.



curl-curl-7_72_0/lib/curl_sha256.h



curl-curl-7_72_0/lib/doh.c



curl-curl-7_72_0/lib/doh.h



curl-curl-7_72_0/lib/sha256.c



curl-curl-7_72_0/lib/smb.h



curl-curl-7_72_0/tests/unit/unit1650.c



curl-curl-7_72_0/tests/unit/unit1651.c



Copyright (c) 2018 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/libcurl-env.3



curl-curl-7_72_0/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_DOH_URL.3



Copyright (c) 2018, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/lib/mqtt.h



Copyright (c) 2019 - 2020, Bjorn Stenberg, <bjorn@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/altsvc.c



curl-curl-7_72_0/lib/altsvc.h



curl-curl-7_72_0/lib/vssh/wolfssh.c



curl-curl-7_72_0/lib/vssh/wolfssh.h



curl-curl-7_72_0/tests/unit/unit1654.c



curl-curl-7_72_0/tests/unit/unit1655.c



Copyright (c) 2019 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/scripts/singleuse.pl



Copyright (c) 2019 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/vtls/bearssl.c



Copyright (c) 2019 - 2020, Michael Forney, <mforney@mforney.org>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/lib/mqtt.c



Copyright (c) 2019, Bjorn Stenberg, <bjorn@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3



Copyright (c) 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

.\" * you should have received as part of this distribution. The terms

.\" * are also available at [https]://curl.haxx.se/docs/copyright.html.

.\" *

.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell

.\" * copies of the Software, and permit persons to whom the Software is

.\" * furnished to do so, under the terms of the COPYING file.

.\" *

.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

.\" * KIND, either express or implied.



curl-curl-7_72_0/lib/socketpair.c



curl-curl-7_72_0/lib/socketpair.h



curl-curl-7_72_0/tests/libtest/lib1541.c



curl-curl-7_72_0/tests/libtest/lib1905.c



curl-curl-7_72_0/tests/libtest/lib1906.c



curl-curl-7_72_0/tests/libtest/lib1907.c



Copyright (c) 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



curl-curl-7_72_0/tests/manpage-syntax.pl



Copyright (c) 2019, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

# you should have received as part of this distribution. The terms

# are also available at [https]://curl.haxx.se/docs/copyright.html.

#

# You may opt to use, copy, modify, merge, publish, distribute and/or sell

# copies of the Software, and permit persons to whom the Software is

# furnished to do so, under the terms of the COPYING file.

#

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

# KIND, either express or implied.



curl-curl-7_72_0/lib/vtls/bearssl.h



Copyright (c) 2019, Michael Forney, <mforney@mforney.org>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution. The terms

 * are also available at [https]://curl.haxx.se/docs/copyright.html.

 *

 * You may opt to use, copy, modify, merge, publish, distribute and/or sell

 * copies of the Software, and permit persons to whom the Software is

 * furnished to do so, under the terms of the COPYING file.

 *

 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

 * KIND, either express or implied.



> GNU General Public License 3.0 or later



curl-curl-7_72_0/m4/ax_compile_check_sizeof.m4



Copyright (c) 2017 Reini Urban <rurban@cpan.org>



This program is free software: you can redistribute it and/or modify it

#   under the terms of the GNU General Public License as published by the

#   Free Software Foundation, either version 3 of the License, or (at your

#   option) any later version.

#

#   This program is distributed in the hope that it will be useful, but

#   WITHOUT ANY WARRANTY; without even the implied warranty of

#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General

#   Public License for more details.

#

#   You should have received a copy of the GNU General Public License along

#   with this program. If not, see <https://www.gnu.org/licenses/>.

#

#   As a special exception, the respective Autoconf Macro's copyright owner

#   gives unlimited permission to copy, distribute and modify the configure

#   scripts that are the output of Autoconf when processing the Macro. You

#   need not follow the terms of the GNU General Public License when using

#   or distributing such scripts, even though portions of the text of the

#   Macro appear in them. The GNU General Public License (GPL) does govern

#   all other use of the material that constitutes the Autoconf Macro.

#

#   This special exception to the GPL applies to versions of the Autoconf

#   Macro released by the Autoconf Archive. When you make and distribute a

#   modified version of the Autoconf Macro, you may extend this special

#   exception to the GPL to apply to your modified version as well.



> Henry Spencer Orginal Regexp License



curl-curl-7_72_0/src/macos/src/macos_main.cpp



Copyright (c) 2001 - 2020, Eric Lavigne



Permission is granted to anyone to use this software for any purpose on any

   computer system, and to redistribute it freely, subject to the following

   restrictions:

   - The author is not responsible for the consequences of use of this

   software, no matter how awful, even if they arise from defects in it.

   - The origin of this software must not be misrepresented, either by

   explicit claim or by omission.

   - You are allowed to distributed modified copies of the software, in source

   and binary form, provided they are marked plainly as altered versions, and

   are not misrepresented as being the original software.



> ISC License



curl-curl-7_72_0/packages/vms/backup_gnv_curl_src.com



curl-curl-7_72_0/packages/vms/build_gnv_curl.com



curl-curl-7_72_0/packages/vms/build_gnv_curl_pcsi_desc.com



curl-curl-7_72_0/packages/vms/build_gnv_curl_pcsi_text.com



curl-curl-7_72_0/packages/vms/build_gnv_curl_release_notes.com



curl-curl-7_72_0/packages/vms/clean_gnv_curl.com



curl-curl-7_72_0/packages/vms/curl_startup.com



curl-curl-7_72_0/packages/vms/gnv_link_curl.com



curl-curl-7_72_0/packages/vms/make_pcsi_curl_kit_name.com



curl-curl-7_72_0/packages/vms/pcsi_product_gnv_curl.com



curl-curl-7_72_0/packages/vms/setup_gnv_curl_build.com



Copyright 2009 - 2020, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

$! purpose with or without fee is hereby granted, provided that the above

$! copyright notice and this permission notice appear in all copies.

$!

$! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

$! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

$! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

$! ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

$! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

$! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

$! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/curl_gnv_build_steps.txt



Copyright 2009 - 2020, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

 purpose with or without fee is hereby granted, provided that the above

 copyright notice and this permission notice appear in all copies.



 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/gnv_conftest.c_first



Copyright 2009 - 2020, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

 * purpose with or without fee is hereby granted, provided that the above

 * copyright notice and this permission notice appear in all copies.

 *

 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/gnv_curl_configure.sh



curl-curl-7_72_0/packages/vms/make_gnv_curl_install.sh



Copyright 2009 - 2020, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

# purpose with or without fee is hereby granted, provided that the above

# copyright notice and this permission notice appear in all copies.

#

# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/gnv_libcurl_symbols.opt



curl-curl-7_72_0/packages/vms/pcsi_gnv_curl_file_list.txt



Copyright 2009 - 2020, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

! purpose with or without fee is hereby granted, provided that the above

! copyright notice and this permission notice appear in all copies.

!

! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

! ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/compare_curl_source.com



curl-curl-7_72_0/packages/vms/config_h.com



Copyright 2011 - 2020, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

$! purpose with or without fee is hereby granted, provided that the above

$! copyright notice and this permission notice appear in all copies.

$!

$! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

$! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

$! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

$! ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

$! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

$! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

$! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/stage_curl_install.com



Copyright 2012 - 2020, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

$! purpose with or without fee is hereby granted, provided that the above

$! copyright notice and this permission notice appear in all copies.

$!

$! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

$! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

$! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

$! ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

$! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

$! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

$! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/vms_eco_level.h



Copyright 2012 - 2020, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

 * purpose with or without fee is hereby granted, provided that the above

 * copyright notice and this permission notice appear in all copies.

 *

 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/build_libcurl_pc.com



curl-curl-7_72_0/packages/vms/generate_config_vms_h_curl.com



curl-curl-7_72_0/packages/vms/generate_vax_transfer.com



Copyright 2013 - 2020, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

$! purpose with or without fee is hereby granted, provided that the above

$! copyright notice and this permission notice appear in all copies.

$!

$! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

$! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

$! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

$! ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

$! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

$! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

$! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/curl_crtl_init.c



curl-curl-7_72_0/packages/vms/report_openssl_version.c



Copyright 2013, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

 * purpose with or without fee is hereby granted, provided that the above

 * copyright notice and this permission notice appear in all copies.

 *

 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/packages/vms/build_curl-config_script.com



Copyright 2014, John Malmberg



Permission to use, copy, modify, and/or distribute this software for any

$! purpose with or without fee is hereby granted, provided that the above

$! copyright notice and this permission notice appear in all copies.

$!

$! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

$! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

$! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

$! ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

$! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

$! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT

$! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/lib/inet_pton.c



Copyright (c) 1996 - 2019 by Internet Software Consortium.



Permission to use, copy, modify, and distribute this software for any

 * purpose with or without fee is hereby granted, provided that the above

 * copyright notice and this permission notice appear in all copies.

 *

 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS

 * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES

 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE

 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL

 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR

 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS

 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS

 * SOFTWARE.



curl-curl-7_72_0/lib/inet_ntop.c



Copyright (c) 1996-2019 Internet Software Consortium.



Permission to use, copy, modify, and distribute this software for any

 * purpose with or without fee is hereby granted, provided that the above

 * copyright notice and this permission notice appear in all copies.

 *

 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM

 * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL

 * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,

 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING

 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,

 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION

 * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/lib/curl_path.c



Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>



Permission to use, copy, modify, and distribute this software for any

 * purpose with or without fee is hereby granted, provided that the above

 * copyright notice and this permission notice appear in all copies.

 *

 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF

 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/m4/xc-translit.m4



curl-curl-7_72_0/m4/zz50-xc-ovr.m4



Copyright (c) 2011 - 2020, Daniel Stenberg <daniel@haxx.se>



Permission to use, copy, modify, and distribute this software for any

# purpose with or without fee is hereby granted, provided that the above

# copyright notice and this permission notice appear in all copies.

#

# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF

# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/m4/zz40-xc-ovr.m4



Copyright (c) 2013 - 2018 Daniel Stenberg <daniel@haxx.se>



Permission to use, copy, modify, and distribute this software for any

# purpose with or without fee is hereby granted, provided that the above

# copyright notice and this permission notice appear in all copies.

#

# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF

# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/m4/xc-am-iface.m4



Copyright (c) 2013 - 2020 Daniel Stenberg <daniel@haxx.se>



Permission to use, copy, modify, and distribute this software for any

# purpose with or without fee is hereby granted, provided that the above

# copyright notice and this permission notice appear in all copies.

#

# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF

# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



curl-curl-7_72_0/m4/xc-cc-check.m4



curl-curl-7_72_0/m4/xc-lt-iface.m4



curl-curl-7_72_0/m4/xc-val-flgs.m4



curl-curl-7_72_0/m4/zz60-xc-ovr.m4



Copyright (c) 2013 - 2020, Daniel Stenberg <daniel@haxx.se>



Permission to use, copy, modify, and distribute this software for any

# purpose with or without fee is hereby granted, provided that the above

# copyright notice and this permission notice appear in all copies.

#

# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF

# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



> Public Domain



curl-curl-7_72_0/lib/md4.c



Copyright (c) 2001 Alexander Peslyak



openwall.info/wiki/people/solar/software/public-domain-source-code/[md4]

 *

 * [Author]:

 * Alexander Peslyak, [better] [known] [as] [Solar] [Designer] <[solar] [at] [openwall].[com]>

 *

 * [This] [software] [was] [written] [by] [Alexander] [Peslyak] in 2001.  No copyright is

 * claimed, and the software is hereby placed in the public domain.  In case

 * this attempt to disclaim copyright and place the software in the public

 * domain is deemed null and void, then the software is [Copyright] ([c]) [2001]

 * [Alexander] [Peslyak] and it is hereby released to the general public under the

 * following terms:

 *

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted.

 *

 * There's ABSOLUTELY NO WARRANTY, express or implied.



curl-curl-7_72_0/lib/md5.c



Copyright (c) 2001 Alexander Peslyak



No copyright is

 * claimed, and the software is hereby placed in the public domain.

 * In case this attempt to disclaim copyright and place the software in the

 * public domain is deemed null and void, then the software is

 * Copyright ([c]) [2001] [Alexander] [Peslyak] and it is hereby released to the

 * general public under the following terms:

 *

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted.

 *

 * There's ABSOLUTELY NO WARRANTY, express or implied.

 *

 * (This is a heavily cut-down "BSD license".)



> Unknown License file reference



curl-curl-7_72_0/lib/md5.c



Copyright (c) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>



This software is licensed as described in the file COPYING, which

 * you should have received as part of this distribution.



>>> expat-2.2.9



Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper

Copyright (c) 2001-2016 Expat maintainers



Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the  "Software"), to deal in the Software without restriction, including

without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to

the following conditions:



The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.



THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



ADDITIONAL LICENSE INFORMATION:



> Apache2.0



[VMware does not distribute this component expat-2.2.9.tar.gz\expat-2.2.9.tar\expat-2.2.9\conftools\PrintPath]



expat-2.2.9.tar.gz\expat-2.2.9.tar\expat-2.2.9\conftools\PrintPath



!/bin/sh

Look for program[s] somewhere in $PATH.



Options:

-s

Do not print out full pathname. (silent)

-pPATHNAME

Look in PATHNAME instead of $PATH



Usage:

PrintPath [-s] [-pPATHNAME] program [program ...]



Initially written by Jim Jagielski for the Apache configuration mechanism

(with kudos to Kernighan/Pike)



This script falls under the Apache License.

See http://www.apache.org/licenses/LICENSE



> GFDL1.1



[VMware does not distribute this component expat-2.2.9.tar.gz\expat-2.2.9.tar\expat-2.2.9\doc\xmlwf.xml]



expat-2.2.9.tar.gz\expat-2.2.9.tar\expat-2.2.9\doc\xmlwf.xml



AUTHOR

This manual page was written by username; email; for

the debian; system (but may be used by others).  Permission is

granted to copy, distribute and/or modify this document under

the terms of the GNU Free Documentation

License, Version 1.1.



> PublicDomain



[VMware does not distribute this component expat-2.2.9.tar.gz\expat-2.2.9.tar\expat-2.2.9\lib\siphash.h]



expat-2.2.9.tar.gz\expat-2.2.9.tar\expat-2.2.9\lib\siphash.h



Derived by William Ahern from the reference implementation[1] published[2]

by Jean-Philippe Aumasson and Daniel J. Berstein.

Minimal changes by Sebastian Pipping and Victor Stinner on top, see below.

Licensed under the CC0 Public Domain Dedication license.



>>> libxml2-2.9.10



Except where otherwise noted in the source code (e.g. the files hash.c,

list.c and the trio files, which are covered by a similar licence but

with different Copyright notices) all the files are:



Copyright (C) 1998-2012 Daniel Veillard.  All Rights Reserved.



Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to deal

in the Software without restriction, including without limitation the rights

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

copies of the Software, and to permit persons to whom the Software is fur-

nished to do so, subject to the following conditions:



The above copyright notice and this permission notice shall be included in

all copies or substantial portions of the Software.



THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-

NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN

THE SOFTWARE.



ADDITIONAL LICENSE INFORMATION:



> GPL2.0



[VMware does not distribute this component libxml2-v2.9.10.tar.gz\libxml2-v2.9.10.tar\libxml2-v2.9.10\doc\libxml-doc.el]



libxml2-v2.9.10.tar.gz\libxml2-v2.9.10.tar\libxml2-v2.9.10\doc\libxml-doc.el



Author: Felix Natter <fnatter@gmx.net>, Geert Kloosterman <geertk@ai.rug.nl>

Created: Jun 21 2000

Keywords: libxml documentation



This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2

of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.



> MIT



libxml2-v2.9.10.tar.gz\libxml2-v2.9.10.tar\libxml2-v2.9.10\triodef.h



Copyright (C) 2001 Bjorn Reese <breese@users.sourceforge.net>



Permission to use, copy, modify, and distribute this software for any

purpose with or without fee is hereby granted, provided that the above

copyright notice and this permission notice appear in all copies.



THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED

WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF

MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND

CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.



>>> openldap-2.4.47



The OpenLDAP Public License

  Version 2.8, 17 August 2003



Redistribution and use of this software and associated documentation

("Software"), with or without modification, are permitted provided

that the following conditions are met:



1. Redistributions in source form must retain copyright statements

   and notices,



2. Redistributions in binary form must reproduce applicable copyright

   statements and notices, this list of conditions, and the following

   disclaimer in the documentation and/or other materials provided

   with the distribution, and



3. Redistributions must contain a verbatim copy of this document.



The OpenLDAP Foundation may revise this license from time to time.

Each revision is distinguished by a version number.  You may use

this Software under terms of this license revision or under the

terms of any subsequent revision of the license.



THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS

CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,

INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY

AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT

SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)

OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,

INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,

BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN

ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE

POSSIBILITY OF SUCH DAMAGE.



The names of the authors and copyright holders must not be used in

advertising or otherwise to promote the sale, use or other dealing

in this Software without specific, written prior permission.  Title

to copyright in this Software shall at all times remain with copyright

holders.



OpenLDAP is a registered trademark of the OpenLDAP Foundation.



Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,

California, USA.  All Rights Reserved.  Permission to copy and

distribute verbatim copies of this document is granted.



ADDITIONAL LICENSE INFORMATION:



> GPL 2.0



*****VMWARE DOES NOT DISTRIBUTE SUB-COMPONENT "SHTOOL"*****



openldap-2.4.43.tgz.gz\openldap-2.4.43.tar\openldap-2.4.43\build\shtool



GNU shtool -- The GNU Portable Shell Tool

Copyright (c) 1994-2006 Ralf S. Engelschall <rse@engelschall.com>



See http://www.gnu.org/software/shtool/ for more information.

See ftp://ftp.gnu.org/gnu/shtool/ for latest version.



Version:  2.0.5 (07-Feb-2006)

Contents: 6/19 available modules



This program is free software; you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation; either version 2 of the License, or

(at your option) any later version.



This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU

General Public License for more details.



You should have received a copy of the GNU General Public License

along with this program; if not, write to the Free Software

Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,

USA, or contact Ralf S. Engelschall <rse@engelschall.com>.



NOTICE: Given that you include this file verbatim into your own

source tree, you are justified in saying that it remains separate

from your package, and that this way you are simply just using GNU

shtool. So, in this situation, there is no requirement that your

package itself is licensed under the GNU General Public License in

order to take advantage of GNU shtool.



> MIT



openldap-2.4.43.tgz.gz\openldap-2.4.43.tar\openldap-2.4.43\contrib\ldaptcl\tkAppInit.c



Permission to use, copy, modify, and distribute this software and its

documentation for any purpose and without fee is hereby granted, provided

that the above copyright notice appear in all copies.  Karl Lehenbauer and

Mark Diekhans make no representations about the suitability of this

software for any purpose.  It is provided "as is" without express or

implied warranty.



> LGPL 2.1



openldap-2.4.43.tgz.gz\openldap-2.4.43.tar\openldap-2.4.43\contrib\slapd-modules\nssov\nss-pam-ldapd\attrs.h



Copyright (C) 2007, 2008, 2012 Arthur de Jong



This library is free software; you can redistribute it and/or

modify it under the terms of the GNU Lesser General Public

License as published by the Free Software Foundation; either

version 2.1 of the License, or (at your option) any later version.



This library is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

Lesser General Public License for more details.



You should have received a copy of the GNU Lesser General Public

License along with this library; if not, write to the Free Software

Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA

02110-1301 USA.



> BSD-Style



openldap-2.4.43.tgz.gz\openldap-2.4.43.tar\openldap-2.4.43\contrib\slapd-modules\passwd\sha2\sha2.c



Copyright (c) 2000-2001, Aaron D. Gifford

All rights reserved.



Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions

are met:

1. Redistributions of source code must retain the above copyright

   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright

   notice, this list of conditions and the following disclaimer in the

   documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of contributors

   may be used to endorse or promote products derived from this software

   without specific prior written permission.

  

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND

ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

SUCH DAMAGE.



> MIT-Style



openldap-2.4.43.tgz.gz\openldap-2.4.43.tar\openldap-2.4.43\contrib\slapd-modules\passwd\netscape.c



The algorithm implemented in this function was created by Poul-Henning

Kamp and released under the following license:

----------------------------------------------------------------------------

"THE BEER-WARE LICENSE" (Revision 42):

<phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you

can do whatever you want with this stuff. If we meet some day, and you think

this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp



> Public Domain



openldap-2.4.43.tgz.gz\openldap-2.4.43.tar\openldap-2.4.43\libraries\liblutil\md5.c



This code was modified in 1997 by Jim Kingdon of Cyclic Software to

not require an integer type which is exactly 32 bits.  This work

draws on the changes for the same purpose by Tatu Ylonen

<ylo@cs.hut.fi> as part of SSH, but since I didn't actually use

that code, there is no copyright issue.  I hereby disclaim

copyright in any changes I have made; this code remains in the

public domain.



>>> sqlite-3.33.0



License : Public domain



ADDITIONAL LICENSE INFORMATION:



> Free Software Foundation - Free Software License



sqlite-version-3.33.0/configure



Copyright (c) 1992-1996, 1998-2012 Free Software Foundation, Inc.



This configure script is free software; the Free Software Foundation

# gives unlimited permission to copy, distribute and modify it.



sqlite-version-3.33.0/aclocal.m4



Copyright (c) 2008 Free Software Foundation, Inc.



This config.lt script is free software; the Free Software Foundation

gives unlimited permision to copy, distribute and modify it."



sqlite-version-3.33.0/configure



Copyright (c) 2012 Free Software Foundation, Inc.



This configure script is free software; the Free Software Foundation

gives unlimited permission to copy, distribute and modify it.



> Free Software Foundation - MIT Style License



sqlite-version-3.33.0/aclocal.m4



Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.



This file is free software; the Free Software Foundation

# gives unlimited permission to copy and/or distribute it,

# with or without modifications, as long as this notice is preserved.



# This program is distributed in the hope that it will be useful,

# but WITHOUT ANY WARRANTY, to the extent permitted by law; without

# even the implied warranty of MERCHANTABILITY or FITNESS FOR A

# PARTICULAR PURPOSE.



> Free Software Foundation - Unlimited License



sqlite-version-3.33.0/aclocal.m4



Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.



This file is free software; the Free Software Foundation gives

# unlimited permission to copy and/or distribute it, with or without

# modifications, as long as this notice is preserved.



sqlite-version-3.33.0/aclocal.m4



Copyright (c) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.



This file is free software; the Free Software Foundation gives

# unlimited permission to copy and/or distribute it, with or without

# modifications, as long as this notice is preserved.



sqlite-version-3.33.0/aclocal.m4



Copyright (c) 2004, 2005, 2007 Free Software Foundation, Inc.



This file is free software; the Free Software Foundation gives

# unlimited permission to copy and/or distribute it, with or without

# modifications, as long as this notice is preserved.



sqlite-version-3.33.0/aclocal.m4



Copyright (c) 2004 Free Software Foundation, Inc.



This file is free software; the Free Software Foundation gives

# unlimited permission to copy and/or distribute it, with or without

# modifications, as long as this notice is preserved.



> Free unknown license detected but not recognized



sqlite-version-3.33.0/config.guess



sqlite-version-3.33.0/config.sub



Copyright 1992-2019 Free Software Foundation, Inc.



This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."



> FSF All Permissive License



sqlite-version-3.33.0/autoconf/INSTALL



Copyright (c) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc.



Copying and distribution of this file, with or without modification,

are permitted in any medium without royalty provided the copyright

notice and this notice are preserved.  This file is offered as-is,

without warranty of any kind.



> GNU General Public License 2.0 or later



sqlite-version-3.33.0/ltmain.sh



Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.



GNU libtool) [2].[2].[6]

# [Written] [by] [Gordon] [Matzigkeit] <[gord]@[gnu].[ai].[mit].[edu]>, [1996]



# [Copyright] ([C]) [1996], [1997], [1998], [1999], [2000], [2001], [2003], [2004], [2005], [2006], [2007] [2008] [Free] [Software] [Foundation], [Inc].

# [This] [is] [free] [software]; [see] [the] [source] [for] [copying] [conditions].  [There] [is] [NO]

# [warranty]; [not] [even] [for] [MERCHANTABILITY] [or] [FITNESS] [FOR] [A] [PARTICULAR] [PURPOSE].



# GNU Libtool is free software; you can redistribute it and/or modify

# it under the terms of the GNU General Public License as published by

# the Free Software Foundation; either version 2 of the License, or

# (at your option) any later version.

#

# As a special exception to the GNU General Public License,

# if you distribute this file as part of a program or library that

# is built using GNU Libtool, you may include this file under the

# same distribution terms that you use for the rest of that program.

#

# GNU Libtool is distributed in the hope that it will be useful, but

# WITHOUT ANY WARRANTY; without even the implied warranty of

# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

# General Public License for more details.

#

# You should have received a copy of the GNU General Public License

# along with GNU Libtool; see the file COPYING.  If not, a copy

# can be downloaded from http://www.gnu.org/licenses/gpl.html,

# or obtained by writing to the Free Software Foundation, Inc.,

# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.



sqlite-version-3.33.0/aclocal.m4



sqlite-version-3.33.0/configure



Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.



This file is part of GNU Libtool.

#

# GNU Libtool is free software; you can redistribute it and/or

# modify it under the terms of the GNU General Public License as

# published by the Free Software Foundation; either version 2 of

# the License, or (at your option) any later version.

#

# As a special exception to the GNU General Public License,

# if you distribute this file as part of a program or library that

# is built using GNU Libtool, you may include this file under the

# same distribution terms that you use for the rest of that program.

#

# GNU Libtool is distributed in the hope that it will be useful,

# but WITHOUT ANY WARRANTY; without even the implied warranty of

# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

# GNU General Public License for more details.

#

# You should have received a copy of the GNU General Public License

# along with GNU Libtool; see the file COPYING.  If not, a copy

# can be downloaded from http://www.gnu.org/licenses/gpl.html, or

# obtained by writing to the Free Software Foundation, Inc.,

# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.



> GNU General Public License 3.0 or later



sqlite-version-3.33.0/config.guess



sqlite-version-3.33.0/config.sub



Copyright 1992-2019 Free Software Foundation, Inc.



This file is free software; you can redistribute it and/or modify it

# under the terms of the GNU General Public License as published by

# the Free Software Foundation; either version 3 of the License, or

# (at your option) any later version.

#

# This program is distributed in the hope that it will be useful, but

# WITHOUT ANY WARRANTY; without even the implied warranty of

# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

# General Public License for more details.

#

# You should have received a copy of the GNU General Public License

# along with this program; if not, see <https://www.gnu.org/licenses/>.

#

# As a special exception to the GNU General Public License, if you

# distribute this file as part of a program that contains a

# configuration script generated by Autoconf, you may include it under

# the same distribution terms that you use for the rest of that

# program.  This Exception is an additional permission under section 7

# of the GNU General Public License, version 3 ("GPLv3").



> MIT Old Style no advertising



sqlite-version-3.33.0/install-sh



Copyright 1991 by the Massachusetts Institute of Technology



Permission to use, copy, modify, distribute, and sell this software and its

# documentation for any purpose is hereby granted without fee, provided that

# the above copyright notice appear in all copies and that both that

# copyright notice and this permission notice appear in supporting

# documentation, and that the name of M.I.T. not be used in advertising or

# publicity pertaining to distribution of the software without specific,

# written prior permission.  M.I.T. makes no representations about the

# suitability of this software for any purpose.  It is provided "as is"

# without express or implied warranty.



> X11-Style (X Consortium)



sqlite-version-3.33.0/autoconf/tea/tclconfig/install-sh



Copyright (c) 1994 X Consortium



Permission is hereby granted, free of charge, to any person obtaining a copy

# of this software and associated documentation files (the "Software"), to

# deal in the Software without restriction, including without limitation the

# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or

# sell copies of the Software, and to permit persons to whom the Software is

# furnished to do so, subject to the following conditions:

#

# The above copyright notice and this permission notice shall be included in

# all copies or substantial portions of the Software.

#

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE

# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN

# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-

# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#

# Except as contained in this notice, the name of the X Consortium shall not

# be used in advertising or otherwise to promote the sale, use or other deal-

# ings in this Software without prior written authorization from the X Consor-

# tium.



>>> zlib-1.2.11



Copyright notice:



(C) 1995-2013 Jean-loup Gailly and Mark Adler



This software is provided 'as-is', without any express or implied

warranty.  In no event will the authors be held liable for any damages

arising from the use of this software.



Permission is granted to anyone to use this software for any purpose,

including commercial applications, and to alter it and redistribute it

freely, subject to the following restrictions:



1. The origin of this software must not be misrepresented; you must not

claim that you wrote the original software. If you use this software

in a product, an acknowledgment in the product documentation would be

appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be

misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.



Jean-loup Gailly        Mark Adler

jloup@gzip.org          madler@alumni.caltech.edu



If you use the zlib library in a product, we would appreciatenot* receiving

lengthy legal documents to sign.  The sources are provided for free but without

warranty of any kind.  The library has been entirely written by Jean-loup

Gailly and Mark Adler; it does not include third-party code.



If you redistribute modified sources, we would appreciate that you include in

the file ChangeLog history information documenting your changes.  Please read

the FAQ for more information on the distribution of modified source versions.





ADDITIONAL LICENSE INFORMATION:



[VMWARE DOES NOT DISTRIBUTE SUB_PACKAGE ZLIB.ADS]



>   GPL 2.0



zlib-1.2.8.tar.gz\zlib-1.2.8.tar\zlib-1.2.8\contrib\ada\zlib.ads



Copyright (C) 2002-2004 Dmitriy Anisimkov



This library is free software; you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation; either version 2 of the License, or (at

your option) any later version.



This library is distributed in the hope that it will be useful, but

WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

General Public License for more details.



You should have received a copy of the GNU General Public License

along with this library; if not, write to the Free Software Foundation,

Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.



As a special exception, if other files instantiate generics from this

unit, or you link this unit with other files to produce an executable,

this  unit  does not  by itself cause  the resulting executable to be

covered by the GNU General Public License. This exception does not

however invalidate any other reasons why the executable file  might be

covered by the  GNU Public License.



>   BSD



zlib-1.2.8.tar.gz\zlib-1.2.8.tar\zlib-1.2.8\contrib\amd64\amd64-match.S



match.S -- optimized version of longest_match()

based on the similar work by Gilles Vollant, and Brian Raiter, written 1998



This is free software; you can redistribute it and/or modify it

under the terms of the BSD License. Use by owners of Che Guevarra

parafernalia is prohibited, where possible, and highly discouraged

elsewhere.



>   MIT (Style)



zlib-1.2.8.tar.gz\zlib-1.2.8.tar\zlib-1.2.8\contrib\dotzlib\LICENSE_1_0.txt



Boost Software License - Version 1.0 - August 17th, 2003



Permission is hereby granted, free of charge, to any person or organization

obtaining a copy of the software and accompanying documentation covered by

this license (the "Software") to use, reproduce, display, distribute,

execute, and transmit the Software, and to prepare derivative works of the

Software, and to permit third-parties to whom the Software is furnished to

do so, all subject to the following:



The copyright notices in the Software and this entire statement, including

the above license grant, this restriction and the following disclaimer,

must be included in all copies of the Software, in whole or in part, and

all derivative works of the Software, unless such copies or derivative

works are solely in the form of machine-executable object code generated by

a source language processor.



THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT

SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE

FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,

ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER

DEALINGS IN THE SOFTWARE.



>   Public Domain



zlib-1.2.8.tar.gz\zlib-1.2.8.tar\zlib-1.2.8\examples\zlib_how.html



zpipe.c: example of proper use of zlib's inflate() and deflate()

Not copyrighted -- provided to the public domain

Version 1.4  11 December 2005  Mark Adler



--------------- SECTION 2: GNU General Public License, V2.0 ----------



GNU General Public License, V2.0 is applicable to the following component(s).





>>> gcc-6.4



Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.



This file is part of GCC.



GCC is free software; you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation; either version 2, or (at your option)

any later version.



GCC is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

GNU General Public License for more details.



You should have received a copy of the GNU General Public License

along with GCC; see the file COPYING.  If not, write to

the Free Software Foundation, 51 Franklin Street, Fifth Floor,

Boston MA 02110-1301, USA.



GCC RUNTIME LIBRARY EXCEPTION Version 3.1, 31 March 2009 Copyright (C) 2009 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This GCC Runtime Library Exception ("Exception") is an additional permission under section 7 of the GNU General Public License, version 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that bears a notice placed by the copyright holder of the file stating that the file is governed by GPLv3 along with this Exception. When you use GCC to compile a program, GCC may combine portions of certain GCC header files and runtime libraries with the compiled program. The purpose of this Exception is to allow compilation of non-GPL (including proprietary) programs to use, in this way, the header files and runtime libraries covered by this Exception. 0. Definitions. A file is an "Independent Module" if it either requires the Runtime Library for execution after a Compilation Process, or makes use of an interface provided by the Runtime Library, but is not otherwise based on the Runtime Library. "GCC" means a version of the GNU Compiler Collection, with or without modifications, governed by version 3 (or a specified later version) of the GNU General Public License (GPL) with the option of using any subsequent versions published by the FSF. "GPL-compatible Software" is software whose conditions of propagation, modification and use would permit combination with GCC in accord with the license of GCC. "Target Code" refers to output from any compiler for a real or virtual target processor architecture, in executable form or suitable for input to an assembler, loader, linker and/or execution phase. Notwithstanding that, Target Code does not include data in any format that is used as a compiler intermediate representation, or used for producing a compiler intermediate representation. The "Compilation Process" transforms code entirely represented in non-intermediate languages designed for human-written code, and/or in Java Virtual Machine byte code, into Target Code. Thus, for example, use of source code generators and preprocessors need not be considered part of the Compilation Process, since the Compilation Process can be understood as starting with the output of the generators or preprocessors. A Compilation Process is "Eligible" if it is done using GCC, alone or with other GPL-compatible software, or if it is done without using any work based on GCC. For example, using non-GPL-compatible Software to optimize any GCC intermediate representations would not qualify as an Eligible Compilation Process. 1. Grant of Additional Permission. You have permission to propagate a work of Target Code formed by combining the Runtime Library with Independent Modules, even if such propagation would otherwise violate the terms of GPLv3, provided that all Target Code was generated by Eligible Compilation Processes. You may then convey such a combination under terms of your choice, consistent with the licensing of the Independent Modules. 2. No Weakening of GCC Copyleft. The availability of this Exception does not imply any general presumption that third-party software is unaffected by the copyleft requirements of the license of GCC.



ADDITIONAL LICENSE INFORMATION:



>GFDL 1.3



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\gcc\doc\gcov.texi



Copyright (C) 1996-2016 Free Software Foundation, Inc.

This is part of the GCC manual.

For copying conditions, see the file gcc.texi.



Copyright @copyright{} 1996-2017 Free Software Foundation, Inc.



Permission is granted to copy, distribute and/or modify this document

under the terms of the GNU Free Documentation License, Version 1.3 or

any later version published by the Free Software Foundation; with the

Invariant Sections being ``GNU General Public License'' and ``Funding

Free Software'', the Front-Cover texts being (a) (see below), and with

the Back-Cover Texts being (b) (see below).  A copy of the license is

included in the gfdl(7) man page.



>BSD-3 with Patent grant



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\gcc\go\gofrontend\LICENSE



Copyright (c) 2009 The Go Authors. All rights reserved.



Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:



Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above

copyright notice, this list of conditions and the following disclaimer

in the documentation and/or other materials provided with the

distribution.

Neither the name of Google Inc. nor the names of its

contributors may be used to endorse or promote products derived from

this software without specific prior written permission.



THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Additional IP Rights Grant (Patents)



"This implementation" means the copyrightable works distributed by

Google as part of the Go project.



Google hereby grants to You a perpetual, worldwide, non-exclusive,

no-charge, royalty-free, irrevocable (except as stated in this section)

patent license to make, have made, use, offer to sell, sell, import,

transfer and otherwise run, modify and propagate the contents of this

implementation of Go, where such license applies only to those patent

claims, both currently owned or controlled by Google and acquired in

the future, licensable by Google that are necessarily infringed by this

implementation of Go.  This grant does not include claims that would be

infringed only as a consequence of further modification of this

implementation.  If you or your agent or exclusive licensee institute or

order or agree to the institution of patent litigation against any

entity (including a cross-claim or counterclaim in a lawsuit) alleging

that this implementation of Go or any code incorporated within this

implementation of Go constitutes direct or contributory patent

infringement, or inducement of patent infringement, then any patent

rights granted to you under this License for this implementation of Go

shall terminate as of the date such litigation is filed.



>LGPL 2.1



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\gcc\testsuite\gcc.dg\compat\generate-random.h



Copyright (C) 2004 Free Software Foundation



The GNU C Library is free software; you can redistribute it and/or

modify it under the terms of the GNU Lesser General Public

License as published by the Free Software Foundation; either

version 2.1 of the License, or (at your option) any later version.



The GNU C Library is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

Lesser General Public License for more details.



You should have received a copy of the GNU Lesser General Public

License along with the GNU C Library; if not, write to the Free

Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA

02110-1301 USA.



>LGPL 3.0



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\gcc\stab.def



Table of DBX symbol codes for the GNU system.

Copyright (C) 1988-2016 Free Software Foundation, Inc.

This file is part of the GNU C Library.



The GNU C Library is free software; you can redistribute it and/or

modify it under the terms of the GNU Library General Public License as

published by the Free Software Foundation; either version 3 of the

License, or (at your option) any later version.



The GNU C Library is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

Library General Public License for more details.



You should have received a copy of the GNU Library General Public

License along with the GNU C Library; see the file COPYING3.  If

not see <http://www.gnu.org/licenses/>.



>LGPL 2.0



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\include\demangle.h



Copyright (C) 1992-2015 Free Software Foundation, Inc.



This program is free software; you can redistribute it and/or

modify it under the terms of the GNU Library General Public License

as published by the Free Software Foundation; either version 2, or

(at your option) any later version.



In addition to the permissions in the GNU Library General Public

License, the Free Software Foundation gives you unlimited

permission to link the compiled version of this file into

combinations with other programs, and to distribute those

combinations without any restriction coming from the use of this

file.  (The Library Public License restrictions do apply in other

respects; for example, they cover modification of the file, and

distribution when not linked into a combined executable.)



This program is distributed in the hope that it will be useful, but

WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

Library General Public License for more details.



You should have received a copy of the GNU Library General Public

License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA

02110-1301, USA.



>Public Domain



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\libffi\src\dlmalloc.c



This is a version (aka dlmalloc) of malloc/free/realloc written by

Doug Lea and released to the public domain, as explained at

http://creativecommons.org/licenses/publicdomain.  Send questions,

comments, complaints, performance data, etc to dl@cs.oswego.edu.



>MIT



 gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\libffi\LICENSE



libffi - Copyright (c) 1996-2014  Anthony Green, Red Hat, Inc and others.

See source files for details.



Permission is hereby granted, free of charge, to any person obtaining

a copy of this software and associated documentation files (the

``Software''), to deal in the Software without restriction, including

without limitation the rights to use, copy, modify, merge, publish,

distribute, sublicense, and/or sell copies of the Software, and to

permit persons to whom the Software is furnished to do so, subject to

the following conditions:



The above copyright notice and this permission notice shall be

included in all copies or substantial portions of the Software.



THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,

EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY

CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE

SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



> LGPL 2.1



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\libffi\msvcc.sh



[PLEASE NOTE:  VMWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE LGPL 2.1 LICENSE THE TEXT OF WHICH IS SET FORTH IN THE APPENDIX.  THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.]



BEGIN LICENSE BLOCK

Version: MPL 1.1/GPL 2.0/LGPL 2.1



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 MSVC wrappificator.



The Initial Developer of the Original Code is

Timothy Wall <twalljava@dev.java.net>.

Portions created by the Initial Developer are Copyright (C) 2009

the Initial Developer. All Rights Reserved.



Contributor(s):

Daniel Witte <dwitte@mozilla.com>



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.



END LICENSE BLOCK



>GPL 3.0 (with runtime library exception)



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\libgcc\config\aarch64\crti.S



Machine description for AArch64 architecture.

Copyright (C) 2009-2016 Free Software Foundation, Inc.

Contributed by ARM Ltd.



This file is free software; you can redistribute it and/or modify it

under the terms of the GNU General Public License as published by the

Free Software Foundation; either version 3, or (at your option) any

later version.



This file is distributed in the hope that it will be useful, but

WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

General Public License for more details.



Under Section 7 of GPL version 3, you are granted additional

permissions described in the GCC Runtime Library Exception, version

3.1, as published by the Free Software Foundation.



You should have received a copy of the GNU General Public License and

a copy of the GCC Runtime Library Exception along with this program;

see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see

<http://www.gnu.org/licenses/>.



>LGPL 2.1(with linking exception)



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\libgcc\config\c6x\sfp-machine.h



Copyright (C) 2010-2016 Free Software Foundation, Inc.



This files is free software; you can redistribute it and/or

modify it under the terms of the GNU Lesser General Public

License as published by the Free Software Foundation; either

version 2.1 of the License, or (at your option) any later version.



In addition to the permissions in the GNU Lesser General Public

License, the Free Software Foundation gives you unlimited

permission to link the compiled version of this file into

combinations with other programs, and to distribute those

combinations without any restriction coming from the use of this

file.  (The Lesser General Public License restrictions do apply in

other respects; for example, they cover modification of the file,

and distribution when not linked into a combine executable.)



This file is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

Lesser General Public License for more details.



You should have received a copy of the GNU Lesser General Public

License along with GCC; see the file COPYING.LIB.  If not see

<http://www.gnu.org/licenses/>.



>MIT-Style



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\libjava\classpath\external\jsr166\readme



Copyright 2002-2004 Sun Microsystems, Inc. All rights reserved. Use is

subject to the following license terms.



"Sun hereby grants you a non-exclusive, worldwide, non-transferrable

license to use and distribute the Java Software technologies as part

of a larger work in source and binary forms, with or without

modification, provided that the following conditions are met:



-Neither the name of or trademarks of Sun may be used to endorse or

promote products derived from the Java Software technology without

specific prior written permission.



-Redistributions of source or binary code must be accompanied by the

following notice and disclaimers:



Portions copyright Sun Microsystems, Inc. Used with kind permission.



This software is provided AS IS, without a warranty of any kind.  ALL

EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND

WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF

MERCHANTABILITY, FITNESS FOR A PARTICULAR PUPOSE OR

NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN

MICROSYSTEMS, INC. AND ITS LICENSORS SHALL NOT BE LIABLE

FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF

USING, MODIFYING OR DISTRIBUTING THE SOFTWARE OR ITS

DERIVATIVES. IN NO EVENT WILL SUN MICROSYSTEMS, INC. OR

ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR

DATA, OR FOR DIRECT, INDIRECT,CONSQUENTIAL, INCIDENTAL

OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF

THE THEORY OR LIABILITY, ARISING OUT OF THE USE OF OR

INABILITY TO USE SOFTWARE, EVEN IF SUN MICROSYSTEMS, INC.

HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.



You acknowledge that Software is not designed, licensed or intended for

use in the design, construction, operation or maintenance of any nuclear

facility."



> MIT



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\libsanitizer\LICENSE.TXT



[PLEASE NOTE:  VMWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE MIT LICENSE. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.]



==============================================================================

compiler_rt License

==============================================================================

The compiler_rt library is dual licensed under both the University of Illinois

"BSD-Like" license and the MIT license.  As a user of this code you may choose

to use it under either license.  As a contributor, you agree to allow your code

to be used under both.



Full text of the relevant licenses is included below.

==============================================================================

University of Illinois/NCSA

Open Source License



Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT



All rights reserved.



Developed by:



LLVM Team



University of Illinois at Urbana-Champaign



http://llvm.org



Permission is hereby granted, free of charge, to any person obtaining a copy of

this software and associated documentation files (the "Software"), to deal with

the Software without restriction, including without limitation the rights to

use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies

of the Software, and to permit persons to whom the Software is furnished to do

so, subject to the following conditions:



Redistributions of source code must retain the above copyright notice,

this list of conditions and the following disclaimers.



Redistributions in binary form must reproduce the above copyright notice,

this list of conditions and the following disclaimers in the

documentation and/or other materials provided with the distribution.



Neither the names of the LLVM Team, University of Illinois at

Urbana-Champaign, nor the names of its contributors may be used to

endorse or promote products derived from this Software without specific

prior written permission.



THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS

FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE

CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE

SOFTWARE.

==============================================================================

Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT



Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to deal

in the Software without restriction, including without limitation the rights

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

copies of the Software, and to permit persons to whom the Software is

furnished to do so, subject to the following conditions:



The above copyright notice and this permission notice shall be included in

all copies or substantial portions of the Software.



THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN

THE SOFTWARE.

==============================================================================

Copyrights and Licenses for Third Party Software Distributed with LLVM:

==============================================================================

The LLVM software contains code written by third parties.  Such software will

have its own individual LICENSE.TXT file in the directory in which it appears.

This file will describe the copyrights, license, and restrictions which apply

to that code.



The disclaimer of warranty in the University of Illinois Open Source License

applies to all code in the LLVM Distribution, and nothing in any of the

other licenses gives permission to use the names of the LLVM Team or the

University of Illinois to endorse or promote products derived from this

Software.



The following pieces of software have additional or alternate copyrights,

licenses, and/or restrictions:



Program             Directory

-------             ---------

mach_override       lib/interception/mach_override



>GFDL 1.2



gcc-7.3.0.tar.xz\gcc-7.3.0.tar\gcc-7.3.0\libstdc++-v3\doc\html\index.html



Copyright (C) 2008-2016 FSF



Permission is granted to copy, distribute and/or modify this

document under the terms of the GNU Free Documentation

License, Version 1.2 or any later version published by the

Free Software Foundation; with no Invariant Sections, with no

Front-Cover Texts, and with no Back-Cover Texts.



>BSD



gcc-gcc-6_4_0-release.tar.gz\gcc-gcc-6_4_0-release.tar\gcc-gcc-6_4_0-release\mkdep



Copyright (c) 1987 Regents of the University of California.

All rights reserved.



Redistribution and use in source and binary forms are permitted

provided that the above copyright notice and this paragraph are

duplicated in all such forms and that any documentation,

advertising materials, and other materials related to such

distribution and use acknowledge that the software was developed

by the University of California, Berkeley.  The name of the

University may not be used to endorse or promote products derived

from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR

IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED

WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.



=============== APPENDIX. Standard License Files ============== 







--------------- SECTION 1: GNU General Public License, V2.0 -----------



		    GNU GENERAL PUBLIC LICENSE

		       Version 2, June 1991



 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,

 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

 Everyone is permitted to copy and distribute verbatim copies

 of this license document, but changing it is not allowed.



			    Preamble



  The licenses for most software are designed to take away your

freedom to share and change it.  By contrast, the GNU General Public

License is intended to guarantee your freedom to share and change free

software--to make sure the software is free for all its users.  This

General Public License applies to most of the Free Software

Foundation's software and to any other program whose authors commit to

using it.  (Some other Free Software Foundation software is covered by

the GNU Lesser General Public License instead.)  You can apply it to

your programs, too.



  When we speak of free software, we are referring to freedom, not

price.  Our General Public Licenses are designed to make sure that you

have the freedom to distribute copies of free software (and charge for

this service if you wish), that you receive source code or can get it

if you want it, that you can change the software or use pieces of it

in new free programs; and that you know you can do these things.



  To protect your rights, we need to make restrictions that forbid

anyone to deny you these rights or to ask you to surrender the rights.

These restrictions translate to certain responsibilities for you if you

distribute copies of the software, or if you modify it.



  For example, if you distribute copies of such a program, whether

gratis or for a fee, you must give the recipients all the rights that

you have.  You must make sure that they, too, receive or can get the

source code.  And you must show them these terms so they know their

rights.



  We protect your rights with two steps: (1) copyright the software, and

(2) offer you this license which gives you legal permission to copy,

distribute and/or modify the software.



  Also, for each author's protection and ours, we want to make certain

that everyone understands that there is no warranty for this free

software.  If the software is modified by someone else and passed on, we

want its recipients to know that what they have is not the original, so

that any problems introduced by others will not reflect on the original

authors' reputations.



  Finally, any free program is threatened constantly by software

patents.  We wish to avoid the danger that redistributors of a free

program will individually obtain patent licenses, in effect making the

program proprietary.  To prevent this, we have made it clear that any

patent must be licensed for everyone's free use or not licensed at all.



  The precise terms and conditions for copying, distribution and

modification follow.



		    GNU GENERAL PUBLIC LICENSE

   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION



  0. This License applies to any program or other work which contains

a notice placed by the copyright holder saying it may be distributed

under the terms of this General Public License.  The "Program", below,

refers to any such program or work, and a "work based on the Program"

means either the Program or any derivative work under copyright law:

that is to say, a work containing the Program or a portion of it,

either verbatim or with modifications and/or translated into another

language.  (Hereinafter, translation is included without limitation in

the term "modification".)  Each licensee is addressed as "you".



Activities other than copying, distribution and modification are not

covered by this License; they are outside its scope.  The act of

running the Program is not restricted, and the output from the Program

is covered only if its contents constitute a work based on the

Program (independent of having been made by running the Program).

Whether that is true depends on what the Program does.



  1. You may copy and distribute verbatim copies of the Program's

source code as you receive it, in any medium, provided that you

conspicuously and appropriately publish on each copy an appropriate

copyright notice and disclaimer of warranty; keep intact all the

notices that refer to this License and to the absence of any warranty;

and give any other recipients of the Program a copy of this License

along with the Program.



You may charge a fee for the physical act of transferring a copy, and

you may at your option offer warranty protection in exchange for a fee.



  2. You may modify your copy or copies of the Program or any portion

of it, thus forming a work based on the Program, and copy and

distribute such modifications or work under the terms of Section 1

above, provided that you also meet all of these conditions:



    a) You must cause the modified files to carry prominent notices

    stating that you changed the files and the date of any change.



    b) You must cause any work that you distribute or publish, that in

    whole or in part contains or is derived from the Program or any

    part thereof, to be licensed as a whole at no charge to all third

    parties under the terms of this License.



    c) If the modified program normally reads commands interactively

    when run, you must cause it, when started running for such

    interactive use in the most ordinary way, to print or display an

    announcement including an appropriate copyright notice and a

    notice that there is no warranty (or else, saying that you provide

    a warranty) and that users may redistribute the program under

    these conditions, and telling the user how to view a copy of this

    License.  (Exception: if the Program itself is interactive but

    does not normally print such an announcement, your work based on

    the Program is not required to print an announcement.)



These requirements apply to the modified work as a whole.  If

identifiable sections of that work are not derived from the Program,

and can be reasonably considered independent and separate works in

themselves, then this License, and its terms, do not apply to those

sections when you distribute them as separate works.  But when you

distribute the same sections as part of a whole which is a work based

on the Program, the distribution of the whole must be on the terms of

this License, whose permissions for other licensees extend to the

entire whole, and thus to each and every part regardless of who wrote it.



Thus, it is not the intent of this section to claim rights or contest

your rights to work written entirely by you; rather, the intent is to

exercise the right to control the distribution of derivative or

collective works based on the Program.



In addition, mere aggregation of another work not based on the Program

with the Program (or with a work based on the Program) on a volume of

a storage or distribution medium does not bring the other work under

the scope of this License.



  3. You may copy and distribute the Program (or a work based on it,

under Section 2) in object code or executable form under the terms of

Sections 1 and 2 above provided that you also do one of the following:



    a) Accompany it with the complete corresponding machine-readable

    source code, which must be distributed under the terms of Sections

    1 and 2 above on a medium customarily used for software interchange; or,



    b) Accompany it with a written offer, valid for at least three

    years, to give any third party, for a charge no more than your

    cost of physically performing source distribution, a complete

    machine-readable copy of the corresponding source code, to be

    distributed under the terms of Sections 1 and 2 above on a medium

    customarily used for software interchange; or,



    c) Accompany it with the information you received as to the offer

    to distribute corresponding source code.  (This alternative is

    allowed only for noncommercial distribution and only if you

    received the program in object code or executable form with such

    an offer, in accord with Subsection b above.)



The source code for a work means the preferred form of the work for

making modifications to it.  For an executable work, complete source

code means all the source code for all modules it contains, plus any

associated interface definition files, plus the scripts used to

control compilation and installation of the executable.  However, as a

special exception, the source code distributed need not include

anything that is normally distributed (in either source or binary

form) with the major components (compiler, kernel, and so on) of the

operating system on which the executable runs, unless that component

itself accompanies the executable.



If distribution of executable or object code is made by offering

access to copy from a designated place, then offering equivalent

access to copy the source code from the same place counts as

distribution of the source code, even though third parties are not

compelled to copy the source along with the object code.



  4. You may not copy, modify, sublicense, or distribute the Program

except as expressly provided under this License.  Any attempt

otherwise to copy, modify, sublicense or distribute the Program is

void, and will automatically terminate your rights under this License.

However, parties who have received copies, or rights, from you under

this License will not have their licenses terminated so long as such

parties remain in full compliance.



  5. You are not required to accept this License, since you have not

signed it.  However, nothing else grants you permission to modify or

distribute the Program or its derivative works.  These actions are

prohibited by law if you do not accept this License.  Therefore, by

modifying or distributing the Program (or any work based on the

Program), you indicate your acceptance of this License to do so, and

all its terms and conditions for copying, distributing or modifying

the Program or works based on it.



  6. Each time you redistribute the Program (or any work based on the

Program), the recipient automatically receives a license from the

original licensor to copy, distribute or modify the Program subject to

these terms and conditions.  You may not impose any further

restrictions on the recipients' exercise of the rights granted herein.

You are not responsible for enforcing compliance by third parties to

this License.



  7. If, as a consequence of a court judgment or allegation of patent

infringement or for any other reason (not limited to patent issues),

conditions are imposed on you (whether by court order, agreement or

otherwise) that contradict the conditions of this License, they do not

excuse you from the conditions of this License.  If you cannot

distribute so as to satisfy simultaneously your obligations under this

License and any other pertinent obligations, then as a consequence you

may not distribute the Program at all.  For example, if a patent

license would not permit royalty-free redistribution of the Program by

all those who receive copies directly or indirectly through you, then

the only way you could satisfy both it and this License would be to

refrain entirely from distribution of the Program.



If any portion of this section is held invalid or unenforceable under

any particular circumstance, the balance of the section is intended to

apply and the section as a whole is intended to apply in other

circumstances.



It is not the purpose of this section to induce you to infringe any

patents or other property right claims or to contest validity of any

such claims; this section has the sole purpose of protecting the

integrity of the free software distribution system, which is

implemented by public license practices.  Many people have made

generous contributions to the wide range of software distributed

through that system in reliance on consistent application of that

system; it is up to the author/donor to decide if he or she is willing

to distribute software through any other system and a licensee cannot

impose that choice.



This section is intended to make thoroughly clear what is believed to

be a consequence of the rest of this License.



  8. If the distribution and/or use of the Program is restricted in

certain countries either by patents or by copyrighted interfaces, the

original copyright holder who places the Program under this License

may add an explicit geographical distribution limitation excluding

those countries, so that distribution is permitted only in or among

countries not thus excluded.  In such case, this License incorporates

the limitation as if written in the body of this License.



  9. The Free Software Foundation may publish revised and/or new versions

of the General Public License from time to time.  Such new versions will

be similar in spirit to the present version, but may differ in detail to

address new problems or concerns.



Each version is given a distinguishing version number.  If the Program

specifies a version number of this License which applies to it and "any

later version", you have the option of following the terms and conditions

either of that version or of any later version published by the Free

Software Foundation.  If the Program does not specify a version number of

this License, you may choose any version ever published by the Free Software

Foundation.



  10. If you wish to incorporate parts of the Program into other free

programs whose distribution conditions are different, write to the author

to ask for permission.  For software which is copyrighted by the Free

Software Foundation, write to the Free Software Foundation; we sometimes

make exceptions for this.  Our decision will be guided by the two goals

of preserving the free status of all derivatives of our free software and

of promoting the sharing and reuse of software generally.



			    NO WARRANTY



  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY

FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN

OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES

PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED

OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF

MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS

TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE

PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,

REPAIR OR CORRECTION.



  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING

WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR

REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,

INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING

OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED

TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY

YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER

PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE

POSSIBILITY OF SUCH DAMAGES.



		     END OF TERMS AND CONDITIONS



	    How to Apply These Terms to Your New Programs



  If you develop a new program, and you want it to be of the greatest

possible use to the public, the best way to achieve this is to make it

free software which everyone can redistribute and change under these terms.



  To do so, attach the following notices to the program.  It is safest

to attach them to the start of each source file to most effectively

convey the exclusion of warranty; and each file should have at least

the "copyright" line and a pointer to where the full notice is found.



    <one line to give the program's name and a brief idea of what it does.>

    Copyright (C) <year>  <name of author>



    This program is free software; you can redistribute it and/or modify

    it under the terms of the GNU General Public License as published by

    the Free Software Foundation; either version 2 of the License, or

    (at your option) any later version.



    This program is distributed in the hope that it will be useful,

    but WITHOUT ANY WARRANTY; without even the implied warranty of

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

    GNU General Public License for more details.



    You should have received a copy of the GNU General Public License along

    with this program; if not, write to the Free Software Foundation, Inc.,

    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.



Also add information on how to contact you by electronic and paper mail.



If the program is interactive, make it output a short notice like this

when it starts in an interactive mode:



    Gnomovision version 69, Copyright (C) year name of author

    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.

    This is free software, and you are welcome to redistribute it

    under certain conditions; type `show c' for details.



The hypothetical commands `show w' and `show c' should show the appropriate

parts of the General Public License.  Of course, the commands you use may

be called something other than `show w' and `show c'; they could even be

mouse-clicks or menu items--whatever suits your program.



You should also get your employer (if you work as a programmer) or your

school, if any, to sign a "copyright disclaimer" for the program, if

necessary.  Here is a sample; alter the names:



  Yoyodyne, Inc., hereby disclaims all copyright interest in the program

  `Gnomovision' (which makes passes at compilers) written by James Hacker.



  <signature of Ty Coon>, 1 April 1989

  Ty Coon, President of Vice



This General Public License does not permit incorporating your program into

proprietary programs.  If your program is a subroutine library, you may

consider it more useful to permit linking proprietary applications with the

library.  If this is what you want to do, use the GNU Lesser General

Public License instead of this License.







======================================================================



To the extent any open source components are licensed under the GPL

and/or LGPL, or other similar licenses that require the source code

and/or modifications to source code to be made available (as would be

noted above), you may obtain a copy of the source code corresponding to

the binaries for such open source components and modifications thereto,

if any, (the "Source Files"), by downloading the Source Files from

VMware's website at http://www.vmware.com/download/open_source.html, or

by sending a request, with your name and address to: VMware, Inc., 3401

Hillview Avenue, Palo Alto, CA 94304, United States of America. All such

requests should clearly specify: OPEN SOURCE FILES REQUEST, Attention

General Counsel. VMware shall mail a copy of the Source Files to you on

a CD or equivalent physical medium. This offer to obtain a copy of the

Source Files is valid for three years from the date you acquired this

Software product. Alternatively, the Source Files may accompany the

VMware product.



[VDDK702GANT121720]

