2000-01-10 06:22:05 +00:00
|
|
|
|
2021-09-01 04:26:38 +00:00
|
|
|
OpenSSL 1.1.1l 24 Aug 2021
|
2000-01-10 06:22:05 +00:00
|
|
|
|
2021-03-25 15:05:31 +00:00
|
|
|
Copyright (c) 1998-2021 The OpenSSL Project
|
2000-01-10 06:22:05 +00:00
|
|
|
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
|
|
|
|
The OpenSSL Project is a collaborative effort to develop a robust,
|
|
|
|
commercial-grade, fully featured, and Open Source toolkit implementing the
|
2018-09-13 19:18:07 +00:00
|
|
|
Transport Layer Security (TLS) protocols (including SSLv3) as well as a
|
|
|
|
full-strength general purpose cryptographic library.
|
2000-01-10 06:22:05 +00:00
|
|
|
|
2015-12-03 17:22:58 +00:00
|
|
|
OpenSSL is descended from the SSLeay library developed by Eric A. Young
|
2000-01-10 06:22:05 +00:00
|
|
|
and Tim J. Hudson. The OpenSSL toolkit is licensed under a dual-license (the
|
2015-12-03 17:22:58 +00:00
|
|
|
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.
|
2000-01-10 06:22:05 +00:00
|
|
|
|
|
|
|
OVERVIEW
|
|
|
|
--------
|
|
|
|
|
|
|
|
The OpenSSL toolkit includes:
|
|
|
|
|
2018-09-13 19:18:07 +00:00
|
|
|
libssl (with platform specific naming):
|
2015-12-03 17:22:58 +00:00
|
|
|
Provides the client and server-side implementations for SSLv3 and TLS.
|
2000-01-10 06:22:05 +00:00
|
|
|
|
2018-09-13 19:18:07 +00:00
|
|
|
libcrypto (with platform specific naming):
|
2015-12-03 17:22:58 +00:00
|
|
|
Provides general cryptographic and X.509 support needed by SSL/TLS but
|
|
|
|
not logically part of it.
|
2000-01-10 06:22:05 +00:00
|
|
|
|
2006-07-29 19:10:21 +00:00
|
|
|
openssl:
|
2000-04-13 06:33:22 +00:00
|
|
|
A command line tool that can be used for:
|
2015-12-03 17:22:58 +00:00
|
|
|
Creation of key parameters
|
2006-07-29 19:10:21 +00:00
|
|
|
Creation of X.509 certificates, CSRs and CRLs
|
2015-12-03 17:22:58 +00:00
|
|
|
Calculation of message digests
|
|
|
|
Encryption and decryption
|
|
|
|
SSL/TLS client and server tests
|
2000-04-13 06:33:22 +00:00
|
|
|
Handling of S/MIME signed or encrypted mail
|
2015-12-03 17:22:58 +00:00
|
|
|
And more...
|
2000-04-13 06:33:22 +00:00
|
|
|
|
2000-01-10 06:22:05 +00:00
|
|
|
INSTALLATION
|
|
|
|
------------
|
|
|
|
|
2015-12-03 17:22:58 +00:00
|
|
|
See the appropriate file:
|
2018-09-13 19:18:07 +00:00
|
|
|
INSTALL Linux, Unix, Windows, OpenVMS, ...
|
|
|
|
NOTES.* INSTALL addendums for different platforms
|
2002-07-30 13:38:06 +00:00
|
|
|
|
2006-07-29 19:10:21 +00:00
|
|
|
SUPPORT
|
2000-01-10 06:22:05 +00:00
|
|
|
-------
|
|
|
|
|
2015-12-03 17:22:58 +00:00
|
|
|
See the OpenSSL website www.openssl.org for details on how to obtain
|
2018-09-13 19:18:07 +00:00
|
|
|
commercial technical support. Free community support is available through the
|
|
|
|
openssl-users email list (see
|
|
|
|
https://www.openssl.org/community/mailinglists.html for further details).
|
2010-02-28 18:49:43 +00:00
|
|
|
|
2000-01-10 06:22:05 +00:00
|
|
|
If you have any problems with OpenSSL then please take the following steps
|
|
|
|
first:
|
|
|
|
|
2017-01-26 18:32:12 +00:00
|
|
|
- Download the latest version from the repository
|
2000-04-13 06:33:22 +00:00
|
|
|
to see if the problem has already been addressed
|
2017-01-26 18:32:12 +00:00
|
|
|
- Configure with no-asm
|
2018-09-13 19:18:07 +00:00
|
|
|
- Remove compiler optimization flags
|
2000-01-10 06:22:05 +00:00
|
|
|
|
2017-01-26 18:32:12 +00:00
|
|
|
If you wish to report a bug then please include the following information
|
|
|
|
and create an issue on GitHub:
|
2000-01-10 06:22:05 +00:00
|
|
|
|
2018-09-13 19:18:07 +00:00
|
|
|
- OpenSSL version: output of 'openssl version -a'
|
|
|
|
- Configuration data: output of 'perl configdata.pm --dump'
|
|
|
|
- OS Name, Version, Hardware platform
|
|
|
|
- Compiler Details (name, version)
|
2000-04-13 06:33:22 +00:00
|
|
|
- Application Details (name, version)
|
|
|
|
- Problem Description (steps that will reproduce the problem, if known)
|
|
|
|
- Stack Traceback (if the application dumps core)
|
2000-01-10 06:22:05 +00:00
|
|
|
|
2015-12-03 17:22:58 +00:00
|
|
|
Just because something doesn't work the way you expect does not mean it
|
2018-09-13 19:18:07 +00:00
|
|
|
is necessarily a bug in OpenSSL. Use the openssl-users email list for this type
|
|
|
|
of query.
|
2010-02-28 18:49:43 +00:00
|
|
|
|
2000-01-10 06:22:05 +00:00
|
|
|
HOW TO CONTRIBUTE TO OpenSSL
|
|
|
|
----------------------------
|
|
|
|
|
2015-12-03 17:22:58 +00:00
|
|
|
See CONTRIBUTING
|
|
|
|
|
|
|
|
LEGALITIES
|
|
|
|
----------
|
2006-07-29 19:10:21 +00:00
|
|
|
|
2017-01-26 18:32:12 +00:00
|
|
|
A number of nations restrict the use or export of cryptography. If you
|
|
|
|
are potentially subject to such restrictions you should seek competent
|
|
|
|
professional legal advice before attempting to develop or distribute
|
|
|
|
cryptographic code.
|