- 4e62cbc Add generated files by Ronald Cron · 3 years, 8 months ago
- 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
- 9ed3873 psa: driver wrapper: cipher: Fix unused variable warning by Ronald Cron · 3 years, 8 months ago
- 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
- 12e27d4 List ssl_debug_helpers_generated.h in generated files by Gilles Peskine · 3 years, 8 months ago
- 32d2a58 Merge pull request #5325 from gilles-peskine-arm/zeroize-tag-3.1 by Gilles Peskine · 3 years, 8 months ago
- cd74298 mbedtls_cipher_check_tag: jump on error for more robustness to refactoring by Gilles Peskine · 3 years, 8 months ago
- a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
- a417431 Initialize hash_len before using it by Gilles Peskine · 3 years, 8 months ago
- 14d5fef PKCS#1v1.5 signature: better cleanup of temporary values by Gilles Peskine · 3 years, 8 months ago
- f0fd4c3 mbedtls_ssl_parse_finished: zeroize expected finished value on error by Gilles Peskine · 3 years, 8 months ago
- c2f7b75 mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatch by Gilles Peskine · 3 years, 8 months ago
- 60aebec PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
- e7835d9 mbedtls_cipher_check_tag: zeroize expected tag on tag mismatch by Gilles Peskine · 3 years, 8 months ago
- 050ad4b Merge pull request #5313 from gilles-peskine-arm/missing-ret-check-mbedtls_md_hmac by Dave Rodgman · 3 years, 8 months ago
- ecf6beb Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
- d5ba50e Zeroize local MAC variables by Gilles Peskine · 3 years, 8 months ago
- db6adc5 ssl: Fix some compilation guards for TLS 1.3 signature algorithms by Ronald Cron · 3 years, 8 months ago
- 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
- 76a2b30 Merge pull request #4981 from yuhaoth/pr/add-debug-helpers-generated by Dave Rodgman · 3 years, 8 months ago
- 4525cce Merge pull request #5256 from yuhaoth/pr/clean-up-secrets-after-done by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 6b07916 Merge pull request #5230 from ronald-cron-arm/tls13_ccs_client by Ronald Cron · 3 years, 8 months ago
- a5563f6 move position of base_key init by Jerry Yu · 3 years, 8 months ago
- b737f6a move base_key init by Jerry Yu · 3 years, 8 months ago
- 574ace4 Remove unnecessary blank line by Ronald Cron · 3 years, 8 months ago
- 9c07473 fix various issues by Jerry Yu · 3 years, 8 months ago
- 889b3b7 fix clang build fail by Jerry Yu · 3 years, 8 months ago
- d05e1ce fix build fail on `check_*` by Jerry Yu · 3 years, 8 months ago
- e6369b0 fix test_cmake_as_package fail by Jerry Yu · 3 years, 8 months ago
- eb96fb5 Add cmake generator by Jerry Yu · 3 years, 8 months ago
- e3b3412 Add tests for enum helper by Jerry Yu · 3 years, 10 months ago
- e78ee99 add enum value to string helpers by Jerry Yu · 3 years, 10 months ago
- 4a2fa5d Move erase handshake secrets by Jerry Yu · 3 years, 8 months ago
- 27224f5 fix coding style issue by Jerry Yu · 3 years, 8 months ago
- 5132771 Revert "fix possible security leak for counter" by Jerry Yu · 3 years, 8 months ago
- 7ca3054 move zerioize tls13_hs_secrets by Jerry Yu · 3 years, 8 months ago
- 23ab7a4 move zeroize master secrets by Jerry Yu · 3 years, 8 months ago
- 2c70a39 move zeroize randbytes by Jerry Yu · 3 years, 8 months ago
- bdfd018 fix compile break after merge by Jerry Yu · 3 years, 8 months ago
- a986e9f Clean handshake secrets by Jerry Yu · 3 years, 8 months ago
- d103bdb Clean randbytes by Jerry Yu · 3 years, 8 months ago
- 745db22 fix possible security leak for counter by Jerry Yu · 3 years, 8 months ago
- d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
- d4c6402 tls13: Move state transition after sending CCS to ssl_tls13_client.c by Ronald Cron · 3 years, 8 months ago
- 49ad619 Add injection of dummy's ChangeCipherSpec for middlebox compatibility by Ronald Cron · 3 years, 8 months ago
- 7e38cba Add incoming ChangeCipherSpec filtering in TLS 1.3 by Ronald Cron · 3 years, 8 months ago
- c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- d7d740e Merge pull request #5236 from gabor-mezei-arm/4926_base64_move_constant-time_functions by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- b873577 Merge pull request #5240 from duckpowermb/development by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- cfe74a3 mbedtls_ssl_handshake_params: move ecrs_ctx back further by Gilles Peskine · 3 years, 8 months ago
- 41139a2 mbedtls_ssl_handshake_params: move group_list earlier to save code size by Gilles Peskine · 3 years, 8 months ago
- 1865585 Merge pull request #5212 from yuhaoth/pr/add-tls13-compat-testcases by Ronald Cron · 3 years, 8 months ago
- 5d9f422 Merge pull request #861 from ronald-cron-arm/fix-aead-nonce by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
- 0b4d123 Remove assertion on local nonce buffer size by Ronald Cron · 3 years, 8 months ago
- a393619 Change test on local nonce buffer size to an assertion by Ronald Cron · 3 years, 8 months ago
- 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
- 6eaa41c Fix overflow error by Jerry Yu · 3 years, 8 months ago
- f467d63 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
- fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
- 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
- 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
- 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
- 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
- 7a55deb psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
- 89b4aa7 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 3 years, 11 months ago
- 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
- 69a6342 psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
- 56f7897 psa: Fix hash and mac operation type by Ronald Cron · 4 years, 4 months ago
- 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
- a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
- 1700670 psa: Fix unused variable warnings by Ronald Cron · 3 years, 8 months ago
- 2fd6b61 Remove incorrect hashing by Paul Elliott · 3 years, 8 months ago
- 7298bef Add explanation for safety in function by Paul Elliott · 3 years, 8 months ago
- d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
- ec45c1e mbedtls_ssl_handshake_params: reorder fields to save code size by Gilles Peskine · 3 years, 8 months ago
- 55490d4 mbedtls_ssl_handshake_params: use bytes for some small values by Gilles Peskine · 3 years, 8 months ago
- cae5909 psa: aead: Fix invalid output buffer usage in generate_nonce() by Ronald Cron · 3 years, 8 months ago
- 0b71611 [session] fix a session copy bug by 吴敬辉 · 3 years, 8 months ago
- a096975 Add documentation for the functions by Gabor Mezei · 3 years, 8 months ago
- 14d5fac Unify function parameters by Gabor Mezei · 3 years, 8 months ago
- c0d8dda Make mbedtls_ct_uchar_mask_of_range function static by Gabor Mezei · 3 years, 8 months ago
- d77b86c Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- 358829a Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- 9a4074a Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- 28d6115 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- b8d7892 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago
- c6e6f50 psa: cipher: Fix invalid output buffer usage in psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
- 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
- 2391952 psa: cipher: Align APIs execution flow by Ronald Cron · 4 years, 1 month ago
- 2fb9052 psa: cipher: Fix invalid output buffer usage in psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
- 8716f17 Tweak whitespace for readability by Gilles Peskine · 3 years, 9 months ago
- 2d8a182 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
- 6dc90da Rebased on 74217ee and add fixes by Xiaofei Bai · 3 years, 8 months ago
- 9539501 Rebase and add fixes by Xiaofei Bai · 3 years, 8 months ago
- feecbbb Fix some variable names in code comment by Xiaofei Bai · 3 years, 8 months ago
- 89b526d Fix some more variables names by Xiaofei Bai · 3 years, 8 months ago
- b797284 Fix variable names in ssl_tls13_keys.* by Xiaofei Bai · 3 years, 9 months ago
- eef1504 Fix variable names in ssl_tls13_generic/client.c by Xiaofei Bai · 3 years, 9 months ago