mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
openssl: reduce Curl_ossl_ctx_init complexity
Reduce Curl_ossl_ctx_init() complexity by splitting it up into sub functions. While splitting if ECH, add pytest fixed for AWS-LC and enable it in CI. Closes #17404
This commit is contained in:
parent
d214e62f4e
commit
7836c3de5d
4 changed files with 355 additions and 286 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -143,7 +143,7 @@ jobs:
|
|||
|
||||
- name: awslc
|
||||
install_packages: zlib1g-dev
|
||||
install_steps: awslc
|
||||
install_steps: awslc pytest
|
||||
configure: LDFLAGS="-Wl,-rpath,$HOME/awslc/lib" --with-openssl=$HOME/awslc --enable-ech
|
||||
|
||||
- name: awslc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue