Commit ff7fa35
File tree
- config/examples
- docs
- include/wolfboot
- lib
- tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1501 | 1501 | | |
1502 | 1502 | | |
1503 | 1503 | | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
1504 | 1508 | | |
1505 | 1509 | | |
1506 | 1510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1185 | 1185 | | |
1186 | 1186 | | |
1187 | 1187 | | |
1188 | | - | |
| 1188 | + | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | 1191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Submodule wolfPKCS11 updated 99 files
- .github/workflows/alpine-architecture-tests.yml+1
- .github/workflows/build-workflow.yml+1
- .github/workflows/clang-tidy.yml+2-1
- .github/workflows/cmake.yml+2-1
- .github/workflows/codespell.yml+1
- .github/workflows/debian-package-test.yml+1
- .github/workflows/empty-pin-store-test.yml+12-1
- .github/workflows/firefox.yml+1
- .github/workflows/nss-cmsutil-test.yml+1
- .github/workflows/nss-curl-test.yml+1
- .github/workflows/nss-pdfsig-test.yml+1
- .github/workflows/nss-pk12util-debian-test.yml+13-2
- .github/workflows/nss-pk12util-test.yml+1
- .github/workflows/nss-ssltap-test.yml+1
- .github/workflows/nss.yml+1
- .github/workflows/sanitizer-tests.yml+3-2
- .github/workflows/scan-build.yml+1
- .github/workflows/storage-upgrade-test-tpm.yml+4
- .github/workflows/storage-upgrade-test.yml+4
- .github/workflows/tpm2-store-test.yml+9-6
- .github/workflows/unit-test.yml+14
- .github/workflows/wolfpkcs11-nss-debian.patch-13
- .github/workflows/wolfssl-master-compatibility.yml+1
- .github/workflows/wolfssl-v5.6.6-build-workflow.yml+1
- .gitignore+14-27
- CMakeLists.txt+35-4
- IDE/VisualStudio/wolftpm.vcxproj+2
- Makefile.am+7
- README.md+157-4
- cmake/options.h.in+2
- configure.ac+35-5
- debian/changelog+7
- debian/copyright+1-1
- debian/libwolfpkcs11-dev.install+1
- doc/formats/html/Doxyfile+1-1
- doc/formats/pdf/Doxyfile+1-1
- doc/include.am+9
- examples/examples.test+6-2
- examples/mech_info.c+1-1
- examples/obj_list.c+17-8
- examples/slot_info.c+1-1
- m4/hexversion.m4+5-1
- src/crypto.c+1.4k-213
- src/internal.c+2.3k-267
- src/slot.c+64-20
- src/wolfpkcs11.c+35-1
- tests/aead_null_aad_test.c+199
- tests/aes_cbc_pad_padding_test.c+2-2
- tests/aes_ccm_decrypt_len_test.c+465
- tests/aes_ctr_counterbits_test.c+444
- tests/aes_gcm_decrypt_len_test.c+466
- tests/aes_gcm_multipart_test.c+561
- tests/aes_keygen_attrs_test.c+387
- tests/aes_keywrap_decrypt_len_test.c+438
- tests/aes_keywrap_pad_test.c+621
- tests/copyobject_token_test.c+550
- tests/create_object_class_test.c+112
- tests/decrypt_final_bufsize_test.c+188
- tests/derive_disabled_key_test.c+333
- tests/derive_inherit_protection_test.c+426
- tests/derive_key_type_test.c+229
- tests/ecb_check_value_error_test.c+2-2
- tests/empty_pin_store_test.c+14-12
- tests/find_objects_null_template_test.c+2-2
- tests/gen_keypair_incomplete_test.c+145
- tests/include.am+251
- tests/key_function_not_permitted_test.c+123
- tests/key_sensitive_default_test.c+358
- tests/login_another_user_test.c+167
- tests/login_pin_len_range_test.c+102
- tests/logout_token_key_zero_test.c+319
- tests/mlkem_secret_scrub_test.c+554
- tests/mlkem_sensitive_attr_test.c+451
- tests/object_id_uniqueness_test.c+3-3
- tests/operation_active_test.c+790
- tests/pbkdf2_keygen_attrs_test.c+442
- tests/pkcs11_compliance_test.c+1.7k
- tests/pkcs11_test_util.h+162
- tests/pkcs11mtt.c+511-34
- tests/pkcs11str.c+274-17
- tests/pkcs11test.c+1.5k-90
- tests/pkcs11v3test.c+1.5k-120
- tests/private_object_empty_pin_test.c+445
- tests/rsa_exponent_test.c+552
- tests/rsa_private_usage_default_test.c+351
- tests/secret_extractable_default_test.c+333
- tests/set_attr_readonly_test.c+149
- tests/so_login_uninit_test.c+242
- tests/tpm_decode_bounds_test.c+141
- tests/trust_attr_bufsize_test.c+173
- tests/unwrapkey_ro_token_test.c+427
- tests/verify_recover_badkey_test.c+102
- tests/verify_recover_class_test.c+117
- tests/wolfssl-interoperability/Makefile+1-1
- tests/wolfssl-interoperability/pkcs11_interop.c+89-1
- wolfpkcs11/internal.h+69-6
- wolfpkcs11/pkcs11.h+27-10
- wolfpkcs11/store.h+2
- wolfpkcs11/version.h+2-2
- .github/workflows/build-config-matrix.yml+98
- .github/workflows/test-psa-api.yml+37-32
- .gitignore+11
- CHANGELOG.md+72
- Makefile+3-2
- README.md+4
- build-test/build-variant.sh+120
- build-test/user_settings.h+35
- src/misc_impl.c+17-1
- src/psa_aead.c+604-52
- src/psa_aead_internal.h+21
- src/psa_api_stub.c+295-1
- src/psa_asymmetric.c+25-5
- src/psa_asymmetric_api.c+787-76
- src/psa_attestation.c+4-4
- src/psa_chacha20_poly1305.c+5-163
- src/psa_cipher.c+227-97
- src/psa_crypto.c+19-5
- src/psa_ecc.c+9-6
- src/psa_ed25519_ed448.c+264-97
- src/psa_engine.c+18-217
- src/psa_hash_engine.c+131-25
- src/psa_kem.c+297
- src/psa_key_derivation.c+634-50
- src/psa_key_storage.c+594-61
- src/psa_key_wrap.c+327
- src/psa_lms_xmss.c+108-309
- src/psa_mac.c+100-39
- src/psa_mldsa.c+436-150
- src/psa_mlkem.c+187-154
- src/psa_montgomery.c+433
- src/psa_pq.c+50-39
- src/psa_pqc_internal.h+78
- src/psa_random.c+12-6
- src/psa_rsa.c+36-14
- src/psa_size.h+21
- src/psa_store_posix.c+14-7
- src/psa_tls_prf.c-320
- src/psa_trace.h+17-1
- src/psa_xof.c+478
- test-psa-api/tgt_dev_apis_wolfpsa/README.md+1-1
- test/Makefile+14-1
- test/psa_server/psa_14_misc_test.c+531
- test/psa_server/psa_api_test.c+8.0k-609
- test/psa_server/psa_api_test_user_settings.h+21
- test/psa_server/psa_ascon_xchacha_test.c+662
- test/psa_server/psa_crypto_init_test.c+163
- test/psa_server/psa_des3_stack_scrub_test.c+47-2
- test/psa_server/psa_ecc_bit_inference_test.c+73-12
- test/psa_server/psa_ecc_curve_id_test.c+21
- test/psa_server/psa_key_wrap_test.c+595
- test/psa_server/psa_lms_xmss_verify_test.c+1.2k
- test/psa_server/psa_mldsa_test.c+688
- test/psa_server/psa_mlkem_test.c+868
- test/psa_server/psa_random_size_test.c+21
- test/psa_server/psa_rsa_pss_interop_test.c+22-1
- test/psa_server/psa_sign_context_test.c+508
- test/psa_server/psa_sp800_108_test.c+958
- test/psa_server/psa_tls_server.c+18-1
- test/psa_server/psa_xof_test.c+686
- test/psa_server/tls_client/user_settings.h+21
- test/psa_server/user_settings.h+4-4
- test/wolfcrypt-benchmark/main.c+20-1
- test/wolfcrypt-benchmark/user_settings.h+4-4
- user_settings.h+27-6
- wolfpsa.map+45
- wolfpsa/psa/crypto-pqc.h+90-43
- wolfpsa/psa/crypto.h+116-5
- wolfpsa/psa/crypto_compat.h+5-5
- wolfpsa/psa/crypto_config.h+9-6
- wolfpsa/psa/crypto_sizes.h+150-7
- wolfpsa/psa/crypto_struct.h+15-5
- wolfpsa/psa/crypto_types.h+5-5
- wolfpsa/psa/crypto_values.h+99-14
- wolfpsa/psa/error.h+5-5
- wolfpsa/psa/initial_attestation.h+4-4
- wolfpsa/psa_chacha20_poly1305.h+5-37
- wolfpsa/psa_engine.h+30-14
- wolfpsa/psa_key_storage.h+5-5
- wolfpsa/psa_random.h+5-5
- wolfpsa/psa_store.h+5-5
- wolfpsa/psa_stream.h+5-5
- wolfpsa/psa_tls_prf.h-80
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1187 | 1187 | | |
1188 | 1188 | | |
1189 | 1189 | | |
1190 | | - | |
| 1190 | + | |
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
| |||
1205 | 1205 | | |
1206 | 1206 | | |
1207 | 1207 | | |
1208 | | - | |
| 1208 | + | |
1209 | 1209 | | |
1210 | 1210 | | |
1211 | 1211 | | |
1212 | 1212 | | |
1213 | 1213 | | |
1214 | | - | |
| 1214 | + | |
1215 | 1215 | | |
1216 | | - | |
| 1216 | + | |
1217 | 1217 | | |
1218 | | - | |
| 1218 | + | |
1219 | 1219 | | |
1220 | | - | |
| 1220 | + | |
1221 | 1221 | | |
1222 | | - | |
| 1222 | + | |
1223 | 1223 | | |
1224 | | - | |
| 1224 | + | |
1225 | 1225 | | |
1226 | 1226 | | |
1227 | 1227 | | |
| |||
0 commit comments