diff --git a/Misc/NEWS.d/next/Build/2017-09-07-19-19-19.bpo-29572.iZ1XKK.rst b/Misc/NEWS.d/next/Build/2017-09-07-19-19-19.bpo-29572.iZ1XKK.rst
new file mode 100644
index 00000000000000..9bf71f90d8141f
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-09-07-19-19-19.bpo-29572.iZ1XKK.rst
@@ -0,0 +1 @@
+Update Windows build and OS X installers to use OpenSSL 1.0.2k.
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 808d623dd460f0..a99907812a2929 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -54,7 +54,7 @@ echo.Fetching external libraries...
for %%e in (
bzip2-1.0.6
nasm-2.11.06
- openssl-1.0.2j
+ openssl-1.0.2k
tcl-8.6.1.0
tk-8.6.1.0
tix-8.4.3.4
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index 79b495229d1180..25d27436a09e9d 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -5,7 +5,7 @@
$(SolutionDir)
$(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\
false
-
+
<_ProjectFileVersion>10.0.30319.1
<_PropertySheetDisplayName>amd64
@@ -20,7 +20,7 @@
$(externalsDir)\sqlite-3.8.11.0
$(externalsDir)\bzip2-1.0.6
$(externalsDir)\xz-5.0.5
- $(externalsDir)\openssl-1.0.2j
+ $(externalsDir)\openssl-1.0.2k
$(externalsDir)\tcltk
$(externalsDir)\tcltk64
$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 148a3056d4361e..8031d17b97e1fb 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -171,7 +171,7 @@ _lzma
Homepage:
http://tukaani.org/xz/
_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/