Codebase list openssl / e2e09d9
Prepare for 1.1.1g release Reviewed-by: Richard Levitte <levitte@openssl.org> Matt Caswell 4 years ago
4 changed file(s) with 5 addition(s) and 5 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.1.1f and 1.1.1g [xx XXX xxxx]
9 Changes between 1.1.1f and 1.1.1g [21 Apr 2020]
1010
1111 *) Fixed segmentation fault in SSL_check_chain()
1212 Server or client applications that call the SSL_check_chain() function
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.1.1f and OpenSSL 1.1.1g [under development]
7 Major changes between OpenSSL 1.1.1f and OpenSSL 1.1.1g [21 Apr 2020]
88
99 o Fixed segmentation fault in SSL_check_chain() (CVE-2020-1967)
1010
00
1 OpenSSL 1.1.1g-dev
1 OpenSSL 1.1.1g 21 Apr 2020
22
33 Copyright (c) 1998-2020 The OpenSSL Project
44 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
3838 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
3939 * major minor fix final patch/beta)
4040 */
41 # define OPENSSL_VERSION_NUMBER 0x10101070L
42 # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1g-dev xx XXX xxxx"
41 # define OPENSSL_VERSION_NUMBER 0x1010107fL
42 # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1g 21 Apr 2020"
4343
4444 /*-
4545 * The macros below are to be used for shared library (.so, .dll, ...)