diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-29 04:41:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-29 04:41:01 +0800 |
commit | fb7ab0fcbe4e9911f2a0936b4b5cfd4cacccaaf0 (patch) | |
tree | a9156f3346b9577fdf30474179ad08b37cde9c4c /camel/ChangeLog | |
parent | 61b4c7ffee31357507683b7b0e1d1dc0d1e0f58e (diff) | |
download | gsoc2013-evolution-fb7ab0fcbe4e9911f2a0936b4b5cfd4cacccaaf0.tar.gz gsoc2013-evolution-fb7ab0fcbe4e9911f2a0936b4b5cfd4cacccaaf0.tar.zst gsoc2013-evolution-fb7ab0fcbe4e9911f2a0936b4b5cfd4cacccaaf0.zip |
If the user accepts the certificate, add it to the database as a trusted
2001-08-28 Jeffrey Stedfast <fejj@ximian.com>
* camel-tcp-stream-ssl.c (ssl_bad_cert): If the user accepts the
certificate, add it to the database as a trusted CA.
svn path=/trunk/; revision=12502
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8f87491d3d..2c969bf6e5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-08-28 Jeffrey Stedfast <fejj@ximian.com> + + * camel-tcp-stream-ssl.c (ssl_bad_cert): If the user accepts the + certificate, add it to the database as a trusted CA. + 2001-08-28 Peter Williams <peterw@ximian.com> * camel-object.c (camel_object_unref): Make the locking more |