Lines Matching full:layer
5 the standard TLS record layer and instead assumes responsibility for the
105 * handshake layer is concerned, meaning that it should be immediately torn
146 * It registers itself as a custom TLS record layer
149 ### Custom TLS Record Layer
151 A TLS record layer is defined via an `OSSL_RECORD_METHOD` object. This object
153 record layer. Existing record layers include one for TLS, one for DTLS and one
156 `QUIC_TLS` registers itself as a custom TLS record layer. A new internal
171 The TLS record layer code is further modified to provide the following
174 The custom record layer will need a record layer specific argument (`rlarg`
187 Invoked every time a new record layer object is created by the TLS
214 expects to request data from the record layer, get a handle on that data, and
215 then inform the record layer when it has finished using that data. The current
237 QUIC requires the use of ALPN (Application-Layer Protocol Negotiation). This is