Lines Matching refs:object
25 An B<SSL> object is used to represent a connection to a remote peer. Once a
31 to arrive at all. In this case the B<SSL> object used for the connection is also
39 bi-directional. In this case the B<SSL> object used for the connection also
44 uni- or bi-directional. In this case an B<SSL> object can represent the
46 a separate B<SSL> object is used for each one. See
49 An B<SSL_CTX> object is used to create the B<SSL> object for the underlying
50 connection. A single B<SSL_CTX> object can be used to create many connections
51 (each represented by a separate B<SSL> object). Many API functions in libssl
54 any B<SSL> object that you create from it. Alternatively you can apply settings
55 directly to the B<SSL> object without affecting other B<SSL> objects. Note that
57 object has been created from it.
78 together into an B<SSL_SESSION> object. A single successful connection with a
87 ciphersuite. Such a set is represented by an B<SSL_CIPHER> object.