- 2d0f27d Make use of optimised bswap from ARIA by Dave Rodgman · 2 years, 8 months ago
- 6d23ff6 Make use of optimised bswap from bignum by Dave Rodgman · 2 years, 8 months ago
- f7f1f74 Support built-in byteswap routines from clang, gcc, MSVC by Dave Rodgman · 2 years, 8 months ago
- a5110b0 Make use of efficient unaligned access functions by Dave Rodgman · 2 years, 8 months ago
- 6298b24 Add byteswap routines by Dave Rodgman · 2 years, 8 months ago
- e5c4259 Add byte order detection macro by Dave Rodgman · 2 years, 8 months ago
- a360e19 Add efficent unaligned get/put functions by Dave Rodgman · 2 years, 8 months ago
- d98ac8b Merge remote-tracking branch 'dave/fast_xor' into fast_unaligned by Dave Rodgman · 2 years, 8 months ago
- 89e31ad Move mps modules to the correct library by Gilles Peskine · 2 years, 8 months ago
- 898db6b Move ssl_debug_helpers_generated to the correct library by Gilles Peskine · 2 years, 8 months ago
- 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 8 months ago
- a616afe Remove redundant inline workarounds by Dave Rodgman · 2 years, 8 months ago
- 5a1d00f Merge remote-tracking branch 'origin/development' into fast_xor by Dave Rodgman · 2 years, 8 months ago
- bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
- 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
- 505a228 Merge pull request #6606 from gabor-mezei-arm/6222_bignum_low_level_subtraction by Janos Follath · 2 years, 8 months ago
- 7d23778 Explain why p + n isn't good enough by Gilles Peskine · 2 years, 8 months ago
- 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
- f1419db Merge pull request #6381 from tom-cosgrove-arm/pr2164 by Dave Rodgman · 2 years, 8 months ago
- 8f6583d Fix for MSVC unsupported #inline keyword by Dave Rodgman · 2 years, 8 months ago
- ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
- b8c4a0d Minor formatting tweaks by Dave Rodgman · 2 years, 8 months ago
- 7a910a8 Minor formatting tweaks by Dave Rodgman · 2 years, 8 months ago
- 875d238 Improve documentation by Dave Rodgman · 2 years, 8 months ago
- aaf69fd Fix missing newline by Dave Rodgman · 2 years, 8 months ago
- c588588 Fix off-by-one error by Dave Rodgman · 2 years, 8 months ago
- 6643344 Fix static inline linker issues by Dave Rodgman · 2 years, 8 months ago
- 4b910c1 Fix whitespace by Dave Rodgman · 2 years, 8 months ago
- 069e7f4 Correct mixed up comments by Dave Rodgman · 2 years, 8 months ago
- 96d61d1 Use memcpy for unaligned accesses by Dave Rodgman · 2 years, 8 months ago
- fbc2322 Tidy up alignment-related code into separate header by Dave Rodgman · 2 years, 8 months ago
- abddad4 Add note about aliasing of operands for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 8 months ago
- e4c0a6c Change cast to correct type by Werner Lewis · 2 years, 9 months ago
- 1a277d9 Replace comparison with XOR by Werner Lewis · 2 years, 9 months ago
- d391b8c Change types and move const before type by Werner Lewis · 2 years, 9 months ago
- 9fa91eb Use modulus structure in mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
- 0eea827 Rename MPI_CORE(add_mod) to mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
- a45b6fe Extract MPI_CORE(add_mod) from the prototype by Hanno Becker · 2 years, 9 months ago
- 6921959 Remove unused variable by Dave Rodgman · 2 years, 8 months ago
- 4cf77e9 Merge pull request #6621 from ronald-cron-arm/tls13-early-data-write by Ronald Cron · 2 years, 8 months ago
- 358c7d6 Fix naming inconsistency by Dave Rodgman · 2 years, 9 months ago
- dd3103e Tidy up UNALIGNED_UINT32_T macro by Dave Rodgman · 2 years, 9 months ago
- e7cd137 Define UNALIGNED_UINT32_PTR for unaligned access by Dave Rodgman · 2 years, 9 months ago
- a677801 Tidy up UBSan detection by Dave Rodgman · 2 years, 9 months ago
- 468df31 Fix MSVC support for inline keyword by Dave Rodgman · 2 years, 9 months ago
- 1bab27f Prevent unaligned access under ASan builds by Dave Rodgman · 2 years, 9 months ago
- 3c8eb7e Provide external definition of mbedtls_xor by Dave Rodgman · 2 years, 9 months ago
- 63d1143 Whitespace cleanup by Dave Rodgman · 2 years, 9 months ago
- f9a1c37 Whitespace cleanup by Dave Rodgman · 2 years, 9 months ago
- 02d2313 Fix documentation by Gabor Mezei · 2 years, 9 months ago
- 3411e94 Cas variable to proper type by Gabor Mezei · 2 years, 9 months ago
- 4c7cf7d Add low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
- 531a871 Merge pull request #6235 from tom-cosgrove-arm/issue-6231-core-sub-int by Janos Follath · 2 years, 9 months ago
- 4a8c9e2 tls13: Add definition of mbedtls_ssl_{write,read}_early_data by Ronald Cron · 2 years, 9 months ago
- 42649d9 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
- ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
- 1d1d536 Merge pull request #6490 from xkqian/tls13_parse_early_data_indication_ee by Ronald Cron · 2 years, 9 months ago
- cb0e680 Merge pull request #6476 from yuhaoth/pr/fix-tls13-mbedtls_ssl_is_handshake_over by Ronald Cron · 2 years, 9 months ago
- b157e91 Move the early data status set afeter all of the extensions parse by Xiaokang Qian · 2 years, 9 months ago
- e861ba0 Remove the duplicate early_data_status check by Xiaokang Qian · 2 years, 9 months ago
- ca09afc Remove useless function and parse early data in ee by Xiaokang Qian · 2 years, 9 months ago
- fdd967e Detect support for unaligned memory access by Dave Rodgman · 2 years, 9 months ago
- c36a56e Use mbedtls_xor in TLS messaging layer by Dave Rodgman · 2 years, 9 months ago
- 74b345f Use mbedtls_xor in PKCS #5 by Dave Rodgman · 2 years, 9 months ago
- 99a507e Use mbedtls_xor in md by Dave Rodgman · 2 years, 9 months ago
- d22fb73 Use mbedtls_xor in GCM by Dave Rodgman · 2 years, 9 months ago
- 2e9db8e Use mbedtls_xor in DES by Dave Rodgman · 2 years, 9 months ago
- ffb5499 Use mbedtls_xor in CTR_DRBG by Dave Rodgman · 2 years, 9 months ago
- 8c0ff81 Use mbedtls_xor in CMAC by Dave Rodgman · 2 years, 9 months ago
- c1d9022 Use mbedtls_xor in ChaCha20 by Dave Rodgman · 2 years, 9 months ago
- 0d3b55b Use mbedtls_xor in ccm by Dave Rodgman · 2 years, 9 months ago
- d23399e Use mbedtls_xor in Camellia by Dave Rodgman · 2 years, 9 months ago
- 7bb6b84 Use mbedtls_xor in ARIA by Dave Rodgman · 2 years, 9 months ago
- a8cf607 Use mbedtls_xor in AES by Dave Rodgman · 2 years, 9 months ago
- 99d88c1 tls: psa_pake: fix missing casting in mbedtls_psa_ecjpake_write_round by Valerio Setti · 2 years, 9 months ago
- c3d8041 Introduce mbedtls_xor by Dave Rodgman · 2 years, 9 months ago
- 452c99c Use mbedtls_mpi_core_sub_int() in mbedtls_mpi_sub_abs() by Tom Cosgrove · 3 years ago
- f7ff4c9 Tidy up, remove MPI_CORE(), and apply the naming convention by Tom Cosgrove · 3 years ago
- d9b2348 Extract MPI_CORE(sub_int) from the prototype by Hanno Becker · 3 years ago
- a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 9 months ago
- 4f19d86 Merge pull request #6608 from mprse/ecjpake_password_fix by Gilles Peskine · 2 years, 9 months ago
- d4a9b1a tls: psa_pake: remove useless defines and fix a comment by Valerio Setti · 2 years, 9 months ago
- 8bee899 Add parse function for early data in encrypted extentions by Xiaokang Qian · 2 years, 9 months ago
- 0bdec19 Further optimizations of pake set_password implementation by Przemek Stekiel · 2 years, 9 months ago
- fdd24b8 Revert change in flight transmit by Jerry Yu · 2 years, 9 months ago
- 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
- ad0f357 Optimize pake code that sets/use password key by Przemek Stekiel · 2 years, 9 months ago
- e2d6b5f psa_key_slot_get_slot_number: Move documentation to header file by Przemek Stekiel · 2 years, 9 months ago
- 5151bdf tls: psa_pake: add missing braces by Valerio Setti · 2 years, 9 months ago
- 79f6b6b tls: psa_pake: fixing mbedtls_psa_ecjpake_write_round() by Valerio Setti · 2 years, 9 months ago
- 9e1836c Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs by Dave Rodgman · 2 years, 9 months ago
- 9b42145 Revert change in dtls1.2 by Jerry Yu · 2 years, 9 months ago
- 668070d Remove unnecessary replace by Jerry Yu · 2 years, 9 months ago
- a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
- cfda4bb Replace handshake over in flight transmit by Jerry Yu · 2 years, 9 months ago
- 1fb3299 Replace internal usage of is_handshake_over. by Jerry Yu · 2 years, 9 months ago
- 5ed73ff Add NEW_SESSION_TICKET* into handshake over states by Jerry Yu · 2 years, 9 months ago
- 6848a61 Revert "Replace internal usage of mbedtls_ssl_is_handshake_over" by Jerry Yu · 2 years, 9 months ago
- e219c11 Replace internal usage of mbedtls_ssl_is_handshake_over by Jerry Yu · 2 years, 10 months ago
- 61ea17d tls: psa_pake: fix return values in parse functions by Valerio Setti · 2 years, 9 months ago