ssl
ssl - secure sockets layer device
Synopsis
bind '#D' /n/ssl
/n/ssl/data
/n/ssl/ctl
/n/ssl/secretin
/n/ssl/secretout
Description
The SSL device implements the link layer of the secure sockets layer defined by Netscape. Each binding of #D into the name space creates a new ssl device. Once associated with a network connection the ssl device can be thought of as a filter for the connection. The ssl device can send data in the clear, digested or encrypted. In all cases, if an ssl device is associated with both ends of a connection, all messages are delimited. As long as reads always specify buffers that are of equal or greater lengths than the writes at the other end of the connection, one write will correspond to one read.
Writing to /n/ssl/ctl controls the ssl device. The following control messages are possible:
Files /n/ssl/secretin and /n/ssl/secretout must be written before the digesting or encryption is turned on. If only one is written, they are both assumed to be the same.
The mode may be changed at any time during a connection.
See Also
B. Schneier, Applied Cryptography, 1996, J. Wiley & Sons, Inc.
infernosupport@lucent.com
Copyright © 1996,Lucent Technologies, Inc. All rights
reserved.