Commit 5b24c1a
File tree
23 files changed
+32317
-32131
lines changed- aws-lc-fips-sys
- generated-include/openssl
- src
- symbols
23 files changed
+32317
-32131
lines changedLines changed: 3 additions & 3 deletions
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 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + |
- .github/workflows/integrations.yml+25
- BUILDING.md+12
- CMakeLists.txt+7
- crypto/CMakeLists.txt+1
- crypto/asn1/a_gentm.c+4-4
- crypto/asn1/a_time.c+14-14
- crypto/asn1/a_utctm.c+5-5
- crypto/asn1/asn1_test.cc+32-34
- crypto/digest_extra/digest_extra.c+19
- crypto/digest_extra/digest_test.cc+5
- crypto/fipsmodule/bcm.c+1
- crypto/fipsmodule/cpucap/cpu_aarch64_linux.c+18-5
- crypto/fipsmodule/policydocs/DRAFT-140-3-AmazonSecurityPolicy-2.0.0-dynamic.pdf
- crypto/fipsmodule/policydocs/DRAFT-140-3-AmazonSecurityPolicy-2.0.0-static.pdf
- crypto/fipsmodule/rand/rand.c+57-8
- crypto/fipsmodule/rand/snapsafe_detect.c+163
- crypto/fipsmodule/rand/snapsafe_detect.h+59
- crypto/fipsmodule/rand/snapsafe_detect_test.cc+115
- crypto/fipsmodule/rand/urandom_test.cc+13-4
- crypto/fipsmodule/service_indicator/service_indicator_test.cc+2-2
- crypto/internal.h+2
- crypto/kyber/README.md+1
- crypto/kyber/pqcrystals_kyber_ref_common/poly.c+13-3
- crypto/test/gtest_main.cc+6-1
- crypto/x509/internal.h+3-1
- crypto/x509/x509_lu.c+15-4
- crypto/x509/x509_test.cc+95-14
- crypto/x509/x509_time_test.cc+81-3
- crypto/x509/x509_vfy.c+56-27
- crypto/x509/x509_vpm.c+5-1
- include/openssl/asn1.h+36-27
- include/openssl/base.h+1-1
- include/openssl/digest.h+4
- include/openssl/ssl.h+8
- include/openssl/x509.h+36
- ssl/ssl_lib.cc+9
- ssl/ssl_test.cc+14-1
- ssl/test/bssl_shim.cc+6
- ssl/test/handshaker.cc+7
- tests/ci/openldap_patch/OPENLDAP_REL_ENG_2_5/print-libcrypto-info.patch+20
- tests/ci/openldap_patch/master/print-libcrypto-info.patch+20
- tests/ci/run_fips_tests.sh+5
- tests/ci/run_openldap_integration.sh+119
- tests/ci/run_posix_tests.sh+8-2
- util/all_tests.json+6
- util/fipstools/delocate/delocate.go+45-1
- util/fipstools/delocate/delocate_test.go+1
- util/fipstools/delocate/testdata/x86_64-FourArg/in.s+13
- util/fipstools/delocate/testdata/x86_64-FourArg/out.s+85
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
674 | 674 |
| |
675 | 675 |
| |
676 | 676 |
| |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
677 | 681 |
| |
678 | 682 |
| |
679 | 683 |
| |
| |||
1341 | 1345 |
| |
1342 | 1346 |
| |
1343 | 1347 |
| |
| 1348 | + | |
1344 | 1349 |
| |
1345 | 1350 |
| |
1346 | 1351 |
| |
| |||
2322 | 2327 |
| |
2323 | 2328 |
| |
2324 | 2329 |
| |
| 2330 | + | |
2325 | 2331 |
| |
2326 | 2332 |
| |
2327 | 2333 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
678 | 678 |
| |
679 | 679 |
| |
680 | 680 |
| |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
681 | 685 |
| |
682 | 686 |
| |
683 | 687 |
| |
| |||
1345 | 1349 |
| |
1346 | 1350 |
| |
1347 | 1351 |
| |
| 1352 | + | |
1348 | 1353 |
| |
1349 | 1354 |
| |
1350 | 1355 |
| |
| |||
2326 | 2331 |
| |
2327 | 2332 |
| |
2328 | 2333 |
| |
| 2334 | + | |
2329 | 2335 |
| |
2330 | 2336 |
| |
2331 | 2337 |
| |
|
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
671 | 671 |
| |
672 | 672 |
| |
673 | 673 |
| |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
674 | 678 |
| |
675 | 679 |
| |
676 | 680 |
| |
| |||
1338 | 1342 |
| |
1339 | 1343 |
| |
1340 | 1344 |
| |
| 1345 | + | |
1341 | 1346 |
| |
1342 | 1347 |
| |
1343 | 1348 |
| |
| |||
2319 | 2324 |
| |
2320 | 2325 |
| |
2321 | 2326 |
| |
| 2327 | + | |
2322 | 2328 |
| |
2323 | 2329 |
| |
2324 | 2330 |
| |
| |||
4691 | 4697 |
| |
4692 | 4698 |
| |
4693 | 4699 |
| |
| 4700 | + | |
| 4701 | + | |
| 4702 | + | |
| 4703 | + | |
4694 | 4704 |
| |
4695 | 4705 |
| |
4696 | 4706 |
| |
| |||
5358 | 5368 |
| |
5359 | 5369 |
| |
5360 | 5370 |
| |
| 5371 | + | |
5361 | 5372 |
| |
5362 | 5373 |
| |
5363 | 5374 |
| |
| |||
6339 | 6350 |
| |
6340 | 6351 |
| |
6341 | 6352 |
| |
| 6353 | + | |
6342 | 6354 |
| |
6343 | 6355 |
| |
6344 | 6356 |
| |
|
0 commit comments