Clarify the documentation around session usage#16582
Closed
mattcaswell wants to merge 2 commits intoopenssl:masterfrom
Closed
Clarify the documentation around session usage#16582mattcaswell wants to merge 2 commits intoopenssl:masterfrom
mattcaswell wants to merge 2 commits intoopenssl:masterfrom
Conversation
The behaviour for what happens in a resumption connection was not quite described correctly.
Member
Author
|
See also issue #16576 |
paulidale
approved these changes
Sep 13, 2021
Contributor
|
Good for all three branches. |
Collaborator
|
This pull request is ready to merge |
t8m
approved these changes
Sep 17, 2021
openssl-machine
pushed a commit
that referenced
this pull request
Sep 17, 2021
The behaviour for what happens in a resumption connection was not quite described correctly. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #16582)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 17, 2021
Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #16582)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 17, 2021
Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #16582) (cherry picked from commit 9e51f87)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 17, 2021
Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #16582) (cherry picked from commit 9e51f87)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 17, 2021
The behaviour for what happens in a resumption connection was not quite described correctly. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #16582) (cherry picked from commit 4603b78)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 17, 2021
The behaviour for what happens in a resumption connection was not quite described correctly. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #16582) (cherry picked from commit 4603b78)
Member
|
Merged to master and cherry-picked the commits to both 3.0 and 1.1.1 branches. Thank you. |
dstebila
pushed a commit
to open-quantum-safe/openssl
that referenced
this pull request
Mar 15, 2022
The documented behaviour for SSL_set_num_tickets() was not quite correct, and the behaviour of SSL_get_session() on the server side was not clear.