-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS1.3:ServerHello:Add parse server hello function #4919
TLS1.3:ServerHello:Add parse server hello function #4919
Conversation
7b8fdc7
to
c6dc9a3
Compare
8770a7b
to
5a53ef8
Compare
e22de52
to
63e6e92
Compare
Signed-off-by: Jerry Yu <[email protected]>
Signed-off-by: Jerry Yu <[email protected]>
Signed-off-by: Jerry Yu <[email protected]>
It is always on now in `development` Signed-off-by: Jerry Yu <[email protected]>
Signed-off-by: Jerry Yu <[email protected]>
091b636
to
188468b
Compare
Rebased.
|
return( ret ); | ||
} | ||
|
||
ret = mbedtls_ssl_tls1_3_derive_handshake_secrets( md_type, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mbedtls_ssl_tls13_derive_handshake_secrets()?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer do not change it here.
Signed-off-by: Jerry Yu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@paul-elliott-arm are you ok with the last version ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Final version LGTM
Add functions before post process
depends on #4918 and #4891