- 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
- 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
- de33391 Rebase and solve conflicts by XiaokangQian · 3 years, 4 months ago
- 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
- 17f974c Re-order the ciphersuite matching code in parse_client_hello by XiaokangQian · 3 years, 4 months ago
- 8482377 Only store the first group in ssl_tls13_parse_supported_groups_ext() by XiaokangQian · 3 years, 4 months ago
- 3f84d5d Update test cases and fix the test failure by XiaokangQian · 3 years, 4 months ago
- b67384d Fix coding style and comments styles by XiaokangQian · 3 years, 4 months ago
- f8ceb94 Fix the parse_sig_alg_ext fail issue by XiaokangQian · 3 years, 4 months ago
- 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
- cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
- ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
- 4080a7f Change code style and some share functions by XiaokangQian · 3 years, 4 months ago
- 9b5d04b Share parse_key_share() between client and server by XiaokangQian · 3 years, 4 months ago
- c4b8c99 Rebase and solve conflicts and issues by XiaokangQian · 3 years, 4 months ago
- 8840888 Fix some CI issues by XiaokangQian · 3 years, 4 months ago
- c5763b5 Change some code style by XiaokangQian · 3 years, 4 months ago
- 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago
- 7ac3ab3 Add hello retry request count for server by XiaokangQian · 3 years, 6 months ago
- a9c5841 Fix compile and test issues by XiaokangQian · 3 years, 6 months ago
- 5e4528c Add test cases for server side parse client hello by XiaokangQian · 3 years, 6 months ago
- 7807f9f Add client hello into server side by XiaokangQian · 3 years, 6 months ago
- a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
- f4d70b2 Merge pull request #5608 from AndrzejKurek/raw-key-agreement-fail by Gilles Peskine · 3 years, 4 months ago
- 46435f0 Merge pull request #5706 from hanno-arm/bn_mul_cleanup by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 606cb16 Add comment explaining structure of UMAAL assembly by Hanno Becker · 3 years, 4 months ago
- d46d96c Add 2-fold unrolled assembly for umaal based multiplication by Hanno Becker · 3 years, 4 months ago
- 63eb28c Use separate counters for 8-fold and single multiplication steps by Hanno Becker · 3 years, 4 months ago
- eacf3b9 Simplify organization of inline assembly for bignum by Hanno Becker · 3 years, 4 months ago
- 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
- 63ed7cb Merge pull request #5701 from hanno-arm/mpi_mul_hlp by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 8315811 Remove restrictive proto ver negotiation checks by Glenn Strauss · 3 years, 4 months ago
- bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
- 59b0d54 Convert tests to use mbedtls_ssl_conf_(min|max)_tls_version() by Glenn Strauss · 3 years, 4 months ago
- d09b343 Deprecate mbedtls_ssl_conf_(min/max)_version() by Glenn Strauss · 3 years, 4 months ago
- 39e624c Convert tests to use MBEDTLS_SSL_VERSION_TLS1_* by Glenn Strauss · 3 years, 4 months ago
- cd78df6 handshake->min_minor_ver to ->min_tls_version by Glenn Strauss · 3 years, 4 months ago
- 041a376 Remove some tls_ver < MBEDTLS_SSL_VERSION_TLS1_2 checks by Glenn Strauss · 3 years, 5 months ago
- e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
- 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
- 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
- da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
- 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
- dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
- 83e60ee tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
- 473d585 Merge pull request #5006 from JoeSubbiani/CleanCompat.sh2_dev by Gilles Peskine · 3 years, 4 months ago
- 3577131 Reintroduce trimming of input in mbedtls_mpi_mul_int() by Hanno Becker · 3 years, 4 months ago
- 636b5f1 Add comment in compat.sh about callers by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 9473229 Fix compat.sh invocation in basic-built-test.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 296787f Rm DES from invocations of compat.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 4111b73 Update comment and default exclude by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 32df145 Order ciphersuite names alphabetically by Joe Subbiani · 4 years ago
- f05fae0 Remove unsupported ciphersuites by Joe Subbiani · 4 years ago
- 9f84761 Removed redundant mode checks by Joe Subbiani · 4 years ago
- 6c242a0 Merge pull request #5634 from superna9999/5625-pk-opaque-rsa-basics by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 0dbf04a Remove unnecessary memory operations in p25519 quasireduction by Hanno Becker · 3 years, 4 months ago
- 1772e05 Reduce the scope of local variable in mbedtls_mpi_mul_mpi() by Hanno Becker · 3 years, 4 months ago
- da763de Revert "Don't trim MPIs to minimal size in mbedtls_mpi_mul_mpi()" by Hanno Becker · 3 years, 4 months ago
- 127fcab Fail gracefully upon unexpectedly large input to p25519 reduction by Hanno Becker · 3 years, 4 months ago
- 927410d Merge pull request #5611 from superna9999/5318-tls-ecdhe-psk by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- bb04cb9 Fix check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
- d830feb Simplify check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
- 2ef0cff Fix size check in p25519 modular reduction by Hanno Becker · 3 years, 4 months ago
- 0235f75 Reduce scope of local variables in mpi_montmul() by Hanno Becker · 3 years, 4 months ago
- 9137b9c Note alternative implementation strategy in mbedtls_mpi_mul_int() by Hanno Becker · 3 years, 4 months ago
- 808e666 Don't trim MPIs to minimal size in mbedtls_mpi_mul_mpi() by Hanno Becker · 3 years, 4 months ago
- 43b0943 Merge pull request #1946 from hanno-arm/alert_reentrant by Gilles Peskine · 3 years, 4 months ago
- ed35887 Merge pull request #2104 from hanno-arm/iotssl-2071 by Dave Rodgman · 3 years, 4 months ago
- 53b3c60 Move `const` keyword prior to type name by Hanno Becker · 3 years, 4 months ago
- dfcb2d0 Fix Doxygen for mbedtls_mpi_core_mla() by Hanno Becker · 3 years, 4 months ago
- 99ba4cc Remove Doxygen from mbedtls_mpi_core_mla() implementation by Hanno Becker · 3 years, 4 months ago
- 8f5a29a Improve fix for printf specifier by Dave Rodgman · 3 years, 4 months ago
- efdc519 Reintroduce though-to-be unused variable in correct place by Hanno Becker · 3 years, 4 months ago
- eaba723 Fix printf specifier by Dave Rodgman · 3 years, 4 months ago
- c4a514a Merge pull request #2479 from jacobschloss/patch-1 by Dave Rodgman · 3 years, 4 months ago
- e5a7ba6 Merge pull request #5719 from tom-cosgrove-arm/adamwolf-reasonable by Dave Rodgman · 3 years, 4 months ago
- 5d4ceeb Remove const qualifier for mutable local variable in mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
- 284d778 Address review comments by Hanno Becker · 3 years, 4 months ago
- e9dd9a1 Use size_t for number of limbs by Hanno Becker · 3 years, 4 months ago
- eaf3086 Merge pull request #1133 from RonEld/1805 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 6454993 Safeguard against calling p255 reduction with single-width MPI by Hanno Becker · 3 years, 4 months ago
- 25bb732 Simplify x25519 reduction using internal bignum MLA helper by Hanno Becker · 3 years, 4 months ago
- aef9cc4 Rename mpi_mul_hlp -> mbedtls_mpi_core_mla and expose internally by Hanno Becker · 3 years, 4 months ago
- 57f58b0 Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
- b4f874d raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
- 6cbc998 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
- 28f883e Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
- e1730e4 Merge pull request #5708 from AndrzejKurek/timeless-struggles by Gilles Peskine · 3 years, 4 months ago
- 039080f Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
- ed334d2 Merge pull request #5623 from gstrauss/inline-cert_cb by Paul Elliott · 3 years, 4 months ago
- cb87403 Use 1024 bits RSA key size for RSA PK Opaque tests by Neil Armstrong · 3 years, 4 months ago
- 95a8923 Comment decrypt & encrypt callback entries of mbedtls_pk_ecdsa_opaque_info as not relevant by Neil Armstrong · 3 years, 4 months ago
- 7df6677 Remove now invalid comment in pk_opaque_ecdsa_can_do() by Neil Armstrong · 3 years, 4 months ago
- 56e71d4 Update documentation of mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago
- eccf88f Only accept RSA key pair in mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago
- f945e0a Update ChangeLog.d/alert_reentrant.txt by Dave Rodgman · 3 years, 4 months ago
- e2e7e94 Fail for types not of size 2, 4 or 8 by Dave Rodgman · 3 years, 4 months ago
- baae59c Improve documentation of absence-of-padding check by Hanno Becker · 7 years ago
- 0d7dd3c Check that size_t and ptrdiff_t don't have padding by Hanno Becker · 7 years ago
- 4ab3850 Check that integer types don't use padding bits in selftest by Hanno Becker · 7 years ago