Go to file
Dr. Matthias St. Pierre 8380f453ec Revert two renamings backported from master
The original names were more intuitive: the generate_counter counts the
number of generate requests, and the reseed_counter counts the number
of reseedings (of the principal DRBG).

    reseed_gen_counter  -> generate_counter
    reseed_prop_counter -> reseed_counter

This partially reverts commit 35a34508ef.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12759)
2020-09-10 23:01:16 +02:00
.github
apps fixed swapped parameters descriptions for x509 2020-07-22 23:05:22 +03:00
boringssl@2070f8ad91
Configurations To generate makefile with correct parameters for WinCE. 2020-07-15 23:06:13 +02:00
crypto Revert two renamings backported from master 2020-09-10 23:01:16 +02:00
demos
doc Fix typos and repeated words 2020-07-24 21:06:32 +02:00
engines Update copyright year 2020-03-17 13:59:29 +00:00
external/perl
fuzz fuzz/asn1.c: Add missing #include 2020-04-28 00:05:18 +02:00
include Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8 2020-08-28 20:51:17 +02:00
krb5@890ca2f401
ms
os-dep
pyca-cryptography@09403100de
ssl Coverity Fixes 2020-09-07 17:44:38 +10:00
test Revert two renamings backported from master 2020-09-10 23:01:16 +02:00
tools
util If SOURCE_DATE_EPOCH is defined, use it for copyright year 2020-05-15 11:45:53 +01:00
VMS
.gitattributes
.gitignore
.gitmodules
.travis-apt-pin.preferences
.travis-create-release.sh
.travis.yml Avoid undefined behavior with unaligned accesses 2020-05-27 20:14:24 +02:00
ACKNOWLEDGEMENTS
appveyor.yml Prevent extended tests run unexpectedly in appveyor 2020-06-02 11:35:47 +02:00
AUTHORS
build.info
CHANGES Avoid errors with a priori inapplicable protocol bounds 2020-07-22 12:03:04 -02:00
config Update copyright year 2020-03-17 13:59:29 +00:00
config.com
Configure Configure: Check source and build dir equality a little more thoroughly 2020-07-02 18:56:33 +02:00
CONTRIBUTING
e_os.h Enable WinCE build without deceiving _MSC_VER. 2020-07-15 23:09:24 +02:00
FAQ
INSTALL INSTALL: document 'no-ui-console' rather than 'no-ui' 2020-04-17 13:32:15 +02:00
LICENSE
NEWS Prepare for 1.1.1h-dev 2020-04-21 13:24:21 +01:00
NOTES.ANDROID Fix typos and repeated words 2020-07-24 21:06:32 +02:00
NOTES.DJGPP
NOTES.PERL Fix typos and repeated words 2020-07-24 21:06:32 +02:00
NOTES.UNIX
NOTES.VMS Fix typos and repeated words 2020-07-24 21:06:32 +02:00
NOTES.WIN Fix typos and repeated words 2020-07-24 21:06:32 +02:00
README Prepare for 1.1.1h-dev 2020-04-21 13:24:21 +01:00
README.ENGINE
README.FIPS

 OpenSSL 1.1.1h-dev

 Copyright (c) 1998-2020 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.