A local copy of OpenSSL from GitHub
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Pecio b2b4dfcca6 Enabled OneCore Conf for Console Apps (removed nonUniversal API)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5625)
5 years ago
.github Remind people to have 'Fixes #XXXX' in the commit message 6 years ago
Configurations Enabled OneCore Conf for Console Apps (removed nonUniversal API) 5 years ago
VMS Simplify the handling of shared library version numbers 6 years ago
apps Change the "offset too large" message to more generic wording 5 years ago
boringssl@2070f8ad91 Update ossl_config.json for later BoringSSL commit 6 years ago
crypto Enabled OneCore Conf for Console Apps (removed nonUniversal API) 5 years ago
demos Add "friendly name" extractor 6 years ago
doc Fix some errors in the mem leaks docs 5 years ago
engines Update copyright year 5 years ago
external/perl Copyright consolidation; .pm and Configure 7 years ago
fuzz Update copyright year 5 years ago
include VMS: stricter acquisition of entropy for the pool 5 years ago
krb5@b9ad6c4950 [extended tests] Enable krb5 tests in Travis 6 years ago
ms Remove unused num.pl,segregnam scripts 5 years ago
os-dep Move Haiku configuration to separate config file to denote 7 years ago
pyca-cryptography@c1f8e46033 Update pyca-cryptography to latest commit 6 years ago
ssl Set error code on alloc failures 5 years ago
test Update copyright year 5 years ago
tools Update copyright year 5 years ago
util Update copyright year 5 years ago
.gitattributes crypto/pkcs12: facilitate accessing data with non-interoperable password. 7 years ago
.gitignore Remove test-runs dir, adjust .gitignore 6 years ago
.gitmodules [extended tests] Enable krb5 tests in Travis 6 years ago
.travis-apt-pin.preferences Fix travis clang-3.9 builds 6 years ago
.travis-create-release.sh Reduce travis-ci log output 5 years ago
.travis.yml .travis.yml: with fast fuzz testing, there is no point avoiding it 5 years ago
ACKNOWLEDGEMENTS Refer to website for acknowledgements. 8 years ago
AUTHORS Copyright consolidation: perl files 7 years ago
CHANGES Fix a text canonicalisation bug in CMS 5 years ago
CONTRIBUTING Update the location of the pod files 7 years ago
Configure Fix minor typo in comment in Configure 5 years ago
FAQ Move FAQ to the web. 8 years ago
INSTALL Add documentation for the RAND_DRBG API 5 years ago
LICENSE Update the license end year 5 years ago
NEWS Update CHANGES and NEWS for the new release 5 years ago
NOTES.ANDROID Configurations/15-android.conf: detect clang by PATH, not by CC. 5 years ago
NOTES.DJGPP Slight cleanup of the collection of READMEs, INSTALLs and NOTES 7 years ago
NOTES.PERL Tweaks to NOTES.PERL 7 years ago
NOTES.UNIX NOTES.UNIX: add additional note about --enable-new-dtags 5 years ago
NOTES.VMS More typo fixes 6 years ago
NOTES.WIN NOTES.WIN: classify targets to "native" and "hosted" and restructure. 5 years ago
README Prepare for 1.1.1-pre5-dev 5 years ago
README.ECC Add NSA sublicense info. 12 years ago
README.ENGINE Remove bsd_cryptodev engine 6 years ago
README.FIPS Remove more (rest?) of FIPS build stuff. 8 years ago
appveyor.yml appveyor.yml: omit makedepend step. 5 years ago
build.info VMS build.info: uppercase args to perl modules must be quoted 6 years ago
config Remove QNX support 5 years ago
config.com Update copyright year 5 years ago
e_os.h Update copyright year 5 years ago

README

 OpenSSL 1.1.1-pre5-dev

 Copyright (c) 1998-2018 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 optimization 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'
    - 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)

 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.