Issue #7133: SSL objects now support the new buffer API.

This fixes the test_ssl failure.
diff --git a/Misc/NEWS b/Misc/NEWS
index 38c29ba..30d2c0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -414,6 +414,8 @@
 Library
 -------
 
+- Issue #7133: SSL objects now support the new buffer API.
+
 - Issue #7149: urllib fails on OSX in the proxy detection code
 
 - Issue #7069: Make inspect.isabstract() return a boolean.