- Update to version 0.5.11
+ Logging updates
* Move libcrypto symbol resolution output to logging calls
- from version 0.5.10
+ BYO_CRYPTO updates for Sigv4a
* Updated some ecc key API functions to have BYO_CRYPTO-conditional implementations
- from version 0.5.9
+ Support in-source build with AWS-LC
* Instead of always searching for a pre-installed libcrypto, now provide the option
to use the crypto target to do the link. It's useful for the in-source build, where
we will not install libcrypto, instead, we build aws-lc (for libcrypto) before building
aws-c-cal.
- from version 0.5.8
+ SHA1 Hash Support
* Adding support for SHA1.
- from version 0.5.7
+ Don't run aws-lc's codegen at build time
* Disable aws-lc's codegen. (#90)
Background: aws-lc uses codegen to create some of its source files, and it runs these generators
if the user's machine has Go and Perl installed. However, up-to-date versions of the generated
files are already committed to the repo, so it's not necessary for users to run codegen on their
machines. This codegen has led to unexpected issues (ex: failure due to network access at build
time) so let's just turn it off and reduce unnecessary complexity.
- from version 0.5.6
+ OpenSSL detection fixes
* OpenSSL/libcrypto fixes and CI (#88)
* Additional fixes from OpenSSL testing
* Added diagnostics for libcrypto usage
* Only allow openssl variant on linux
* Fixed versioning of builder in builds that left it out
OBS-URL: https://build.opensuse.org/request/show/901159
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-cal?expand=0&rev=2