Commit 19f46c2
Prepare aws-lc-sys v0.32.3 (#922)
* Bump version to v0.32.3
* Align w/ AWS-LC v1.62.0
* Handle ENABLE_SOURCE_MODIFICATION + DISABLE_CPU_JITTER_ENTROPY
* Tests for jitter-entropy
* Symbols from ubuntu-latest
* Symbols from macos-14
* Symbols from aarch64-pc-windows-msvc
* Symbols from x86_64-pc-windows-msvc
* Symbols from macos-13
* Symbols for arm-unknown-linux-gnueabi
* Symbols for aarch64-unknown-linux-gnu
* Symbols for aarch64-unknown-linux-musl
* Symbols for powerpc64le-unknown-linux-gnu
* Symbols for i686-unknown-linux-gnu
* Symbols for x86_64-unknown-linux-musl
* Symbols for armv7-unknown-linux-gnueabihf
* Symbols for powerpc-unknown-linux-gnu
* Symbols from x86_64-pc-windows-gnu
* Symbols from i686-pc-windows-msvc
* Generated headers
* Generated bindings from ubuntu-latest
* Generated bindings from macos-14
* Generated bindings for i686-pc-windows-msvc
* Generated bindings for x86_64-pc-windows-gnu
* Generated bindings for aarch64-unknown-linux-musl
* Generated bindings for x86_64-pc-windows-msvc
* Generated bindings for i686-unknown-linux-gnu
* Generated bindings for aarch64-linux-android
* Generated bindings for aarch64-pc-windows-msvc
* Generated bindings for aarch64-unknown-linux-gnu
* Generated bindings for x86_64-unknown-linux-musl
* Generated bindings for riscv64gc-unknown-linux-gnu
* Generated bindings from macos-13
* Collected source files from ubuntu-latest
* Collected source files from macos-14
* Collected source files for x86_64-unknown-linux-musl
* Collected source files for i686-unknown-linux-gnu
* Collected source files from macos-13
* Collected source files for aarch64-unknown-linux-musl
* Collected source files for aarch64-unknown-linux-gnu
* Collected NASM files
* Collected source files for riscv64gc-unknown-linux-gnu
* Add CI jobs for jitter-entropy
* Log the latency, but no sanity check on it
---------
Co-authored-by: aws-lc-sys-bindings-generator <[email protected]>1 parent 89210fc commit 19f46c2
File tree
100 files changed
+35026
-34892
lines changed- .github/workflows
- aws-lc-sys
- builder
- cc_builder
- prebuilt-nasm
- generated-include/openssl
- src
- symbols
- scripts/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
100 files changed
+35026
-34892
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
- .github/actions/codebuild-docker-run/action.yml+30-1
- .github/actions/codebuild-docker-run/codebuild-docker-run.sh+48-9
- .github/workflows/integration_omnibus.yml+417
- .github/workflows/linux_x86_omnibus.yml+38
- .github/workflows/windows-alt.yml+1-6
- CMakeLists.txt+38-13
- crypto/CMakeLists.txt+5-1
- crypto/crypto_test.cc+4-1
- crypto/evp_extra/p_kem_asn1.c+36-17
- crypto/evp_extra/p_kem_test.cc+233-137
- crypto/fipsmodule/kem/internal.h+11
- crypto/fipsmodule/kem/kem.c+50
- crypto/fipsmodule/ml_dsa/ml_dsa_ref/poly.c+5-5
- crypto/fipsmodule/rand/cpu_jitter_test.cc+4
- crypto/fipsmodule/rand/entropy/entropy_source_test.cc+15-2
- crypto/fipsmodule/rand/entropy/entropy_sources.c+33-16
- crypto/fipsmodule/rand/entropy/internal.h+15-6
- crypto/fipsmodule/rand/entropy/tree_drbg_jitter_entropy.c+4
- crypto/fipsmodule/rand/entropy/tree_drbg_jitter_entropy_isolated_test.cc+4
- crypto/fipsmodule/rsa/rsa.c+3
- crypto/fipsmodule/self_check/fips.c+5
- crypto/pem/pem_lib.c+7-3
- crypto/rand_extra/urandom_test.cc+2-1
- include/openssl/base.h+1-1
- ssl/extensions.cc+4
- ssl/internal.h+3
- ssl/ssl_encoding_test.cc+1
- ssl/ssl_version_test.cc+23-1
- ssl/test/runner/runner.go+6-2
- tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml+3-514
- tests/ci/common_posix_setup.sh+1-1
- tests/ci/integration/bind9_patch/bind9_main.patch+15
- tests/ci/integration/libwebsockets_patch/libwebsocket_master.patch+16-1
- tests/ci/integration/nginx_patch/aws-lc-nginx.patch-196
- tests/ci/integration/run_accp_integration.sh+1-1
- tests/ci/integration/run_bind9_integration.sh+15-12
- tests/ci/integration/run_cyrus_sasl_integration.sh+5-5
- tests/ci/integration/run_haproxy_integration.sh+5-5
- tests/ci/integration/run_ibmtpm_integration.sh+5-5
- tests/ci/integration/run_libevent_integration.sh+1-1
- tests/ci/integration/run_librdkafka_integration.sh+5-5
- tests/ci/integration/run_librelp_integration.sh+6-6
- tests/ci/integration/run_libssh2_integration.sh-1
- tests/ci/integration/run_libwebsockets_integration.sh+5-5
- tests/ci/integration/run_monit_integration.sh+6-6
- tests/ci/integration/run_nginx_integration.sh+6-17
- tests/ci/integration/run_nmap_integration.sh+5-5
- tests/ci/integration/run_openldap_integration.sh+10-10
- tests/ci/integration/run_openvpn_integration.sh+5-5
- tests/ci/integration/run_python_integration.sh+10-10
- tests/ci/integration/run_ruby_integration.sh+8-8
- tests/ci/integration/run_socat_integration.sh+5-5
- tests/ci/integration/run_sslproxy_integration.sh+8-8
- tests/ci/integration/run_strongswan_integration.sh+5-5
- tests/ci/integration/run_xmlsec_integration.sh+5-5
- tests/ci/run_legacy_avx_tests.sh+25
- tests/ci/run_posix_tests.sh+2-13
- tests/ci/setup.py+1-1
- third_party/jitterentropy/CMakeLists.txt+1-1
- third_party/s2n-bignum/s2n-bignum-to-be-imported/arm/aes/aes-xts-enc.S+9-10
- tool-openssl/CMakeLists.txt+12
- tool-openssl/dgst.cc+421-131
- tool-openssl/dgst_test.cc+290-105
- tool-openssl/ec.cc+115
- tool-openssl/ec_test.cc+249
- tool-openssl/genrsa.cc+181
- tool-openssl/genrsa_test.cc+226
- tool-openssl/internal.h+75-4
- tool-openssl/ordered_args.cc+36-2
- tool-openssl/pass_util.cc+344
- tool-openssl/pass_util_test.cc+578
- tool-openssl/pkcs8.cc+207-332
- tool-openssl/pkeyutl.cc+318
- tool-openssl/pkeyutl_test.cc+296
- tool-openssl/test_util.h+30-19
- tool-openssl/tool.cc+5-2
- tool/args.cc+25-14
- tool/internal.h+28-18
- tool/speed.cc+2-2
- util/bot/DEPS-183
- util/bot/README-3
- util/bot/UPDATING-43
- util/bot/extract.py-183
- util/bot/go/env.py-61
- util/bot/nasm-win32.exe.sha1-1
- util/bot/sde-linux64.tar.xz.sha1-1
- util/bot/sde-win32.tar.xz.sha1-1
- util/bot/update_clang.py-178
- util/bot/vs_env.py-30
- util/bot/vs_toolchain.py-114
- util/build_and_test.sh+47
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
286 | 287 | | |
287 | 288 | | |
288 | 289 | | |
289 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
290 | 293 | | |
291 | 294 | | |
292 | 295 | | |
| |||
320 | 323 | | |
321 | 324 | | |
322 | 325 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
330 | 336 | | |
331 | 337 | | |
332 | 338 | | |
| |||
478 | 484 | | |
479 | 485 | | |
480 | 486 | | |
481 | | - | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
482 | 491 | | |
483 | 492 | | |
484 | 493 | | |
| |||
488 | 497 | | |
489 | 498 | | |
490 | 499 | | |
491 | | - | |
492 | | - | |
493 | | - | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
494 | 505 | | |
495 | 506 | | |
496 | 507 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments