Skip to content

Commit

Permalink
Update documentation on SSL_CTX_set_msg_callback() to match the actua…
Browse files Browse the repository at this point in the history
…l functionality.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #22241)
  • Loading branch information
fwh-dc authored and t8m committed Oct 4, 2023
1 parent 5f79670 commit fac54a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/man3/SSL_CTX_set_msg_callback.pod
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ when a protocol message has been sent.

The protocol version according to which the protocol message is
interpreted by the library such as B<TLS1_3_VERSION>, B<TLS1_2_VERSION>,
B<OSSL_QUIC1_VERSION> etc. This is set to 0 for the SSL3_RT_HEADER pseudo
content type (see NOTES below).
B<OSSL_QUIC1_VERSION> etc. For the SSL3_RT_HEADER pseudo
content type (see NOTES below) this value will be the decoded
version/legacy_version field of the record header.

=item I<content_type>

Expand Down

0 comments on commit fac54a6

Please sign in to comment.