]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: interop with AWS-LC
authorJim King <jaseking@amazon.com>
Wed, 18 Jan 2023 16:54:30 +0000 (11:54 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Mar 2023 08:56:14 +0000 (10:56 +0200)
commit34ef4fab22d93cf7ef1d6c2954a0bad19f323ea9
tree3baf04654b7eaa0bb14f9acf8b8798cc24d5ec46
parent1e3319a167d2f32d295603167486e9e88af9bb4e
openssl: interop with AWS-LC

* Configure changes to detect AWS-LC
* CMakeLists.txt changes to detect AWS-LC
* Compile-time branches needed to support AWS-LC
* Correctly set OSSL_VERSION and report AWS-LC release number
* GitHub Actions script to build with autoconf and cmake against AWS-LC

AWS-LC is a BoringSSL/OpenSSL derivative
For more information see https://github.com/awslabs/aws-lc/

Closes #10320
.github/scripts/spellcheck.words
.github/workflows/awslc.yml [new file with mode: 0644]
CMakeLists.txt
docs/FAQ
docs/INSTALL.md
docs/libcurl/libcurl-thread.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/curl_ntlm_core.c
lib/vtls/openssl.c
m4/curl-openssl.m4