4 files changed
+4
-4
lines changed- .github/workflows/ci.yml+10-1
- .github/workflows/handle-stale-discussions.yml+18
- CMakeLists.txt+1
- builder.json+5-2
- cmake/aws-c-cal-config.cmake+12-15
- include/aws/cal/cal.h+4
- include/aws/cal/ecc.h+5
- include/aws/cal/private/der.h+19-2
- include/aws/cal/private/rsa.h+118
- include/aws/cal/rsa.h+165
- include/aws/cal/symmetric_cipher.h+1-1
- source/cal.c+11-4
- source/darwin/securityframework_ecc.c+62-9
- source/darwin/securityframework_rsa.c+466
- source/der.c+28-7
- source/rsa.c+282
- source/unix/openssl_rsa.c+393
- source/windows/bcrypt_ecc.c+4-4
- source/windows/bcrypt_rsa.c+415
- tests/CMakeLists.txt+22
- tests/der_test.c+139-3
- tests/ecc_test.c+82
- tests/rsa_test.c+691
- .gitattributes+5
- .github/workflows/ci.yml+8-8
- .github/workflows/handle-stale-discussions.yml+18
- .github/workflows/proof-alarm.yml+3-2
- .gitignore+1
- README.md+1-1
- include/aws/io/io.h+2
- include/aws/io/logging.h+1
- include/aws/io/pem.h+99
- include/aws/io/private/pki_utils.h-30
- include/aws/io/private/tracing.h+22
- source/channel_bootstrap.c+15-11
- source/darwin/darwin_pki_utils.c+24-32
- source/io.c+4-1
- source/linux/epoll_event_loop.c+8
- source/pem.c+436
- source/pem_utils.c-98
- source/pki_utils.c-224
- source/posix/socket.c+5-5
- source/stream.c+3
- source/tracing.c+20
- source/windows/iocp/socket.c+8-8
- source/windows/windows_pki_utils.c+20-34
- tests/CMakeLists.txt+1
- tests/pem_test.c+432-220
- tests/pem_utils_test.c-145
- tests/resources/testparse_crlf.crt+23
Submodule s2n updated from f7930e5 to 4654fec
0 commit comments