session mbedtls, openssl UPDATE optionally enforce EKU and KU#619
Conversation
9b0567c to
8e7e05a
Compare
Roytak
left a comment
There was a problem hiding this comment.
Looks good, but needs a bit of refactor.
8e7e05a to
824a417
Compare
|
Thank you! I updated the branch, let me know what you think |
Roytak
left a comment
There was a problem hiding this comment.
Last comment from me, otherwise LGTM. Will wait for Michal to look at it and merge it when he comes back next week.
824a417 to
e6f89fb
Compare
|
Okay, updated the PR. Thanks! |
michalvasko
left a comment
There was a problem hiding this comment.
Just some minor changes are needed. As for formatting (the failed tests), a newline is expected before #endif. But please also add one after every #ifxxx, thanks.
e6f89fb to
d564c9d
Compare
|
Thank you, I updated the PR with the newlines and using |
michalvasko
left a comment
There was a problem hiding this comment.
I am not exactly sure why, but uncrustify does not like the newlines in session_mbedtls.c on 838 and 843andsession_openssl.con519and524. Best to just run uncrustify` locally but if you remove these 4 newlines, the tests should finally pass.
…Key Usage (KU) set by client, optional through compile-time flag Signed-off-by: Niklas Moser <niklas.moser@srs.io>
d564c9d to
3d6aa74
Compare
|
Done! |
Continuation of this PR, with
develas target branch.