Go to file
Vitezslav Cizek 4675a56a3c apps/speed.c: Fix crash when config loading fails
Move rsa_key initialization in front of load_config().
If loading the config fails, rsa_key isn't initialized and may
cause invalid free() in the end: cleanup.
Remove superfluous memset.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit c003851783ed05e3fd5296786e1f8f6a63dc4f31)
2016-11-26 20:09:12 -05:00
MacOS Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
Netware
VMS Teach mkshared.com to have a look for disabled algorithms in opensslconf.h 2011-10-30 11:40:56 +00:00
apps apps/speed.c: Fix crash when config loading fails 2016-11-26 20:09:12 -05:00
bugs Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
certs
crypto modes/ctr128.c: fix false carry in counter increment procedure. 2016-11-25 17:25:05 +01:00
demos Fix more URLs mangled by reformat 2015-12-19 20:40:39 +00:00
doc RT3940: For now, just document the issue. 2016-08-19 11:45:57 -04:00
engines Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
ms ms/uplink-x86.pl: make it work. 2016-02-10 12:57:29 +01:00
os2
shlib
ssl Degrade 3DES to MEDIUM in SSL2 2016-10-14 11:32:14 -04:00
test Update S/MIME certificates. 2016-05-11 18:00:52 +01:00
times PR: 1894 2009-04-16 17:22:51 +00:00
tools RT4044: Remove .cvsignore files. 2015-09-15 12:00:18 -04:00
util Fix the no-comp option for Windows 2016-03-18 12:17:06 +00:00
.gitignore Ignore .dir-locals.el 2015-09-01 01:19:52 +02:00
.travis-create-release.sh Adapt the OS X build to use the OS X tar 2015-12-08 21:06:34 +01:00
.travis.yml Secure our notification email. 2016-11-02 02:04:17 +01:00
ACKNOWLEDGMENTS Refer to website for acknowledgements. 2015-12-08 16:08:20 -05:00
CHANGES Prepare for 1.0.1v-dev 2016-09-22 11:31:45 +01:00
CHANGES.SSLeay PR: 1894 2009-04-16 17:22:51 +00:00
CONTRIBUTING Fix grammar-o in CONTRIBUTING 2016-11-01 12:37:00 -04:00
Configure update default dependency options 2016-09-21 20:19:31 +01:00
FAQ Move FAQ to the web. 2015-08-16 19:04:03 -04:00
INSTALL Missed a mention of RT 2016-11-04 10:45:25 -04:00
INSTALL.DJGPP
INSTALL.MacOS
INSTALL.NW
INSTALL.OS2
INSTALL.VMS Change INSTALL.VMS to reflect the changes done on the build and 2011-03-19 09:48:15 +00:00
INSTALL.W32 FAQ/README: we are now using Git instead of CVS 2013-02-11 11:29:05 +01:00
INSTALL.W64
INSTALL.WCE
LICENSE Update license year range to 2016 2016-01-19 10:24:52 -05:00
Makefile.org TARFILE wasn't correctly set 2016-01-28 17:06:38 +00:00
Makefile.shared Makefile.shared: fix brown-bag typo in link_o.darwin [from HEAD]. 2010-08-21 11:37:17 +00:00
NEWS Prepare for 1.0.1v-dev 2016-09-22 11:31:45 +01:00
PROBLEMS ./Configure: libcrypto.a can grow to many GB on Solaris 10, because of ar bug 2012-08-13 16:18:59 +00:00
README RT is put out to pasture 2016-10-13 09:42:15 -04:00
README.ASN1
README.ENGINE
TABLE Housekeeping 'make TABLE' update. 2015-05-26 21:55:57 +02:00
appveyor.yml Add initial AppVeyor configuration 2015-11-21 20:15:54 +01:00
config config: fix executable format detection on latest FreeBSD. 2013-07-01 00:00:20 +02:00
e_os.h e_os.h: limit _MSC_VER trickery to older compilers. 2015-12-03 13:24:42 +01:00
e_os2.h Add the macro OPENSSL_SYS_WIN64 2015-06-02 18:05:31 +02:00
install.com Apply all the changes submitted by Steven M. Schweda <sms@antinode.info> 2011-03-19 09:47:47 +00:00
makevms.com Define CFLAGS as cflags on VMS as well 2015-01-14 00:16:21 +01:00
openssl.doxy
openssl.spec Prepare for 1.0.1v-dev 2016-09-22 11:31:45 +01:00

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.