TLS/SSL and crypto library https://www.openssl.org

Nicola Tuveri a3b54f0f5d Fix no-ec2m in ec_curve.c (1.1.0) há 5 anos atrás
Configurations e32bc855a8 Fix default installation paths on mingw há 5 anos atrás
VMS 46117d31fe dasync is an internal testing engine, so don't install it há 8 anos atrás
apps f4764841dc Update copyright year há 5 anos atrás
crypto a3b54f0f5d Fix no-ec2m in ec_curve.c (1.1.0) há 5 anos atrás
demos 38c23e647f Spelling doc #3580 há 7 anos atrás
doc d742232027 Update copyright year há 5 anos atrás
engines a8e613cc51 Update copyright year há 6 anos atrás
external 6244f53177 Update copyright year há 6 anos atrás
fuzz 6244f53177 Update copyright year há 6 anos atrás
include 4eabf3d654 Prepare for 1.1.0m-dev há 5 anos atrás
ms 6244f53177 Update copyright year há 6 anos atrás
os-dep 6c4be50a5d Move Haiku configuration to separate config file to denote há 8 anos atrás
ssl d742232027 Update copyright year há 5 anos atrás
test f4764841dc Update copyright year há 5 anos atrás
tools 1850451676 Add -h and -help for c_rehash script and app há 8 anos atrás
util 403783ce05 Have util/mktar.sh display the absolute path to the tarball há 6 anos atrás
.gitattributes 58381f26c2 Don't export the submodules 'boringssl', 'krb5' and 'pyca-cryptography' há 6 anos atrás
.gitignore 55b1542ca5 Add a compile time test to verify that openssl/rsa.h and complex.h can há 6 anos atrás
.travis-apt-pin.preferences f114b91461 Fix travis clang-3.9 builds há 7 anos atrás
.travis-create-release.sh b97cbe05a3 Remove all 'make dist' artifacts há 6 anos atrás
.travis.yml 10fe37dd1b Try to work around ubuntu gcc-5 ubsan build failure há 6 anos atrás
ACKNOWLEDGEMENTS ab29c82a55 Refer to website for acknowledgements. há 9 anos atrás
AUTHORS e0a651945c Copyright consolidation: perl files há 8 anos atrás
CHANGES 4eabf3d654 Prepare for 1.1.0m-dev há 5 anos atrás
CONTRIBUTING fca038db55 Add a note on CHANGES and NEWS in CONTRIBUTING há 6 anos atrás
Configure f4764841dc Update copyright year há 5 anos atrás
FAQ 4f46473a86 Move FAQ to the web. há 9 anos atrás
INSTALL 853d245362 Improve wording há 6 anos atrás
LICENSE 1d01aeeca4 Update the license end year há 6 anos atrás
Makefile.shared b15a19c148 Makefile.shared: fix to allow strings and spaces in passed variables há 5 anos atrás
NEWS 4eabf3d654 Prepare for 1.1.0m-dev há 5 anos atrás
NOTES.DJGPP 07930a75a1 Slight cleanup of the collection of READMEs, INSTALLs and NOTES há 8 anos atrás
NOTES.PERL 073b1b72f6 Tweaks to NOTES.PERL há 8 anos atrás
NOTES.UNIX 41371618f7 Add NOTES.UNIX, with a description on how to deal with runpaths há 7 anos atrás
NOTES.VMS e8fd2a4cb4 Add a note about a perl issue on VMS and how to work around it há 8 anos atrás
NOTES.WIN e32bc855a8 Fix default installation paths on mingw há 5 anos atrás
README 4eabf3d654 Prepare for 1.1.0m-dev há 5 anos atrás
README.ECC c5ee394b58 Add NSA sublicense info. há 13 anos atrás
README.ENGINE 766579ec89 Remove Ubsec engine há 8 anos atrás
README.FIPS 700b4a4ae7 Remove more (rest?) of FIPS build stuff. há 9 anos atrás
appveyor.yml f1e92861c3 CI config: no need to make both install and install_docs há 6 anos atrás
build.info 8842005e75 Have the VMS shared library file names contain the shared version há 8 anos atrás
config a8e613cc51 Update copyright year há 6 anos atrás
config.com f520f134d1 Update copyright year há 6 anos atrás
e_os.h 7c188d4af0 Remove NO_DIRENT; it isn't used anywhere há 7 anos atrás

README


OpenSSL 1.1.0m-dev

Copyright (c) 1998-2019 The OpenSSL Project
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
Transport Layer Security (TLS) protocols (including SSLv3) as well as a
full-strength general purpose cryptographic library.

OpenSSL is descended from the SSLeay library developed by Eric A. Young
and 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.

OVERVIEW
--------

The OpenSSL toolkit includes:

libssl (with platform specific naming):
Provides the client and server-side implementations for SSLv3 and TLS.

libcrypto (with platform specific naming):
Provides general cryptographic and X.509 support needed by SSL/TLS but
not logically part of it.

openssl:
A command line tool that can be used for:
Creation of key parameters
Creation of X.509 certificates, CSRs and CRLs
Calculation of message digests
Encryption and decryption
SSL/TLS client and server tests
Handling of S/MIME signed or encrypted mail
And more...

INSTALLATION
------------

See the appropriate file:
INSTALL Linux, Unix, Windows, OpenVMS, ...
NOTES.* INSTALL addendums for different platforms

SUPPORT
-------

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).

If you have any problems with OpenSSL then please take the following steps
first:

- Download the latest version from the repository
to see if the problem has already been addressed
- Configure with no-asm
- Remove compiler optimisation flags

If you wish to report a bug then please include the following information
and create an issue on GitHub:

- OpenSSL version: output of 'openssl version -a'
- Any "Configure" options that you selected during compilation of the
library if applicable (see INSTALL)
- 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)

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.

HOW TO CONTRIBUTE TO OpenSSL
----------------------------

See CONTRIBUTING

LEGALITIES
----------

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.