Properly initialize all fields of a SSL object after allocation.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2984b57..af6ed7e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,8 @@
 Library
 -------
 
+- Properly initialize all fields of a SSL object after allocation.
+
 - Issue #4366: Fix building extensions on all platforms when --enable-shared
   is used.