Since there is a way to create UI_METHODs, implement a destructor as
[openssl.git] / STATUS
diff --git a/STATUS b/STATUS
index f46733f309e25e61f4b4d322b933f852af6bb77c..820a10ba42ed541a6f85dfca2efdc1f4e56b7ed8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2001/04/09 07:15:16 $
+  ______________                           $Date: 2001/06/11 09:55:54 $
 
   DEVELOPMENT STATE
 
@@ -41,6 +41,8 @@
 
   NEEDS PATCH
 
+    o  engine_list.c memory leaks in 0.9.7-dev (built-in engines)
+
     o  apps/ca.c: "Sign the certificate?" - "n" creates empty certificate file
 
     o  OpenSSL_0_9_6-stable:
 
   WISHES
 
-    o 
+    o  SRP in TLS.
+       [wished by:
+        Dj <derek@yo.net>, Tom Wu <tom@arcot.com>,
+        Tom Holroyd <tomh@po.crl.go.jp>]
+
+       See http://search.ietf.org/internet-drafts/draft-ietf-tls-srp-00.txt
+       as well as http://www-cs-students.stanford.edu/~tjw/srp/.
+
+       Tom Holroyd tells us there is a SRP patch for OpenSSH at
+       http://members.tripod.com/professor_tom/archives/, that could
+       be useful.