diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-14 12:40:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-14 12:40:46 +0800 |
commit | e973bab4803d9333b89db18152313b5b4089dc22 (patch) | |
tree | c8898bc2badb1b29d72e3c773720e85bf409c5c7 /camel/ChangeLog | |
parent | 582fc0c4cfc52958b98bf7ccd03fcb28bc89fe91 (diff) | |
download | gsoc2013-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/ChangeLog | 9 |
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. |