2019-11-29 06:10:51 +08:00
|
|
|
Description
|
|
|
|
===========
|
1998-12-21 18:52:47 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
The OpenSSL Project is a collaborative effort to develop a robust,
|
|
|
|
commercial-grade, fully featured, and Open Source toolkit implementing the
|
|
|
|
Transport Layer Security (TLS) protocols (including SSLv3) as well as a
|
|
|
|
full-strength general purpose cryptographic library.
|
1998-12-22 23:04:48 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
OpenSSL is descended from the SSLeay library developed by Eric A. Young
|
|
|
|
and Tim J. Hudson.
|
1999-03-06 22:04:40 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
The OpenSSL toolkit is licensed under the Apache License 2.0, which means
|
|
|
|
that you are free to get and use it for commercial and non-commercial
|
|
|
|
purposes as long as you fulfill its conditions.
|
1998-12-22 23:04:48 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
Overview
|
|
|
|
========
|
2018-12-06 19:52:18 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
The OpenSSL toolkit includes:
|
1998-12-22 23:04:48 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
* **libssl**
|
2015-10-30 00:06:06 +08:00
|
|
|
Provides the client and server-side implementations for SSLv3 and TLS.
|
1998-12-22 23:04:48 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
* **libcrypto:**
|
2015-10-30 00:06:06 +08:00
|
|
|
Provides general cryptographic and X.509 support needed by SSL/TLS but
|
|
|
|
not logically part of it.
|
1998-12-22 23:04:48 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
* **openssl:**
|
2000-02-24 07:47:05 +08:00
|
|
|
A command line tool that can be used for:
|
2015-10-30 00:06:06 +08:00
|
|
|
Creation of key parameters
|
2005-04-26 05:36:56 +08:00
|
|
|
Creation of X.509 certificates, CSRs and CRLs
|
2015-10-30 00:06:06 +08:00
|
|
|
Calculation of message digests
|
|
|
|
Encryption and decryption
|
|
|
|
SSL/TLS client and server tests
|
2000-02-24 07:47:05 +08:00
|
|
|
Handling of S/MIME signed or encrypted mail
|
2015-10-30 00:06:06 +08:00
|
|
|
And more...
|
2000-02-24 07:47:05 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
Installation
|
|
|
|
============
|
1999-03-06 22:04:40 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
See the appropriate file:
|
2002-07-16 18:04:40 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
* [INSTALL](INSTALL): General installation instructions for all platforms
|
|
|
|
* Additional instructions for specific platforms
|
|
|
|
* [NOTES.ANDROID](NOTES.ANDROID)
|
|
|
|
* [NOTES.DJGPP](NOTES.DJGPP)
|
|
|
|
* [NOTES.PERL](NOTES.PERL)
|
|
|
|
* [NOTES.UNIX](NOTES.UNIX)
|
|
|
|
* [NOTES.VALGRIND](NOTES.VALGRIND)
|
|
|
|
* [NOTES.VMS](NOTES.VMS)
|
|
|
|
* [NOTES.WIN](NOTES.WIN)
|
1999-03-06 22:04:40 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
Support
|
|
|
|
=======
|
2009-08-13 00:44:33 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
See the OpenSSL website www.openssl.org for details on how to obtain
|
|
|
|
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).
|
1999-03-06 22:04:40 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
If you have any problems with OpenSSL then please take the following steps
|
|
|
|
first:
|
1999-03-06 22:04:40 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
- Download the latest version from the repository
|
|
|
|
to see if the problem has already been addressed
|
|
|
|
- Configure with no-asm
|
|
|
|
- Remove compiler optimization flags
|
1999-03-06 22:04:40 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
If you wish to report a bug then please include the following information
|
|
|
|
and create an issue on GitHub:
|
1999-03-06 22:04:40 +08:00
|
|
|
|
2019-11-29 06:10:51 +08: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)
|
|
|
|
- Application Details (name, version)
|
|
|
|
- Problem Description (steps that will reproduce the problem, if known)
|
|
|
|
- Stack Traceback (if the application dumps core)
|
2015-07-29 00:41:36 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
Just because something doesn't work the way you expect does not mean it
|
|
|
|
is necessarily a bug in OpenSSL. Use the openssl-users email list for this type
|
|
|
|
of query.
|
1999-05-06 08:40:46 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
How to contribute to OpenSSL
|
|
|
|
============================
|
2015-10-30 00:06:06 +08:00
|
|
|
|
2019-11-29 06:10:51 +08:00
|
|
|
See [CONTRIBUTING](CONTRIBUTING.md)
|
|
|
|
|
|
|
|
Legalities
|
|
|
|
==========
|
2015-10-30 00:06:06 +08:00
|
|
|
|
2016-10-26 23:48:43 +08:00
|
|
|
A number of nations restrict the use or export of cryptography. If you
|
2016-10-13 03:49:06 +08:00
|
|
|
are potentially subject to such restrictions you should seek competent
|
|
|
|
professional legal advice before attempting to develop or distribute
|
|
|
|
cryptographic code.
|
2019-11-29 06:10:51 +08:00
|
|
|
|
|
|
|
|
|
|
|
Copyright
|
|
|
|
=========
|
|
|
|
|
|
|
|
Copyright (c) 1998-2018 The OpenSSL Project
|
|
|
|
|
|
|
|
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
|
|
|
|
|
|
|
All rights reserved.
|