Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Mar 13, 2023
1 parent c330683 commit 78093c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/migration_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ is mandatory to implement by applications, though. Additionally there are a few
backward incompatible changes in callbacks that might require attention by some
applications:

tls_record_received() / tls_emit_data()
"""""""""""""""""""""""""""""""""""""""

Those callbacks now take `std::span<const uint8_t>` instead of `const uint8_t*`
with a `size_t` buffer length.

tls_verify_cert_chain()
"""""""""""""""""""""""

Expand Down

0 comments on commit 78093c3

Please sign in to comment.