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

Vitezslav Cizek 4675a56a3c apps/speed.c: Fix crash when config loading fails 7 years ago
MacOS 10621efd32 Run util/openssl-format-source -v -c . 9 years ago
Netware 6ff28e017d Update netware to use new SHA2 assembly language modules. 16 years ago
VMS 7f3fdab793 Teach mkshared.com to have a look for disabled algorithms in opensslconf.h 12 years ago
apps 4675a56a3c apps/speed.c: Fix crash when config loading fails 7 years ago
bugs 10621efd32 Run util/openssl-format-source -v -c . 9 years ago
certs c6f6c380c7 grammar 16 years ago
crypto edfca4e3da modes/ctr128.c: fix false carry in counter increment procedure. 7 years ago
demos 583f4bf7e8 Fix more URLs mangled by reformat 8 years ago
doc 19fca4cafc RT3940: For now, just document the issue. 7 years ago
engines e961c7a201 Remove the "eay" c-file-style indicators 8 years ago
ms 9b6e183925 ms/uplink-x86.pl: make it work. 8 years ago
os2 0b352c58db Make a number of changes to the OS/2 build. Submitter's comment below. 20 years ago
shlib 4c1a6e004a Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 16 years ago
ssl 9d9e053536 Degrade 3DES to MEDIUM in SSL2 7 years ago
test 24762dee17 Update S/MIME certificates. 8 years ago
times 9990cb75c1 PR: 1894 15 years ago
tools 12650153ec RT4044: Remove .cvsignore files. 8 years ago
util f16080718e Fix the no-comp option for Windows 8 years ago
.gitignore 246a010b78 Ignore .dir-locals.el 8 years ago
.travis-create-release.sh cf269a1a0e Adapt the OS X build to use the OS X tar 8 years ago
.travis.yml 9fca473bf2 Secure our notification email. 7 years ago
ACKNOWLEDGMENTS d27f073bf5 Refer to website for acknowledgements. 8 years ago
CHANGES 52a69c480d Prepare for 1.0.1v-dev 7 years ago
CHANGES.SSLeay 9990cb75c1 PR: 1894 15 years ago
CONTRIBUTING 649fdbd278 Fix grammar-o in CONTRIBUTING 7 years ago
Configure 151adf2e5c update default dependency options 7 years ago
FAQ 98e75c0b69 Move FAQ to the web. 8 years ago
INSTALL ca88f01d6c Missed a mention of RT 7 years ago
INSTALL.DJGPP 9222bc6b4e INSTALL.DJGPP sync. 19 years ago
INSTALL.MacOS 2bfb2398e3 Typos (Chris Pepper <pepper@mail.reppep.com>) 22 years ago
INSTALL.NW eef0c1f34c Netware support. 16 years ago
INSTALL.OS2 cd4c36adb8 Add support for shared libraries with OS/2. 22 years ago
INSTALL.VMS 0c81aa29f9 Change INSTALL.VMS to reflect the changes done on the build and 13 years ago
INSTALL.W32 f88dbb8385 FAQ/README: we are now using Git instead of CVS 11 years ago
INSTALL.W64 1875e6db29 Pull up Win64 support from 0.9.8. 19 years ago
INSTALL.WCE 176a614899 First draft for WCE PortSDK support. Once again! It's *draft* which requires 18 years ago
LICENSE 4c33d583f5 Update license year range to 2016 8 years ago
Makefile.org 6210c70992 TARFILE wasn't correctly set 8 years ago
Makefile.shared 51c9eb321a Makefile.shared: fix brown-bag typo in link_o.darwin [from HEAD]. 13 years ago
NEWS 52a69c480d Prepare for 1.0.1v-dev 7 years ago
PROBLEMS 5c29127666 ./Configure: libcrypto.a can grow to many GB on Solaris 10, because of ar bug 11 years ago
README 329a5f3615 RT is put out to pasture 7 years ago
README.ASN1 9d6b1ce644 23 years ago
README.ENGINE 2c8ad4f1af oops, there were other cases of "ENGINE_ID" to change too. 22 years ago
TABLE df00b6eb5e Housekeeping 'make TABLE' update. 9 years ago
appveyor.yml 638856f40c Add initial AppVeyor configuration 8 years ago
config 591c55a981 config: fix executable format detection on latest FreeBSD. 10 years ago
e_os.h 005f4893dc e_os.h: limit _MSC_VER trickery to older compilers. 8 years ago
e_os2.h 1977240204 Add the macro OPENSSL_SYS_WIN64 9 years ago
install.com 01d2e27a2b Apply all the changes submitted by Steven M. Schweda <sms@antinode.info> 13 years ago
makevms.com e8e878bec7 Define CFLAGS as cflags on VMS as well 9 years ago
openssl.doxy eb90a483ad Add functions to add certs to stacks, used for CA file/path stuff in servers. 25 years ago
openssl.spec 52a69c480d Prepare for 1.0.1v-dev 7 years ago

README


OpenSSL 1.0.1v-dev

Copyright (c) 1998-2015 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
Secure Sockets Layer (SSLv3) and Transport Layer Security (TLS) protocols as
well as a full-strength general purpose cryptograpic library. The project is
managed by a worldwide community of volunteers that use the Internet to
communicate, plan, and develop the OpenSSL toolkit and its related
documentation.

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.a:
Provides the client and server-side implementations for SSLv3 and TLS.

libcrypto.a:
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, etc.
INSTALL.DJGPP DOS platform with DJGPP
INSTALL.NW Netware
INSTALL.OS2 OS/2
INSTALL.VMS VMS
INSTALL.W32 Windows (32bit)
INSTALL.W64 Windows (64bit)
INSTALL.WCE Windows CE

SUPPORT
-------

See the OpenSSL website www.openssl.org for details on how to obtain
commercial technical support.

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:

- On Unix systems:
Self-test report generated by 'make report'
- On other systems:
OpenSSL version: output of 'openssl version -a'
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.

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.