aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-16 12:41:49 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-16 12:41:49 +0800
commit403205b15e9f14472711ee115cae17031eb4ce7b (patch)
tree85d123987b81da533ac065d2cc0683cb03cec6d8 /camel/ChangeLog
parent323a1f08cc0bdff8bba6ec1631f6e7111296093e (diff)
downloadgsoc2013-evolution-403205b15e9f14472711ee115cae17031eb4ce7b.tar
gsoc2013-evolution-403205b15e9f14472711ee115cae17031eb4ce7b.tar.gz
gsoc2013-evolution-403205b15e9f14472711ee115cae17031eb4ce7b.tar.bz2
gsoc2013-evolution-403205b15e9f14472711ee115cae17031eb4ce7b.tar.lz
gsoc2013-evolution-403205b15e9f14472711ee115cae17031eb4ce7b.tar.xz
gsoc2013-evolution-403205b15e9f14472711ee115cae17031eb4ce7b.tar.zst
gsoc2013-evolution-403205b15e9f14472711ee115cae17031eb4ce7b.zip
Don't use the hardcoded cert db directory, use the one passed in.
2001-03-15 Jeffrey Stedfast <fejj@ximian.com> * camel.c (camel_init): Don't use the hardcoded cert db directory, use the one passed in. * camel-tcp-stream-ssl.c (ssl_get_client_auth): Wrote the default implementation. Not that we'll use this though, since this is the default implementation provided by NSS anyway. This more or less serves as a reference in case we want to change anything. (ssl_auth_cert): Same. (ssl_bad_cert): Changed the prompt string and free it when we're done. svn path=/trunk/; revision=8753
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ff5caf930d..9074e6dd7c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,16 @@
+2001-03-15 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel.c (camel_init): Don't use the hardcoded cert db directory,
+ use the one passed in.
+
+ * camel-tcp-stream-ssl.c (ssl_get_client_auth): Wrote the default
+ implementation. Not that we'll use this though, since this is the
+ default implementation provided by NSS anyway. This more or less
+ serves as a reference in case we want to change anything.
+ (ssl_auth_cert): Same.
+ (ssl_bad_cert): Changed the prompt string and free it when we're
+ done.
+
2001-03-15 Dan Winship <danw@ximian.com>
First batch of disconnected IMAP-related stuff. This adds local