]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* During SSL initialization, create the "keys" directory if it does not
[citadel.git] / citadel / ChangeLog
index ebcf2149168442d25e0c7adb60ecc09d77eb5126..36986ccc670d68e0b55354972943b8e2c0a2c558 100644 (file)
@@ -1,4 +1,33 @@
  $Log$
+ Revision 614.41  2004/02/17 16:56:51  ajc
+ * During SSL initialization, create the "keys" directory if it does not
+   exist ... generate a private key if that does not exist ... more code
+   coming soon to generate CSR and self-signed cert.  Hard-coded pathnames
+   have been moved to sysconfig.h.
+
+ Revision 614.40  2004/02/17 04:47:22  ajc
+ * Support PLAIN auth method in SMTP
+
+ Revision 614.39  2004/02/17 03:53:11  ajc
+ * New ICAL subcommand "sgi" to enable or disable automatic server
+   generated invitations.  (WebCit wants sgi's but Kontaqt doesn't.)
+
+ Revision 614.38  2004/02/16 21:54:22  ajc
+ * Support POP3 over TLS
+
+ Revision 614.37  2004/02/16 21:45:43  ajc
+ * Implement RFC 2487 - SMTP Service Extension for Secure SMTP over TLS
+
+ Revision 614.36  2004/02/16 21:02:28  ajc
+ * IMAP and Citadel protocols now use the same code path for TLS negotiation
+
+ Revision 614.35  2004/02/16 20:55:47  ajc
+ * Genericized the Citadel API for TLS-enabling protocols
+
+ Revision 614.34  2004/02/16 18:16:39  error
+ * Remove some unnecessary and possibly hazardous debugging code leftover
+   from debugging IMAP STARTTLS
+
  Revision 614.33  2004/02/16 18:14:00  error
  * Fixed IMAP STARTTLS; trouble was in client_read_ssl the whole time.
    It should now be possible to implement SSL/TLS for any protocol.
@@ -15,7 +44,6 @@
  Revision 614.30  2004/02/15 06:06:49  ajc
  * More work on IMAP TLS.  Still not working correctly.  :(  Added in
    support for server-side certificates.  Now instead of failing it hangs.
- VS: ----------------------------------------------------------------------
 
  Revision 614.29  2004/02/14 04:41:55  ajc
  * STARTTLS attempt #2.  Still disabled because it's broken.