Tags: skotambkar/aws-c-cal
Tags
Only build sha256_profile if BUILD_TESTING is enabled (awslabs#101)
Move libcrypto resolution from fprintf to logging (awslabs#97)
Sha1 (awslabs#86) * initial attempt at crc_32 implementation. code taken from cc_sha256 * added checksums as to CMake Lists, and added it as an upstream dependancy * crc formatting * more formatting * comment fixes * pointer fixes, and comments on cofusion * formatting * casting fix * casting fix * fix ugly cast * windows * windows2 * explicit size-int * added crc32c * added crc32c 1 * unreferenced parameter * added crc32c 2 * consted * unconsted * dryed code * endian fix * endian fix2 * tests pass * tests * casting * crc test changes * dengke miner comment edits * sha1 mac, and tests * sha1 linux * sha1 windows * crc purge * checksum purge * resolve comments * comma and spacing * initialize bcrypt to NULL * make files unchanges
Disable aws-lc's codegen. (awslabs#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.
OpenSSL/libcrypto fixes and CI (awslabs#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 * Updated to builder v0.8.14 for variants support
Fixes to openssl probing from testing (awslabs#87) * Fixes to openssl probing from testing * Fixed static resolution pass to be exhaustive before attempting dynamic pass * Made logging consistent between API resolution functions
Propagate shared library settings to aws-lc build (awslabs#85)
PreviousNext