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

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

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.