diff --git a/Misc/NEWS b/Misc/NEWS
index 407bf0fffe5220..fca1540a55019c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -112,6 +112,8 @@ Documentation
Build
-----
+- bpo-29572: Update Windows build and OS X installers to use OpenSSL 1.0.2k.
+
- Issue #28768: Fix implicit declaration of function _setmode. Patch by
Masayuki Yamamoto
diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops
index 8b06f0c7dc1524..41aebaf883fa81 100644
--- a/PC/VS9.0/pyproject.vsprops
+++ b/PC/VS9.0/pyproject.vsprops
@@ -82,7 +82,7 @@
/>
$(ExternalsDir)sqlite-3.8.11.0\
$(ExternalsDir)bzip2-1.0.6\
$(ExternalsDir)db-4.7.25.0
- $(ExternalsDir)openssl-1.0.2j\
+ $(ExternalsDir)openssl-1.0.2k\
$(opensslDir)include32
$(opensslDir)include64
$(ExternalsDir)\nasm-2.11.06\
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 67adb7f0a02496..9438b3991263a3 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -183,7 +183,7 @@ _bz2
Homepage:
http://www.bzip.org/
_ssl
- Python wrapper for version 1.0.2j of the OpenSSL secure sockets
+ Python wrapper for version 1.0.2k of the OpenSSL secure sockets
library, which is built by ssl.vcxproj
Homepage:
http://www.openssl.org/