aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-14 12:40:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-14 12:40:46 +0800
commite973bab4803d9333b89db18152313b5b4089dc22 (patch)
treec8898bc2badb1b29d72e3c773720e85bf409c5c7 /camel/ChangeLog
parent582fc0c4cfc52958b98bf7ccd03fcb28bc89fe91 (diff)
downloadgsoc2013-evolution-e973bab4803d9333b89db18152313b5b4089dc22.tar
gsoc2013-evolution-e973bab4803d9333b89db18152313b5b4089dc22.tar.gz
gsoc2013-evolution-e973bab4803d9333b89db18152313b5b4089dc22.tar.bz2
gsoc2013-evolution-e973bab4803d9333b89db18152313b5b4089dc22.tar.lz
gsoc2013-evolution-e973bab4803d9333b89db18152313b5b4089dc22.tar.xz
gsoc2013-evolution-e973bab4803d9333b89db18152313b5b4089dc22.tar.zst
gsoc2013-evolution-e973bab4803d9333b89db18152313b5b4089dc22.zip
New abstract class for TCP streams. The next step is to write child
2001-01-13 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream.[c,h]: New abstract class for TCP streams. The next step is to write child classes (CamelTcpStreamBSD and CamelTcpStreamSSL). The BSD stream will use normal BSD sockets while SSL will use Mozilla's NSPR and NSS libraries to do Secure Socket Layers which wille ventually replace CamelStreamSSL which I just commit'd. Oh well. svn path=/trunk/; revision=7488
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 0b26ea09b7..95e981644d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,14 @@
2001-01-13 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-tcp-stream.[c,h]: New abstract class for TCP streams. The
+ next step is to write child classes (CamelTcpStreamBSD and
+ CamelTcpStreamSSL). The BSD stream will use normal BSD sockets
+ while SSL will use Mozilla's NSPR and NSS libraries to do Secure
+ Socket Layers which wille ventually replace CamelStreamSSL which I
+ just commit'd. Oh well.
+
+2001-01-13 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-stream-ssl.[c,h]: New stream for handling SSL/TLS
connections.