4 files changed
+4
-4
lines changed- CMakeLists.txt+2-12
 - NOTICE+2-1
 - include/aws/cal/cal.h+3-13
 - include/aws/cal/ecc.h+5-13
 - include/aws/cal/exports.h+3-13
 - include/aws/cal/hash.h+3-13
 - include/aws/cal/hmac.h+3-13
 - include/aws/cal/private/der.h+3-13
 - include/aws/cal/private/ecc.h+3-13
 - source/cal.c+3-13
 - source/darwin/commoncrypto_hmac.c+3-13
 - source/darwin/commoncrypto_md5.c+3-13
 - source/darwin/commoncrypto_sha256.c+3-13
 - source/darwin/securityframework_ecc.c+9-14
 - source/der.c+3-13
 - source/ecc.c+3-13
 - source/hash.c+3-13
 - source/hmac.c+3-13
 - source/unix/opensslcrypto_ecc.c+3-13
 - source/unix/opensslcrypto_hash.c+3-13
 - source/unix/opensslcrypto_hmac.c+3-13
 - source/windows/bcrypt_ecc.c+3-13
 - source/windows/bcrypt_hash.c+3-13
 - source/windows/bcrypt_hmac.c+3-13
 - tests/der_test.c+3-13
 - tests/ecc_test.c+3-13
 - tests/md5_test.c+3-13
 - tests/sha256_hmac_test.c+3-13
 - tests/sha256_test.c+3-13
 - tests/test_case_helper.h+3-13
 
- include/aws/io/pki_utils.h+4-2
 - include/aws/io/tls_channel_handler.h+4
 - source/darwin/darwin_pki_utils.c+4
 - source/darwin/secure_transport_tls_channel_handler.c+7
 - source/s2n/s2n_tls_channel_handler.c+5
 - source/tls_channel_handler.c+8
 - source/windows/secure_channel_tls_handler.c+5
 - tests/CMakeLists.txt+1
 - tests/tls_handler_test.c+16-1
 
0 commit comments