Home
last modified time | relevance | path

Searched refs:transition (Results 1 – 11 of 11) sorted by relevance

/openssl/ssl/statem/
H A Dstatem.c589 int (*transition) (SSL_CONNECTION *s, int mt); in read_state_machine() local
600 transition = ossl_statem_server_read_transition; in read_state_machine()
605 transition = ossl_statem_client_read_transition; in read_state_machine()
645 if (!transition(s, mt)) in read_state_machine()
807 WRITE_TRAN(*transition) (SSL_CONNECTION *s); in write_state_machine() local
823 transition = ossl_statem_server_write_transition; in write_state_machine()
828 transition = ossl_statem_client_write_transition; in write_state_machine()
844 switch (transition(s)) { in write_state_machine()
H A DREADME.md16 transition - not the other way around (the other way causes lots of issues
/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md69 transition to Initial Exchange A.
130 server to advance the handshake layer and cause it to transition
162 The Establishing state is now done and there is immediate transition
203 It is also possible for the endpoint to transition to the Draining
228 † Except where superseded by a more specific transition
230 ε means “where no other transition is applicable”.
511 Action: immediate transition to `TERMINATED` (no `CONNECTION_CLOSE` frame
522 Always causes a direct transition to `TERMINATED`.
587 - `APP:CLOSE`: Usually causes a transition to `TERMINATING.CLOSING`.
H A Dquic-fifm.md234 * Effects an immediate transition of the given CFQ item to the TX state.
239 * Effects an immediate transition of the given CFQ item to the NEW state,
H A Dquic-fc.md142 The On TX Blocked event is emitted at the time of any edge transition where the
H A Drecord-layer.md164 standard TLS record layer during the handshake, and later transition to using
/openssl/doc/man7/
H A Dossl-guide-libssl-introduction.pod18 of these protocols should be able to transition to using another with relative
H A Dopenssl-qlog.pod173 the qlog format. The OpenSSL qlog functionality will transition to producing
/openssl/doc/man3/
H A DOSSL_CMP_exec_certreq.pod157 it assigns to them the corresponding transition certificates.
H A DSSL_get_value_uint.pod261 transition.
/openssl/
H A DCHANGES.md1292 users transition to the new macro, `DEFINE_LHASH_OF_EX`.
11407 * Fix a state transition in s3_srvr.c and d1_srvr.c
20155 script. Instead use the usual Shell->Perl transition trick.

Completed in 90 milliseconds