-
Notifications
You must be signed in to change notification settings - Fork 51
Updated patch for openssl #21
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
Conversation
Added new extensions to enum tlsext_index_en in ssl/ssl_locl.h - now tests in debian package pass without errors
|
I'll take a look. |
|
This broke the patching for me It was working fine, is there any other change required for this to work ? |
|
@kedare , what version of openssl are you using? |
|
OpenSSL 1.1.1 |
|
Please be more specific. My patch is for 1.1.1d, which is also 1.1.1. |
|
yes, @kedare , can you please give more details, system wide or for the full build process. This passed the travis tests and I've also tested manually. Thanx. |
|
I am using it on top of the This is the failing step : (I added the current checkout as workaround the nginx-ssl-ja3) |
|
Seems like OpenSSL developers have changed name of that file from UPD: specific commit that renames files and breaks the patch: openssl/openssl@706457b |
|
Thanks, indeed it's a temporary workaround, I will use your version once merged :) |
Added new extensions to enum tlsext_index_en in ssl/ssl_locl.h according to comments in source code - now tests in debian package pass without errors.