-
Notifications
You must be signed in to change notification settings - Fork 24
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
wip boringssl #40
wip boringssl #40
Conversation
5ed4b67
to
4a47b22
Compare
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.
Looks good so far; I understand this is a WIP so providing initial feedback.
@fffonion should we finalize this one? I think boringssl will be ready to be tested soon, am I right? |
Hi @aboudreault @mikefero thanks for the review, this is no longer in priority, I managed to run the matrix in travis instead. I will address the comments shortly however. |
Co-authored-by: Fero <[email protected]>
@@ -552,6 +552,7 @@ function image_name { | |||
OPENRESTY=${OPENRESTY:-$(req_find $req_file RESTY_VERSION)} | |||
LUAROCKS=${LUAROCKS:-$(req_find $req_file RESTY_LUAROCKS_VERSION)} | |||
OPENSSL=${OPENSSL:-$(req_find $req_file RESTY_OPENSSL_VERSION)} | |||
BORINGSSL=${BORINGSSL:-$(req_find $req_file RESTY_BORINGSSL_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.
the var name will probably be modified in kong-ee? https://github.com/Kong/kong-ee/blob/master/.requirements#L13
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.
not sure i get this one, are you suggesting to rename this variable to name BORINGSSL_VERSION
that aligns to .requirements
?
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.
.requirements
uses BORINGSSL_VERSION
and the gojira PR is trying to read RESTY_BORINGSSL_VERSION
. so just asking which one is correct.
@fffonion I got some issues locally while building. I couldn't fix in your fork so I pushed an up-to-date branch here: https://github.com/Kong/gojira/tree/boringssl The build succeed using that branch. However, when I try a
|
@fffonion do you know what is the ssl_dhparam error? |
@aboudreault yes that's because boringssl doesn't implement those pre-defined groups. In fact, we should always set |
closing in favor of #48 |
add an option to start gojira with boringssl build