1. b7d9bad Add helper function for calculation of TLS 1.3 PSK binder by Hanno Becker · 4 years, 2 months ago
  2. ef5235b Add TLS 1.3 second level key derivations by Hanno Becker · 4 years, 2 months ago
  3. 7fc487c Merge pull request #4347 from hanno-arm/ssl_session_cache_3_0 by Janos Follath · 4 years, 3 months ago
  4. ca72287 Merge pull request #4304 from mstarzyk-mobica/convert_NO_SHA384_to_positive by Ronald Cron · 4 years, 3 months ago
  5. e913174 Merge pull request #4543 from gilles-peskine-arm/undefined-reference-3.0 by Gilles Peskine · 4 years, 3 months ago
  6. 3248be4 Merge pull request #4462 from netfoundry/gcc11.fixes by Gilles Peskine · 4 years, 3 months ago
  7. f4c1d58 Merge pull request #4453 from facchinm/crt_in_filesystem_mbed_os by Gilles Peskine · 4 years, 3 months ago
  8. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 3 months ago
  9. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  10. eb30b0c Merge remote-tracking branch 'upstream-public/development' into no-generated-files-3.0 by Gilles Peskine · 4 years, 3 months ago
  11. 1411c7c Don't make configuration-independent files depend on config.h by Gilles Peskine · 4 years, 4 months ago
  12. b5e0863 Ignore generated source files that are no longer checked in by Gilles Peskine · 4 years, 4 months ago
  13. 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  14. 1905a24 Fix missing compilation guard around psa_crypto_driver_wrappers.c by Gilles Peskine · 4 years, 3 months ago
  15. aa13e93 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  16. c6d94ab Fix remaining SHA384 dependencies and ifdef blocks. by Mateusz Starzyk · 4 years, 3 months ago
  17. 2213871 Merge pull request #4489 from TRodziewicz/Remove__SSL_RECORD_CHECKING by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  18. 9cf91af Merge pull request #4536 from daverodgman/padlock-docs-fix by Dave Rodgman · 4 years, 3 months ago
  19. 0e3ec27 Merge pull request #4506 from gilles-peskine-arm/array-parameters-to-pointers-sha512 by Ronald Cron · 4 years, 3 months ago
  20. 3ea8e2d Restore alphabetical order of SHA definitions by Mateusz Starzyk · 4 years, 3 months ago
  21. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  22. b7bb0687 Rework and reword the guarantees on output_size by Gilles Peskine · 4 years, 3 months ago
  23. c1ae30a Fix docs for mbedtls_padlock_has_support by Dave Rodgman · 4 years, 3 months ago
  24. 9c58274 Remove automatically generated source files by Gilles Peskine · 4 years, 4 months ago
  25. 687d1ab Makefile targets for automatically generated files by Gilles Peskine · 4 years, 4 months ago
  26. fdcde47 Merge pull request #4458 from davidhorstmann-arm/remove-max-content-len by Ronald Cron · 4 years, 3 months ago
  27. 864b425 Merge pull request #4488 from tom-daubney-arm/remove_rsa_mode_params by Gilles Peskine · 4 years, 3 months ago
  28. 9370f01 Merge pull request #3927 from hanno-arm/ciphersuite_helper_macros by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  29. 5605911 Merge pull request #4447 from hanno-arm/ssl_config_cleanup by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  30. 8cce50d Remove reference to SSLv3 by Hanno Becker · 4 years, 3 months ago
  31. d086bf0 Fix typo by Hanno Becker · 4 years, 5 months ago
  32. 31351ce Add missing escape character in multi-line preprocessor directive by Hanno Becker · 4 years, 5 months ago
  33. 0cc4661 Introduce helper macro for presence of stream ciphersuites by Hanno Becker · 4 years, 8 months ago
  34. fd86ca8 Rename SOME_MODES_USE_MAC -> SOME_SUITES_USE_MAC by Hanno Becker · 4 years, 8 months ago
  35. 541af85 Use -1 instead of 1 as failure return value in internal SSL function by Hanno Becker · 4 years, 3 months ago
  36. fc1f413 Use `memset( x, 0, sizeof( x ) )` to clear local structure by Hanno Becker · 4 years, 3 months ago
  37. 78196e3 Fix search for outdated entries in SSL session cache by Hanno Becker · 4 years, 3 months ago
  38. c3f4a97 Don't infer last element of SSL session cache twice by Hanno Becker · 4 years, 3 months ago
  39. 466ed6f Improve local variable naming in SSL session cache implementation by Hanno Becker · 4 years, 3 months ago
  40. 5cf6f7e Fix swapping of first and last entry in SSL session cache by Hanno Becker · 4 years, 3 months ago
  41. 006f2cc Fix compile-time guard in session cache implementation by Hanno Becker · 4 years, 3 months ago
  42. b94fdae Improve code structure for session cache query by Hanno Becker · 4 years, 3 months ago
  43. d5218df Enable fallback to software implementation in psa_sign/verify_message driver by gabor-mezei-arm · 4 years, 3 months ago
  44. f048618 Unify variable type and rename to be unambiguous by gabor-mezei-arm · 4 years, 3 months ago
  45. 2b8373f Update documentation by gabor-mezei-arm · 4 years, 3 months ago
  46. 256443e Change the driver calling logic for psa_sign/verify_messsage by gabor-mezei-arm · 4 years, 3 months ago
  47. 6883fd2 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago
  48. 474a35f Return error if algorithm is not hash-then-sign for psa_sign_message by gabor-mezei-arm · 4 years, 3 months ago
  49. 8b3e886 Use bool variable instead of enum values by gabor-mezei-arm · 4 years, 3 months ago
  50. 12b4f34 Fix documentation by gabor-mezei-arm · 4 years, 3 months ago
  51. 6cdf637 Use switch-case for error handling by gabor-mezei-arm · 4 years, 3 months ago
  52. f9820f9 Fix for algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
  53. b5c1e37 Use driver-wrapper functions for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  54. df0f230 Typo by gabor-mezei-arm · 4 years, 3 months ago
  55. 0f62240 Enable algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
  56. 46c23a0 Fix error checking by gabor-mezei-arm · 4 years, 3 months ago
  57. 2522c0b Update macro names by gabor-mezei-arm · 4 years, 3 months ago
  58. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  59. 38cbaf2 Typo by gabor-mezei-arm · 4 years, 4 months ago
  60. 5b44652 Unify similar functions by gabor-mezei-arm · 4 years, 4 months ago
  61. 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  62. 845ceb7 Improve readability and efficiency of SSL cache reference impl by Hanno Becker · 4 years, 3 months ago
  63. f47199d Improve naming of helper function for reference session cache by Hanno Becker · 4 years, 3 months ago
  64. df56402 Fix memory leak upon ciphersuite mismatch during session resumption by Hanno Becker · 4 years, 3 months ago
  65. 7ad7796 Use shorthand local variable for session under negotiation by Hanno Becker · 4 years, 3 months ago
  66. f6e09c6 Don't use ssl_check_xxx() for functions with void return by Hanno Becker · 4 years, 3 months ago
  67. d7b3d92 Change sha256 output type from an array to a pointer by Gilles Peskine · 4 years, 3 months ago
  68. 3e3a678 Remove a kludge for the output size of mbedtls_sha512_finish_ret by Gilles Peskine · 4 years, 3 months ago
  69. e02e02f Change sha512 output type from an array to a pointer by Gilles Peskine · 4 years, 3 months ago
  70. 3473308 Remove mode param from mbedtls_rsa_rsaes_pkcs1_v15_decrypt by Thomas Daubney · 4 years, 3 months ago
  71. d21e0b7 Remove mode parameter from mbedtls_rsa_rsaes_oaep_decrypt function by Thomas Daubney · 4 years, 3 months ago
  72. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  73. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  74. 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
  75. 7dbcc3c Merge pull request #4470 from d3zd3z/fix-posix-define by Ronald Cron · 4 years, 3 months ago
  76. 102c89e Remove the MBEDTLS_SSL_RECORD_CHECKING option by TRodziewicz · 4 years, 3 months ago
  77. eb3e463 Merge pull request #4247 from stevew817/dispatch_mac_operations by Ronald Cron · 4 years, 3 months ago
  78. 72f60df Remove MBEDTLS_TEST_NULL_ENTROPY config option. by Mateusz Starzyk · 4 years, 3 months ago
  79. 9e15fb7 Refactor out mac_sign_setup and mac_verify_setup by Steven Cooreman · 4 years, 3 months ago
  80. 8af5c5c Be explicit about why the zero-length check is there by Steven Cooreman · 4 years, 3 months ago
  81. 95d516f Remove MBEDTLS_SSL_MAX_CONTENT_LEN option by David Horstmann · 4 years, 3 months ago
  82. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  83. d1a68f1 Supply actual key bits to PSA_MAC_LENGTH during MAC setup by Steven Cooreman · 4 years, 3 months ago
  84. b29902a Correctly mark unused arguments when MAC algorithms are compiled out by Steven Cooreman · 4 years, 3 months ago
  85. 0c23965 Add sanity tests for CMAC-(3)DES through PSA Crypto by Steven Cooreman · 4 years, 3 months ago
  86. 02865f5 Use the proper define guards in the MAC driver by Steven Cooreman · 4 years, 3 months ago
  87. 2f60f20 Remove superfluous checking from MAC driver by Steven Cooreman · 4 years, 3 months ago
  88. 72f736a Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  89. f45f071 Minor documentation and language fixes by Steven Cooreman · 4 years, 3 months ago
  90. 3409b02 Remove superfluous check by Steven Cooreman · 4 years, 3 months ago
  91. 8f37004 Remove unused variable from MAC driver structure by Steven Cooreman · 4 years, 3 months ago
  92. dcd0811 Remove superfluous length check by Steven Cooreman · 4 years, 3 months ago
  93. 094a77e Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
  94. a6df604 Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  95. d1ed1d9 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  96. dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  97. 36876a0 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
  98. a4638e7 Remove redundant key_set from MAC operation structure by Steven Cooreman · 4 years, 3 months ago
  99. ba9a5bf Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
  100. 02fc62a Remove unused items from MAC operation context structure by Steven Cooreman · 4 years, 3 months ago