certificate passphrase saving problem
- From: Glenn Trigg <glenn aus compgen com>
- To: balsa-list gnome org
- Subject: certificate passphrase saving problem
- Date: Mon, 6 May 2002 13:04:05 +1000
Hello,
I'm not sure if this has been picked up already, but I found a problem
with the saving of the certificate passphrase. Here's the diff...
--- balsa-1.3.5/src/save-restore.c Wed Apr 24 19:36:04 2002
+++ balsa-1.3.5/src/save-restore.c.new Mon May 6 12:43:59 2002
@@ -1014,7 +1014,7 @@
gnome_config_set_int("ESMTPTLSMode", balsa_app.smtp_tls_mode);
#if HAVE_SMTP_TLS_CLIENT_CERTIFICATE
if(balsa_app.smtp_certificate_passphrase) {
- gchar* tmp = balsa_app.smtp_certificate_passphrase;
+ gchar* tmp =
libbalsa_rot(balsa_app.smtp_certificate_passphrase);
gnome_config_private_set_string("ESMTPCertificatePassphrase",
tmp);
g_free(tmp);
}
Rgeards,
Glenn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]