certificate passphrase saving problem



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]