- c573882 Merge remote-tracking branch 'upstream/development' into issue-6015-montgomery-multiplication by Tom Cosgrove · 2 years, 11 months ago
- d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 4782823 Ensure we explicitly document the modulus for fixed-width arithmetic by Tom Cosgrove · 2 years, 11 months ago
- b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
- ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
- be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
- 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 6ee726e Replace md translation function by Jerry Yu · 2 years, 11 months ago
- a5df584 fix build fail for test_psa_crypto_config_accel_hash_use_psa by Jerry Yu · 2 years, 11 months ago
- 3bd7bc3 Use X rather than A for accumulator-style input (and output!) params, and rename others accordingly by Tom Cosgrove · 2 years, 11 months ago
- 5c0e810 Prefer 'fixed-size' to 'known-size' in doc comments by Tom Cosgrove · 2 years, 11 months ago
- b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
- 2701dea Use mbedtls_ct_mpi_uint_mask() rather than rolling our own by Tom Cosgrove · 2 years, 11 months ago
- 818d992 Note that T must not overlap other parameters of mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
- c42c7e6 Update documentation in legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 1dc3725 Style: wrap a long line by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 0a55cc6 Remove unnecessary var and improve comment by Jerry Yu · 2 years, 11 months ago
- 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- f7dad3c fix various issues by Jerry Yu · 2 years, 11 months ago
- 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
- ab9b9d4 ssl_tls13_keys.h: use PSA max hash size by Przemyslaw Stekiel · 2 years, 11 months ago
- da64525 ssl_tls13_generic.c: fix hash buffer sizes (use PSA_HASH_MAX_SIZE) by Przemyslaw Stekiel · 2 years, 11 months ago
- 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
- 004c218 ssl_misc.h: hash guards adaptations by Przemyslaw Stekiel · 2 years, 11 months ago
- acff823 Add negative tolerance window by Jerry Yu · 2 years, 11 months ago
- 95db17e fix various issues by Jerry Yu · 2 years, 11 months ago
- 0852ef8 mbedtls_ssl_reset_transcript_for_hrr: remove redundant 'else' statement by Przemek Stekiel · 2 years, 11 months ago
- 9dfbf3a ssl_tls13_generic.c: optimize code to save memory by Przemek Stekiel · 2 years, 11 months ago
- 153b442 mbedtls_ssl_tls13_sig_alg_is_supported: adapt guards by Przemek Stekiel · 3 years ago
- 47e3cb1 ssl_tls13_generic.c: adapt guards for MBEDTLS_SHAxxx_C by Przemek Stekiel · 3 years ago
- fa84962 Add comment explaining PSA PAKE vs Mbedtls J-PAKE API matching strategy by Neil Armstrong · 2 years, 11 months ago
- 3d4966a Move possible input/output steps check inside PSA_ALG_JPAKE handling by Neil Armstrong · 2 years, 11 months ago
- 017db4c Drop calls to mbedtls_ecjpake_check() by Neil Armstrong · 2 years, 11 months ago
- 1d0294f Clarify sequence length calculation comment by Neil Armstrong · 2 years, 11 months ago
- cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
- 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
- 4746b10 fix various issues by Jerry Yu · 2 years, 11 months ago
- 8d4bbba fix ticket age check issues by Jerry Yu · 2 years, 11 months ago
- 46bffe0 Refine rsumption master secret compute function by Jerry Yu · 2 years, 11 months ago
- 466dda8 Rename resumption master secret compute function by Jerry Yu · 2 years, 11 months ago
- ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
- 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
- c3f2767 hash_info.h: add MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
- 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
- b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
- 58af233 Add possible group tests for psk with ECDHE by Jerry Yu · 2 years, 11 months ago
- fd310eb fix coding style issues by Jerry Yu · 2 years, 11 months ago
- bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 3 years ago
- 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 3 years ago
- 67c9247 Move the T++ in mbedtls_mpi_core_montmul() to within the loop body by Tom Cosgrove · 3 years ago
- 216baca pkcs5: improve error handling by Andrzej Kurek · 3 years ago
- e3d544c Minor PKCS5 improvements by Andrzej Kurek · 3 years ago
- 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 3 years ago
- f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
- ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
- 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
- dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
- 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
- e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
- 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
- f0b2231 Update comments at the end of montmul following Gilles' feedback by Tom Cosgrove · 3 years ago
- 5eefc3d Move macros to come before function declarations by Tom Cosgrove · 3 years ago
- 630110a Fix documentation where ciL should be biL by Tom Cosgrove · 3 years ago
- ed43c6c In add_if(), B MAY be aliased to A. Also update another comment for consistency. by Tom Cosgrove · 3 years ago
- 9354990 Don't use multiplication by condition in even a semi-constant time function by Tom Cosgrove · 3 years ago
- 8253486 Add session ticket support for server by Jerry Yu · 3 years ago
- 95699e7 Add session ticket identity check by Jerry Yu · 3 years ago
- 661dd94 Add dummy server name extension paser by Jerry Yu · 3 years ago
- e976492 Add session ticket tests for client by Jerry Yu · 3 years ago
- e652751 Add obfuscated_ticket_age write by Jerry Yu · 3 years ago
- 49d63f8 Implement generate resumption master secret by Jerry Yu · 3 years ago
- db8c5fa Add getting session ticket for client by Jerry Yu · 3 years ago
- e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
- f19a3cb Use the mbedtls_ecjpake_write_shared_key() to input raw shared key material as derivation secret by Neil Armstrong · 3 years, 2 months ago
- 1266309 Introduce mbedtls_ecjpake_write_shared_key() to export the EC J-PAKE shared key material before the KDF() by Neil Armstrong · 3 years, 2 months ago
- db05cbf Introduce and use mbedtls_ecjpake_to_psa_error() to translate various ECP/MPI errors to expected PSA errors by Neil Armstrong · 3 years, 2 months ago
- 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
- e923111 Add missing parentheses on return statements by Neil Armstrong · 3 years, 2 months ago
- 5fb07c6 No need to check for state in psa_pake_setup() by Neil Armstrong · 3 years, 2 months ago
- a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
- fbc4b4a Fix psa_pake_abort() order to correctly free memory when alg is PSA_ALG_JPAKE by Neil Armstrong · 3 years, 2 months ago
- 0d001ef Check more parameters of psa_pake_output/psa_pake_input by Neil Armstrong · 3 years, 2 months ago
- 4efd7a4 Check for PSA_ALG_ECJPAKE alg for the ECJPAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
- df598ab Fix key usage test in psa_pake_set_password_key() by Neil Armstrong · 3 years, 2 months ago
- 6b1f99f Use proper buffer size macro for allocation in psa_pake_ecjpake_setup() by Neil Armstrong · 3 years, 2 months ago
- 5282393 Remove useless braces in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
- c29f847 Fix comments in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
- a4cc7d6 Add PSA PAKE buildin implementation by Neil Armstrong · 3 years, 2 months ago
- 4b5710f Allow KEY_TYPE_PASSWORD/KEY_TYPE_PASSWORD_HASH to be imported by Neil Armstrong · 3 years, 2 months ago
- 1e05b6d fix coding style and unnecessary assignment by Jerry Yu · 3 years ago
- f0c8a8c One statement per line by Tom Cosgrove · 3 years ago
- 5dd97e6 Update comments following code review by Tom Cosgrove · 3 years ago
- b496486 Reorder functions in bignum_core.[ch] by Tom Cosgrove · 3 years ago
- bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
- 0edfa9d Merge pull request #6207 from daverodgman/ticket_time by Dave Rodgman · 3 years ago
- e5834fd remove unnecessary test by Jerry Yu · 3 years ago
- d932de8 Remove incorrect constant-time claim from doc for mbedtls_mpi_core_add_if() by Tom Cosgrove · 3 years ago
- ecbb124 Fix incorrect parameter name in mbedtls_mpi_core_add_if() doc comment by Tom Cosgrove · 3 years ago
- 0baf907 remove `select_ciphersuite` by Jerry Yu · 3 years ago