Codebase list openssl / 3ce7bc4
Prepare for 1.0.2o release Reviewed-by: Richard Levitte <levitte@openssl.org> Matt Caswell 6 years ago
4 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
66 https://github.com/openssl/openssl/commits/ and pick the appropriate
77 release branch.
88
9 Changes between 1.0.2n and 1.0.2o [xx XXX xxxx]
9 Changes between 1.0.2n and 1.0.2o [27 Mar 2018]
1010
1111 *) Constructed ASN.1 types with a recursive definition could exceed the stack
1212
44 This file gives a brief overview of the major changes between each OpenSSL
55 release. For more details please read the CHANGES file.
66
7 Major changes between OpenSSL 1.0.2n and OpenSSL 1.0.2o [under development]
7 Major changes between OpenSSL 1.0.2n and OpenSSL 1.0.2o [27 Mar 2018]
88
99 o Constructed ASN.1 types with a recursive definition could exceed the
1010 stack (CVE-2018-0739)
00
1 OpenSSL 1.0.2o-dev
1 OpenSSL 1.0.2o 27 Mar 2018
22
33 Copyright (c) 1998-2015 The OpenSSL Project
44 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
2929 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
3030 * major minor fix final patch/beta)
3131 */
32 # define OPENSSL_VERSION_NUMBER 0x100020f0L
32 # define OPENSSL_VERSION_NUMBER 0x100020ffL
3333 # ifdef OPENSSL_FIPS
34 # define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2o-fips-dev xx XXX xxxx"
34 # define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2o-fips 27 Mar 2018"
3535 # else
36 # define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2o-dev xx XXX xxxx"
36 # define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2o 27 Mar 2018"
3737 # endif
3838 # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3939