[Mono-bugs] [Bug 54487][Nor] Changed - SSL implementation: Do we need to wrap GnuTLS

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Feb 2004 19:41:20 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54487

--- shadow/54487	2004-02-17 17:47:31.000000000 -0500
+++ shadow/54487.tmp.18857	2004-02-17 19:41:20.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 54487
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: naresh@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -16,6 +16,19 @@
 Cc: edasque@ximian.com,james@ximian.com,joe@ximian.com
 Summary: SSL implementation: Do we need to wrap GnuTLS
 
 3. SSL implementation:Didn't work for James (snorp), he has a test case. 
 Will we have HTTPS available or do we need to wrap GnuTLS ourselves.  Need
 confirmationfrom Mono team on this.
+
+------- Additional Comments From sebastien@ximian.com  2004-02-17 19:41 -------
+A managged TLS/SSL3 implementation exists in Mono.Security.dll
+assembly  so a wrapper shouldn't be required. It is currently used in
+2 data providers (firebird and npgsql). See SslClientStream in
+namespace Mono.Security.Protocol.Tls for details.
+
+TLS/SSL integration within the WebRequest/WebReponse is being worked
+on _right now_ (i.e. it's working, minus very minor details, but not
+yet commited).
+
+Could you elaborate on your test case ? or do you have any special
+requirements ?