Fixes #24322#25665
Conversation
808edc5 to
87abd9a
Compare
CLA: trivial
87abd9a to
2dec974
Compare
|
|
||
| SSL_SESSION_set_timeout() returns 1 on success. | ||
|
|
||
| If any of the function is passed the NULL pointer for the session B<s>, |
There was a problem hiding this comment.
| If any of the function is passed the NULL pointer for the session B<s>, | |
| All functions return 0 if the session B<s> is NULL. |
There was a problem hiding this comment.
This is pre-existing. It looks like there's a lot of work to get this whole file sorted, shall we just take the trivial changes here and worry about the rest later?
mattcaswell
left a comment
There was a problem hiding this comment.
The below comment is a suggestion (but I would approve anyway if this is not done - once the comment from @slontis is responded to)
| SSL_SESSION_set_time_ex() returns time on success. | ||
|
|
||
| SSL_SESSION_set_timeout() returns 1 on success. | ||
|
|
There was a problem hiding this comment.
While about it could we also document the return values for the other functions in the synopsis not mentioned here? e.g. SSL_get_timeout/SSL_set_timeout/SSL_SESSION_get_time/SSL_SESSION_set_time/SSL_get_time/SSL_set_time
|
I am happy with the changes as-made being under |
Ah - right. Good point. I had not spotted this was CLA: trivial. |
tom-cosgrove-arm
left a comment
There was a problem hiding this comment.
ok with trivial
|
Thank you, all. Would you mind adding the label |
Done. |
|
24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually. |
shahsb
left a comment
There was a problem hiding this comment.
Okay with CLA: trivial.
LGTM. Thanks for making the changes!
|
Merged to the master and 3.4 branches after improving the commit message. Thank you for your contribution. |
Fixes openssl#24322 CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from openssl#25665)
Fixes #24322
This pull request updates documentation for
SSL_SESSION_set_time_ex.Checklist