github.com/krum110487/go-htaccess@v0.0.0-20240316004156-60641c8e7598/tests/data/apache_2_2_34/OPENSSL-README.txt (about)

     1  
     2   Apache HTTP Server 2.2 Limited OpenSSL Distribution
     3  
     4   This binary installation of OpenSSL is a limited distribution of the
     5   files derived from the OpenSSL project:
     6  
     7     LICENSE.txt (includes openssl LICENSE)
     8     OPENSSL-NEWS.txt
     9     OPENSSL-README.txt
    10     conf\openssl.cnf
    11     bin\libeay32.dll
    12     bin\ssleay32.dll
    13     bin\openssl.exe
    14  
    15   These are the minimal libraries and tools required to use mod_ssl as 
    16   distributed with Apache HTTP Server version 2.2.  No library link files, 
    17   headers or sources are distributed with this binary distribution.  Please 
    18   refer to the <http://www.openssl.org/> site for complete source or binary 
    19   distributions.
    20  
    21   These OpenSSL binaries were built for distribution from the U.S. without 
    22   support for the patented encryption methods IDEA, MDC-2 or RC5.
    23  
    24   The Apache HTTP Project only supports the binary distribution of these files
    25   and development of the mod_ssl module.  We cannot provide support assistance
    26   for using or configuring the OpenSSL package or these modules.  Please refer
    27   all installation and configuration questions to the appropriate forum,
    28   such as the user supported lists, <http://httpd.apache.org/userslist.html> 
    29   the Apache HTTP Server user's list or <http://www.openssl.org/support/> the
    30   OpenSSL support page.
    31  
    32  --------------------------------------------------------------------------------
    33  
    34  
    35   OpenSSL 1.0.2l 25 May 2017
    36  
    37   Copyright (c) 1998-2015 The OpenSSL Project
    38   Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
    39   All rights reserved.
    40  
    41   DESCRIPTION
    42   -----------
    43  
    44   The OpenSSL Project is a collaborative effort to develop a robust,
    45   commercial-grade, fully featured, and Open Source toolkit implementing the
    46   Secure Sockets Layer (SSLv3) and Transport Layer Security (TLS) protocols as
    47   well as a full-strength general purpose cryptograpic library. The project is
    48   managed by a worldwide community of volunteers that use the Internet to
    49   communicate, plan, and develop the OpenSSL toolkit and its related
    50   documentation.
    51  
    52   OpenSSL is descended from the SSLeay library developed by Eric A. Young
    53   and Tim J. Hudson.  The OpenSSL toolkit is licensed under a dual-license (the
    54   OpenSSL license plus the SSLeay license), which means that you are free to
    55   get and use it for commercial and non-commercial purposes as long as you
    56   fulfill the conditions of both licenses.
    57  
    58   OVERVIEW
    59   --------
    60  
    61   The OpenSSL toolkit includes:
    62  
    63   libssl.a:
    64       Provides the client and server-side implementations for SSLv3 and TLS.
    65  
    66   libcrypto.a:
    67       Provides general cryptographic and X.509 support needed by SSL/TLS but
    68       not logically part of it.
    69  
    70   openssl:
    71       A command line tool that can be used for:
    72          Creation of key parameters
    73          Creation of X.509 certificates, CSRs and CRLs
    74          Calculation of message digests
    75          Encryption and decryption
    76          SSL/TLS client and server tests
    77          Handling of S/MIME signed or encrypted mail
    78          And more...
    79  
    80   INSTALLATION
    81   ------------
    82  
    83   See the appropriate file:
    84          INSTALL         Linux, Unix, etc.
    85          INSTALL.DJGPP   DOS platform with DJGPP
    86          INSTALL.NW      Netware
    87          INSTALL.OS2     OS/2
    88          INSTALL.VMS     VMS
    89          INSTALL.W32     Windows (32bit)
    90          INSTALL.W64     Windows (64bit)
    91          INSTALL.WCE     Windows CE
    92  
    93   SUPPORT
    94   -------
    95  
    96   See the OpenSSL website www.openssl.org for details on how to obtain
    97   commercial technical support.
    98  
    99   If you have any problems with OpenSSL then please take the following steps
   100   first:
   101  
   102      - Download the latest version from the repository
   103        to see if the problem has already been addressed
   104      - Configure with no-asm
   105      - Remove compiler optimisation flags
   106  
   107   If you wish to report a bug then please include the following information
   108   and create an issue on GitHub:
   109  
   110      - On Unix systems:
   111          Self-test report generated by 'make report'
   112      - On other systems:
   113          OpenSSL version: output of 'openssl version -a'
   114          OS Name, Version, Hardware platform
   115          Compiler Details (name, version)
   116      - Application Details (name, version)
   117      - Problem Description (steps that will reproduce the problem, if known)
   118      - Stack Traceback (if the application dumps core)
   119  
   120   Just because something doesn't work the way you expect does not mean it
   121   is necessarily a bug in OpenSSL.
   122  
   123   HOW TO CONTRIBUTE TO OpenSSL
   124   ----------------------------
   125  
   126   See CONTRIBUTING
   127  
   128   LEGALITIES
   129   ----------
   130  
   131   A number of nations restrict the use or export of cryptography. If you
   132   are potentially subject to such restrictions you should seek competent
   133   professional legal advice before attempting to develop or distribute
   134   cryptographic code.
   135