diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-09-04 22:28:53 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2017-09-04 22:28:53 (GMT) |
commit | e503ca52889bf66ac502702569e726caa7970299 (patch) | |
tree | 61dd7c9b265c6457d6088b1503d8028559d76dee /Misc | |
parent | f801322e92384ef3eac2a9b7ac2c49d37102d0f3 (diff) | |
download | cpython-e503ca52889bf66ac502702569e726caa7970299.zip cpython-e503ca52889bf66ac502702569e726caa7970299.tar.gz cpython-e503ca52889bf66ac502702569e726caa7970299.tar.bz2 |
bpo-30502: Fix handling of long oids in ssl. (#2909)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-07-27-11-33-58.bpo-30502.GJlfU8.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-07-27-11-33-58.bpo-30502.GJlfU8.rst b/Misc/NEWS.d/next/Library/2017-07-27-11-33-58.bpo-30502.GJlfU8.rst new file mode 100644 index 0000000..522bdf6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-07-27-11-33-58.bpo-30502.GJlfU8.rst @@ -0,0 +1 @@ +Fix handling of long oids in ssl. Based on patch by Christian Heimes. |