- d8e2e83 Zeroize local MAC variables by Gilles Peskine · 3 years, 8 months ago
- c3319e7 Merge pull request #5189 from gilles-peskine-arm/struct_reordering_2.x by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 3a755f5 Add documentation for the functions by Gabor Mezei · 3 years, 9 months ago
- 46ca2f7 Unify function parameters by Gabor Mezei · 3 years, 9 months ago
- df29332 Make mbedtls_ct_uchar_mask_of_range function static by Gabor Mezei · 3 years, 8 months ago
- f554ce2 Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- 3d4dba8 Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- 200708d Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- 46f79c3 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- 7464f37 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago
- 582f239 Merge pull request #5167 from tom-cosgrove-arm/fix-builds-with-only-mbedtls_bignum_c-defined by Gilles Peskine · 3 years, 8 months ago
- 9ecdd97 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
- bdea4d4 psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
- cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
- 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
- d54303d psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
- 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
- 485559e psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
- 7207d57 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 4 years ago
- 2091eed psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
- 3a95d2b psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
- 0c677c2 psa: Fix hash and mac operation type by Ronald Cron · 4 years, 4 months ago
- 4bcccc6 tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
- a2dbe66 tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
- f8f425d psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
- 41e8006 psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
- 0518f61 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
- 8a0466a Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
- 3107b33 Merge pull request #5154 from gabor-mezei-arm/3649_bp2x_move_constant_time_functions_into_separate_module by Gilles Peskine · 3 years, 9 months ago
- 989a4e9 Merge pull request #5132 from openluopworld/origin/development_2.x by Gilles Peskine · 3 years, 9 months ago
- 358e0ea Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
- 021e724 Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
- b8006a6 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
- f5d7eef PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
- 2dcccbf Fix function name in debug message by Gabor Mezei · 3 years, 9 months ago
- 58efe61 Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Tom Cosgrove · 3 years, 9 months ago
- dbe0f89 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
- c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
- 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
- da20651 Fix documentation by Gabor Mezei · 3 years, 10 months ago
- 61bf64f Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
- e24dea8 Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
- 6e0e990 Add macro guard for header file by Gabor Mezei · 3 years, 10 months ago
- 2b35880 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
- 4e2de62 Remove unused function by Gabor Mezei · 3 years, 10 months ago
- fd8a42d Make functions static by Gabor Mezei · 3 years, 10 months ago
- 4b4e4d8 Update documentation and comments by Gabor Mezei · 3 years, 10 months ago
- 91deea7 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
- 150bdee Use condition for not sensitive data by Gabor Mezei · 3 years, 10 months ago
- 3c38b6e Move implementation specific comment by Gabor Mezei · 3 years, 10 months ago
- 2c5ed22 Make mbedtls_cf_size_mask_lt function static by Gabor Mezei · 3 years, 10 months ago
- d5a392a Fix missing includes by gabor-mezei-arm · 3 years, 10 months ago
- 7e6a1ea Add documentation for the functions by gabor-mezei-arm · 4 years ago
- 1ffd0cc Unify equality checker functions return value by gabor-mezei-arm · 4 years ago
- 60febd5 Propagate usage of mask generation functions by gabor-mezei-arm · 4 years ago
- 2f2c0be Unify mask generation functions by gabor-mezei-arm · 4 years ago
- 5e48824 Unify function parameters by gabor-mezei-arm · 4 years ago
- 378e7eb Unify memcmp functions by gabor-mezei-arm · 4 years, 1 month ago
- 04087df Typo: Unify indentation of function parameters by gabor-mezei-arm · 3 years, 10 months ago
- f52941e Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- c2aee6f Move the constant-time part of mbedtls_rsa_rsaes_pkcs1_v15_decrypt to a function by gabor-mezei-arm · 3 years, 10 months ago
- bc3a288 Create mbedtls_cf_size_if function by gabor-mezei-arm · 3 years, 10 months ago
- b10301d Move mbedtls_mpi_lt_mpi_ct function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 58fc8a6 Move mbedtls_mpi_safe_cond_swap function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- b8caeee Move mbedtls_mpi_safe_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 6e4ace6 Delete ssl_invasive.h due to duplicated function declarations by gabor-mezei-arm · 3 years, 10 months ago
- cb4317b Move mbedtls_cf_hmac function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 0f7b9e4 Move mbedtls_cf_memcpy_offset function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- ee06feb Move mbedtls_cf_memcpy_if_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 7b23c0b Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 043192d Move mbedtls_cf_mpi_uint_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 5cec8b4 Move mbedtls_cf_cond_select_sign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 7533253 Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 097d4f5 Move mbedtls_cf_mpi_uint_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 17da4f2 Remove module dependency by gabor-mezei-arm · 3 years, 10 months ago
- 9d7bf09 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 96584dd Move mbedtls_cf_size_bool_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- a2bcabc Move mbedtls_cf_size_mask_ge function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 4d6b146 Move mbedtls_cf_size_mask_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- d361ccd Move mbedtls_cf_size_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- c11cac9 Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 944c107 Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
- e41e3e8 Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
- 9055972 Add a new file for constant-time functions by gabor-mezei-arm · 4 years, 1 month ago
- 8517d17 Serialise builds of the .a files on Windows by Tom Cosgrove · 3 years, 9 months ago
- 95c3971 Merge pull request #5133 from haampie/fix/DT_NEEDED_for_shared_libraries-2.x by Gilles Peskine · 3 years, 9 months ago
- 2c4f032 Merge pull request #5050 from gilles-peskine-arm/missing-psa-macros-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 3ed4263 DT_NEEDED for shared builds in makefile by Harmen Stoppels · 3 years, 9 months ago
- 5d5f520 An initialization vector IV can have any number of bits between 1 and by openluopworld · 3 years, 9 months ago
- 1aa7ad7 Merge pull request #5129 from gilles-peskine-arm/base64_invasive_h-2.x by paul-elliott-arm · 3 years, 9 months ago
- 16c2102 Fix copypasta in #endif comment by Gilles Peskine · 3 years, 9 months ago
- 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
- 285f213 Use the new macro PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
- d22362c Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
- 1f1bc2d Merge pull request #5117 from gilles-peskine-arm/psa-rsa-pss_any_salt-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- f8362ca Readability improvements by Gilles Peskine · 3 years, 10 months ago
- 44fa40cd Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
- 773f5b7 Fix copypasta in comment by Gilles Peskine · 3 years, 10 months ago
- a138802 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago