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

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

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.