Don't use the hardcoded cert db directory, use the one passed in.
authorJeffrey Stedfast <fejj@ximian.com>
Fri, 16 Mar 2001 04:41:49 +0000 (04:41 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Fri, 16 Mar 2001 04:41:49 +0000 (04:41 +0000)
commit5543ea5ccb0b0d19a9e4db5975b46a3c08f09457
treeb6f4f08566235642ffbccfb5148c6f604bbf5ca4
parent30a6956191ff5381e4d50c334e1d04a657b302da
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.
camel/ChangeLog
camel/camel-tcp-stream-ssl.c
camel/camel.c