]> code.citadel.org Git - citadel.git/blobdiff - citadel/techdoc/session.txt
* Remove the ETLS command, it is no longer needed
[citadel.git] / citadel / techdoc / session.txt
index 9f92efa5e65150b8b6e7ff5a70dc027845d65ca3..6d4274365a5ce463878f08de4c075b3a346e75c9 100644 (file)
@@ -1862,23 +1862,6 @@ command may be run at any time.
  3 - Cipher strength bits actually in use, e.g. 128
 
 
- ETLS   (End Transport Layer Security)
-
- This command shuts down TLS and resumes an unencrypted communications
-channel.  This command returns OK and then negotiates TLS shutdown.  The
-client should read the response before negotiating TLS shutdown (e.g. with
-SSL_shutdown() in OpenSSL).  The connection is then unencrypted.  The
-server may return ERROR if it does not support SSL or if the connection was
-not encrypted to begin with.  If either end is unable to resume the connection
-unencrypted, the connection should be closed.
- This command is primarily for debugging.  Clients may end TLS at any time
-without calling this command.  If a client needs to end TLS and resume
-unencrypted communications, it should do so through the SSL/TLS layer (e.g.
-with SSL_shutdown() in OpenSSL) rather than using this command.  This command
-may be removed from future versions of Citadel/UX.
  IGAB   (Initialize Global Address Book)
  
  This command creates, or re-creates, a database of Internet e-mail addresses