1. ffaba55 Changed x509.c to be one single compilation unit for all x509 files. by Teppo Järvelin · 6 years ago
  2. d6fba18 Merge pull request #643 from hanno-arm/secp256r1-baremetal by Manuel Pégourié-Gonnard · 6 years ago
  3. 7228167 Merge pull request #647 from hanno-arm/hmac_drbg_entropy_fix-baremetal by Manuel Pégourié-Gonnard · 6 years ago
  4. 87f57f6 Merge pull request #642 from jarvte/mbedtls_ssl_set_hostname_to_optional by Manuel Pégourié-Gonnard · 6 years ago
  5. 4598e49 Don't use P-256 test CRTs if P-256 is known to be disabled by Hanno Becker · 6 years ago
  6. 31c95e1 Fix and improve documentation of HMAC DRBG by Hanno Becker · 6 years ago
  7. b3a06e6 hmac_drbg.c: Rename hmac_drbg_reseed_internal->hmac_drbg_reseed_core by Hanno Becker · 6 years ago
  8. 4009d8f Make function mbedtls_ssl_set_hostname(...) as optional by Teppo Järvelin · 6 years ago
  9. eab304c HMAC DRBG: Split entropy-gathering requests to reduce request sizes by Hanno Becker · 6 years ago
  10. 75bc827 Load raw certificate and key data from files to certs.c by Hanno Becker · 6 years ago
  11. ba7082c Add prototypes for Secp256r1 test CRTs and keys to certs.c by Hanno Becker · 6 years ago
  12. 6617a24 Merge remote-tracking branch 'origin/pr/633' into baremetal by Simon Butcher · 6 years ago
  13. f0f01e1 Merge remote-tracking branch 'origin/pr/630' into baremetal by Simon Butcher · 6 years ago
  14. 434ab19 Merge remote-tracking branch 'origin/pr/629' into baremetal by Simon Butcher · 6 years ago
  15. 0863b2a Merge remote-tracking branch 'origin/pr/612' into baremetal by Simon Butcher · 6 years ago
  16. a9d5c45 Remove mbedtls_ssl_transform::minlen by Hanno Becker · 6 years ago
  17. b72fc6a Don't use const var in initialization of another const var by Hanno Becker · 6 years ago
  18. 8295ff0 tinyCrypt: Don't store public ECDH-share in handshake struct by Hanno Becker · 6 years ago
  19. b1626fb tinyCrypt: Remove check for Secp256r1 in SrvKeyExch writing by Hanno Becker · 6 years ago
  20. 9cf087d Use tinyCrypt only for ECDHE-RSA/ECDSA in SrvKeyExch writing by Hanno Becker · 6 years ago
  21. 7a19633 tinyCrypt: Avoid unused var warning by marking vars as unused by Hanno Becker · 6 years ago
  22. 29d1655 Add MBEDTLS_ECDH_C guards to ECDH code-paths using legacy ECDH by Hanno Becker · 6 years ago
  23. 975b9ee Fix guards around use of legacy ECDH context by Hanno Becker · 6 years ago
  24. 621113f tinyCrypt: Write client's key share by Hanno Becker · 6 years ago
  25. a3c2c17 tinyCrypt: Share ECDH secret calculation code-path by Hanno Becker · 6 years ago
  26. 75f12d1 tinyCrypt: Add ServerKeyExchange parsing code by Hanno Becker · 6 years ago
  27. d849c7c tinyCrypt: Hardcode ECDH parameter header by Hanno Becker · 6 years ago
  28. d089fad tinyCrypt: Adapt RNG wrapper to return 0 on failure by Hanno Becker · 6 years ago
  29. ef982d5 tinyCrypt: Bind RNG wrapper to tinyCrypt in mbedtls_ssl_setup() by Hanno Becker · 6 years ago
  30. e12aafb tinyCrypt: Initial commit towards ECDHE support by Jarno Lamsa · 6 years ago
  31. 3328b18 Move ssl_process_in_server_key_exchange to avoid func use-before-def by Hanno Becker · 6 years ago
  32. 4e46709 Document precoditions on some HS parsing/writing functions by Hanno Becker · 6 years ago
  33. 7d552fa Avoid collision of ssl_xxx_key_exchange_yyy() func names in cli/srv by Hanno Becker · 6 years ago
  34. 48e526b Document parameter precondition for ssl_rsa_generate_partial_pms() by Hanno Becker · 6 years ago
  35. aa49620 Minor documentation improvement to ssl_rsa_encrypt_partial_pms() by Hanno Becker · 6 years ago
  36. 084694d Fix copy-pasta in documentation for outgoing CliKeyExchange by Hanno Becker · 6 years ago
  37. 44a29f4 Remove redundant use of local variable in CliKeyExch writing by Hanno Becker · 6 years ago
  38. ae22dd3 Simplify logic of restartable ECDHE in CliKeyExch writing by Hanno Becker · 6 years ago
  39. 91cf769 Remove restartable ECP return code check from ECDH suite handling by Hanno Becker · 6 years ago
  40. fb02e96 Fix indentation to a multiple of 4 spaces by Manuel Pégourié-Gonnard · 6 years ago
  41. 8793fab Fix two typos in comments by Manuel Pégourié-Gonnard · 6 years ago
  42. 587c1ae Make IAR happy by dummy-initializing an unused variable by Hanno Becker · 6 years ago
  43. 7ba0a88 Fix 'set but not used' ARM compiler warning by Hanno Becker · 6 years ago
  44. a855cb6 Avoid unused variable warning in ServerKeyExchange parsing by Hanno Becker · 6 years ago
  45. 868cb58 Rename SSL_PROC_CHK -> MBEDTLS_SSL_CHK by Hanno Becker · 6 years ago
  46. 572d448 Enforce NULL context for hardcoded RNG by Hanno Becker · 6 years ago
  47. 9a12243 Introduce getter function for RNG context by Hanno Becker · 6 years ago
  48. 9db697e Async operations: Simplify restart logic by Hanno Becker · 6 years ago
  49. 4ec73cb Restructure SrvKeyExchange: Move parsing code by Hanno Becker · 6 years ago
  50. 8b7b879 Restructure SrvKeyExchange: Move msg skipping for PSK and RSA-PSK by Hanno Becker · 7 years ago
  51. eb76c20 Restructure SrvKeyExchange: Move code for skipping SrvKeyExchange by Hanno Becker · 7 years ago
  52. fca604d Restructure SrvKeyExchange: Move static DH parameter extraction by Hanno Becker · 7 years ago
  53. 04769dd Restructure SrvKeyExchange: Add frame for structure by Hanno Becker · 7 years ago
  54. 09d2364 Share code between In-CliKeyExch and Out-CliKeyExch by Hanno Becker · 6 years ago
  55. d116e82 Restructure incoming CliKeyExch: Shorten postprocessing by Hanno Becker · 7 years ago
  56. 2eb716d Restructure incoming CliKeyExch: Remove old code by Hanno Becker · 6 years ago
  57. e7c4eed Restructure incoming CliKeyExch: Parsing code by Hanno Becker · 7 years ago
  58. 1e23af8 Restructure incoming CliKeyExch: Move PMS assembly code by Hanno Becker · 7 years ago
  59. dc8bfb9 Restructure incoming CliKeyExch: Move key derivation code by Hanno Becker · 7 years ago
  60. 7ec345d Restructure incoming CliKeyExch: Add frame for restructuring by Hanno Becker · 7 years ago
  61. 4f68b04 Restructure outgoing CliKeyExch: Remove old code by Hanno Becker · 6 years ago
  62. 87e3c9a Restructure outgoing CliKeyExch: Move writing code by Hanno Becker · 7 years ago
  63. 01290c7 Restructure outgoing CliKeyExch: Move RSA/RSA-PSK PMS generation by Hanno Becker · 7 years ago
  64. 6fb638b Restructure outgoing CliKeyExch: Move PMS assembly code by Hanno Becker · 7 years ago
  65. 5d39768 Restructure outgoing CliKeyExch: Add frame for new structure by Hanno Becker · 7 years ago
  66. 7c1380d Merge remote-tracking branch 'origin/pr/619' into baremetal by Simon Butcher · 6 years ago
  67. f3a15b3 Fix possibly-lossy conversion warning from MSVC by Manuel Pégourié-Gonnard · 6 years ago
  68. 8844055 Remove compression field from SSL session if compression disabled by Hanno Becker · 6 years ago
  69. ec01408 Reintroduce length 0 check for records by Hanno Becker · 6 years ago
  70. 8061c6e Don't use memcpy() for 2-byte copy operation by Hanno Becker · 6 years ago
  71. 7b5ba84 Remove integer parsing macro by Hanno Becker · 6 years ago
  72. 6181761 Fix alignment in record header parsing routine by Hanno Becker · 6 years ago
  73. c1c173c Make sure 'record from another epoch' is displayed for next epoch by Hanno Becker · 6 years ago
  74. 03e2db6 Implement record checking API by Hanno Becker · 6 years ago
  75. 21fc61c Mark ssl_parse_record_header() as `const` in SSL context by Hanno Becker · 6 years ago
  76. c360dcc [API break] Remove mbedtls_ssl_context::in_iv field by Hanno Becker · 6 years ago
  77. 05413d9 Remove duplicate setting of ssl->in_msgtype and ssl->in_msglen by Hanno Becker · 6 years ago
  78. bd70c8e Move update of in_xxx fields in ssl_get_next_record() by Hanno Becker · 6 years ago
  79. bf256cd Move update of in_xxx fields outside of ssl_prepare_record_content() by Hanno Becker · 6 years ago
  80. 106f3da Reduce dependency of ssl_prepare_record_content() on in_xxx fields by Hanno Becker · 6 years ago
  81. 6837972 Move ssl_update_in_pointers() to after record hdr parsing by Hanno Becker · 6 years ago
  82. fc55172 Mark DTLS replay check as `const` on the SSL context by Hanno Becker · 6 years ago
  83. 6941245 Move updating the internal rec ptrs to outside of rec hdr parsing by Hanno Becker · 6 years ago
  84. 40478be Mark ssl_decrypt_buf() as `const in the input SSL context by Hanno Becker · 6 years ago
  85. a89610a Adapt ssl_prepare_record_content() to use SSL record structure by Hanno Becker · 6 years ago
  86. 9babbf7 Use record length from record structure when fetching content in TLS by Hanno Becker · 6 years ago
  87. 2720f4c Use record structure when remembering offset of next record in dgram by Hanno Becker · 6 years ago
  88. 2528ee0 Use SSL record structure when skipping over unexpected record by Hanno Becker · 6 years ago
  89. af5bcfc Adapt ssl_buffer_future_record() to work with SSL record structure by Hanno Becker · 6 years ago
  90. c6e7c57 Setup SSL record structure in ssl_parse_record_header() by Hanno Becker · 6 years ago
  91. 6c0e53c Minor documentation improvements in ssl_parse_record_header() by Hanno Becker · 6 years ago
  92. e045277 Check for sufficient datagram size in ssl_parse_record_header() by Hanno Becker · 6 years ago
  93. a61925f Don't send an alert when receiving a record of unknown ContentType by Hanno Becker · 6 years ago
  94. dc4d627 Don't call ssl_fetch_input for record content fetch in DTLS by Hanno Becker · 6 years ago
  95. 2982346 Don't call ssl_fetch_input for record hdr size check in DTLS by Hanno Becker · 6 years ago
  96. de7d6d3 Move size-check for DTLS record header with CID to DTLS-only branch by Hanno Becker · 6 years ago
  97. 87b5626 Check same-port-reconnect from client outside of record hdr parsing by Hanno Becker · 6 years ago
  98. 07d420d Remove unnecessary backup of explicit IV in AEAD record decryption by Hanno Becker · 6 years ago
  99. 8244cfa Remove redundant minimum length check by Hanno Becker · 6 years ago
  100. 6d3db0f Improve documentation of mbedtls_ssl_decrypt_buf() by Hanno Becker · 6 years ago