dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.942,1.943 Makefile.am,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.942,1.943 Makefile.am,1.18,1.19 configure.in,1.72,1.73
Date: Tue, 27 May 2003 06:35:32 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv3265

Modified Files:
        ChangeLog Makefile.am configure.in 
Log Message:


Add the "DotGNU.SSL" library, wrapped around OpenSSL, for use in
"System.Net" to implement https; add the "sslfetch" sample to
demonstrate how to use it.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.942
retrieving revision 1.943
diff -C2 -r1.942 -r1.943
*** ChangeLog   27 May 2003 07:54:24 -0000      1.942
--- ChangeLog   27 May 2003 10:35:29 -0000      1.943
***************
*** 7,10 ****
--- 7,19 ----
        properly; add IPv6 support to IPEndPoint and IPAddress.
  
+       * Makefile.am, configure.in, DotGNU.SSL/README, DotGNU.SSL/.cvsignore,
+       DotGNU.SSL/ISecureSession.cs, DotGNU.SSL/ISecureSessionProvider.cs,
+       DotGNU.SSL/Makefile.am, DotGNU.SSL/OpenSSL.cs, DotGNU.SSL/Protocol.cs,
+       DotGNU.SSL/SSL.build, DotGNU.SSL/SessionProviderFactory.cs,
+       DotGNU.SSL/Utils.cs, samples/ilrun.sh.in, samples/samples.build,
+       samples/sslfetch.cs: add the "DotGNU.SSL" library, wrapped around
+       OpenSSL, for use in "System.Net" to implement https; add the
+       "sslfetch" sample to demonstrate how to use it.
+ 
  2003-05-27  Gopal.V  <address@hidden>
        

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** Makefile.am 26 May 2003 07:42:59 -0000      1.18
--- Makefile.am 27 May 2003 10:35:30 -0000      1.19
***************
*** 1,8 ****
  if HAS_REFLECTION
! SUBDIRS = tools resources runtime I18N System System.Xml . \
                  System.Net.IrDA csunit csupport compat JScript Basic \
                  tests samples
  else
! SUBDIRS = tools resources runtime System System.Xml . \
                  System.Net.IrDA samples
  endif
--- 1,8 ----
  if HAS_REFLECTION
! SUBDIRS = tools resources runtime I18N DotGNU.SSL System System.Xml . \
                  System.Net.IrDA csunit csupport compat JScript Basic \
                  tests samples
  else
! SUBDIRS = tools resources runtime DotGNU.SSL System System.Xml . \
                  System.Net.IrDA samples
  endif

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -r1.72 -r1.73
*** configure.in        26 May 2003 07:42:59 -0000      1.72
--- configure.in        27 May 2003 10:35:30 -0000      1.73
***************
*** 191,194 ****
--- 191,195 ----
  runtime/Makefile
  I18N/Makefile
+ DotGNU.SSL/Makefile
  System/Makefile
  System.Xml/Makefile





reply via email to

[Prev in Thread] Current Thread [Next in Thread]