1. 762d011 Fix alignment issues by Manuel Pégourié-Gonnard · 6 years ago
  2. 42c814f Clarify comment about TLS versions by Manuel Pégourié-Gonnard · 6 years ago
  3. 5478e1e Remove redundant debug message. by Manuel Pégourié-Gonnard · 6 years ago
  4. 84ef8bd Remove 'session' input from populate_tranform() by Manuel Pégourié-Gonnard · 6 years ago
  5. cf31216 Fix typo in comment by Manuel Pégourié-Gonnard · 6 years ago
  6. 86e48c2 Enforce promise to not use whole ssl context by Manuel Pégourié-Gonnard · 6 years ago
  7. 1d10a98 Partially rm 'ssl' input from populate_transform() by Manuel Pégourié-Gonnard · 6 years ago
  8. 0bcfbc3 Remove "handshake" input from populate_transform() by Manuel Pégourié-Gonnard · 6 years ago
  9. 12a3f44 Start refining parameters of populate_transform() by Manuel Pégourié-Gonnard · 6 years ago
  10. a1abb26 Move compress_buf allocation to derive_keys by Manuel Pégourié-Gonnard · 6 years ago
  11. 707728d Move handling of randbytes to derive_keys() by Manuel Pégourié-Gonnard · 6 years ago
  12. bcf258e Remove duplicated branch in ssl_compute_master() by Manuel Pégourié-Gonnard · 6 years ago
  13. a575975 Make calc_verify() return the length as well by Manuel Pégourié-Gonnard · 6 years ago
  14. ed3b7a9 Constify ssl_context param of calc_verify() by Manuel Pégourié-Gonnard · 6 years ago
  15. c28c889 Improve signature of ssl_compute_master() by Manuel Pégourié-Gonnard · 6 years ago
  16. dafe522 Reduce indentation in ssl_compute_master() by Manuel Pégourié-Gonnard · 6 years ago
  17. 7edd587 Start extracting ssl_compute_master() by Manuel Pégourié-Gonnard · 6 years ago
  18. aa3c701 Fix signature of ssl_set_transform_prfs() by Manuel Pégourié-Gonnard · 6 years ago
  19. 52aa520 Start extraction ssl_set_handshake_prfs() by Manuel Pégourié-Gonnard · 6 years ago
  20. 5ed5e90 Start splitting populate_transform() out of derive_keys() by Manuel Pégourié-Gonnard · 6 years ago
  21. 0888581 Fix uninitialized variable access in debug output of record enc/dec by Hanno Becker · 6 years ago
  22. a131766 Ensure non-NULL key buffer when building SSL test transforms by Hanno Becker · 6 years ago
  23. 1acadb7 Catch errors while building SSL test transforms by Hanno Becker · 6 years ago
  24. afc528a Use mbedtls_{calloc|free}() in SSL unit test suite by Hanno Becker · 6 years ago
  25. f832343 Improve documentation of mbedtls_record by Hanno Becker · 6 years ago
  26. c5aee96 Adapt record length value after encryption by Hanno Becker · 6 years ago
  27. b17a1a2 Alternative between send/recv transform in SSL record test suite by Hanno Becker · 6 years ago
  28. 5c1176e Fix memory leak on failure in test_suite_ssl by Hanno Becker · 6 years ago
  29. 30d02cd Rename ssl_decrypt_buf() to mbedtls_ssl_decrypt_buf() in comment by Hanno Becker · 7 years ago
  30. 3693c72 Add record encryption/decryption tests for ARIA to SSL test suite by Hanno Becker · 7 years ago
  31. a198bb7 Improve documentation of mbedtls_ssl_transform by Hanno Becker · 7 years ago
  32. 93012fe Double check that record expansion is as expected during decryption by Hanno Becker · 7 years ago
  33. a795323 Move debugging output after record decryption by Hanno Becker · 7 years ago
  34. d300003 Add encryption/decryption tests for small records by Hanno Becker · 8 years ago
  35. 611a83b Add tests for record encryption/decryption by Hanno Becker · 8 years ago
  36. 9223132 Reduce size of `ssl_transform` if no MAC ciphersuite is enabled by Hanno Becker · 8 years ago
  37. f122944 Remove code from `ssl_derive_keys` if relevant modes are not enabled by Hanno Becker · 8 years ago
  38. 4c6876b Provide standalone version of `ssl_decrypt_buf` by Hanno Becker · 8 years ago
  39. 3307b53 Provide standalone version of `ssl_encrypt_buf` by Hanno Becker · 8 years ago
  40. 4a5eeae Improve documentation of mbedtls_ssl_transform by Hanno Becker · 8 years ago
  41. 9d2e4b4 Add structure representing TLS records by Hanno Becker · 8 years ago
  42. b628a80 Fix definition of SSL_SOME_MODES_USE_MAC by Hanno Becker · 7 years ago
  43. 5cc04d5 Correct space needed for MAC in case of NULL cipher by Hanno Becker · 8 years ago
  44. 8759e16 Remove ciphersuite_info from ssl_transform by Hanno Becker · 8 years ago
  45. e7f2df0 Remove key length field from ssl_transform by Hanno Becker · 8 years ago
  46. 7326bc8 Merge pull request #2524 from hanno-arm/baremetal_config by Simon Butcher · 6 years ago
  47. 224eb0c Use AES-128 instead of AES-256 in baremetal ciphersuite by Hanno Becker · 6 years ago
  48. 7f6e808 Remove uninitialized variable error in baremetal.sh by Hanno Becker · 6 years ago
  49. b4d8fab Rename generate_codesize_stats.sh to extract_codesize_stats.sh by Hanno Becker · 6 years ago
  50. 275e5bf Remove TODO from configs/baremetal.h by Hanno Becker · 6 years ago
  51. 1373724 Add static callgraph output to `baremetal.sh --ram --stack` by Hanno Becker · 6 years ago
  52. e6c3c7f Correct ECP optimization params in baremetal_test.sh by Hanno Becker · 6 years ago
  53. c7c2081 Measure stack usage in baremetal script by Hanno Becker · 6 years ago
  54. 7a09785 Correct usage instructions for baremetal script by Hanno Becker · 6 years ago
  55. a778959 Don't ignore I/O and ECP heap usage in baremetal script by Hanno Becker · 6 years ago
  56. 5541e4e Add usage instructions to baremetal heap+stack usage function by Hanno Becker · 6 years ago
  57. 085ab56 Optimize baremetal ECP configuration by Hanno Becker · 6 years ago
  58. 43fa8d6 Add scripts to build, test and measure baremetal configuration by Hanno Becker · 6 years ago
  59. abc22b7 Add baremetal configuration to `configs` folder by Hanno Becker · 6 years ago
  60. cef29a2 Merge remote-tracking branch 'origin/pr/2401' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  61. b0abd1c Merge remote-tracking branch 'origin/pr/2388' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  62. 6b79a11 Merge remote-tracking branch 'origin/pr/2293' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  63. 203123b Merge remote-tracking branch 'origin/pr/1818' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  64. daed232 Merge remote-tracking branch 'origin/pr/2436' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  65. 799cd57 Merge remote-tracking branch 'restricted/pr/550' into mbedtls-2.16 by Simon Butcher · 6 years ago
  66. e6a3f57 Merge remote-tracking branch 'public/pr/2429' into mbedtls-2.16 by Simon Butcher · 6 years ago
  67. 3664fdb Merge remote-tracking branch 'public/pr/2449' into mbedtls-2.16 by Simon Butcher · 6 years ago
  68. 2eee0c3 Update query_config.c by Manuel Pégourié-Gonnard · 6 years ago
  69. f1e62e8 Fix failure in SSLv3 per-version suites test by Manuel Pégourié-Gonnard · 6 years ago
  70. 37e0a8c Adjust DES exclude lists in test scripts by Andres Amaya Garcia · 6 years ago
  71. 03afdc0 Clarify 3DES changes in ChangeLog by Andres Amaya Garcia · 6 years ago
  72. 7c86e9a Fix documentation for 3DES removal by Andres Amaya Garcia · 6 years ago
  73. ac9c522 Exclude 3DES tests in test scripts by Andres Amaya Garcia · 7 years ago
  74. 6882ec1 Fix wording of ChangeLog and 3DES_REMOVE docs by Andres Amaya Garcia · 7 years ago
  75. 5d8aade Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  76. 2c1d492 Merge remote-tracking branch 'origin/pr/2428' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  77. c5b57ef Merge remote-tracking branch 'origin/pr/2412' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  78. 0981db5 Merge remote-tracking branch 'origin/pr/2385' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  79. fe50335 Merge remote-tracking branch 'origin/pr/2389' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  80. b4595d2 Reword changelog entry by k-stachowiak · 6 years ago
  81. abb843e Reenable GnuTLS next based tests by k-stachowiak · 6 years ago
  82. e900969 Use certificates from data_files and refer them by Ron Eldor · 6 years ago
  83. b76e765 Specify server certificate to use in SHA-1 test by Ron Eldor · 7 years ago
  84. a51f4c7 refactor CA and SRV certificates into separate blocks by ILUXONCHIK · 7 years ago
  85. ecc6c13 refactor SHA-1 certificate defintions and assignment by ILUXONCHIK · 7 years ago
  86. 5f97b32 refactor server SHA-1 certificate definition into a new block by ILUXONCHIK · 7 years ago
  87. c3d1f54 define TEST_SRV_CRT_RSA_SOME in similar logic to TEST_CA_CRT_RSA_SOME by ILUXONCHIK · 7 years ago
  88. 761f376 server SHA-256 certificate now follows the same logic as CA SHA-256 certificate by ILUXONCHIK · 7 years ago
  89. 57d7a16 add entry to ChangeLog by ILUXONCHIK · 7 years ago
  90. b5eb21a Add ChangeLog entry for unused bits in bitstrings by Andres Amaya Garcia · 7 years ago
  91. 6490034 Improve docs for ASN.1 bitstrings and their usage by Andres Amaya Garcia · 7 years ago
  92. 2c0f6f0 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  93. d60e378 Fix ASN1 bitstring writing by Andres Amaya Garcia · 7 years ago
  94. ed68b31 Move a restartable ecp context to a conditional compilation block by Andrzej Kurek · 6 years ago archive/restartable-ecc-unused-variable-2-16 restartable-ecc-unused-variable-2-16
  95. dc5893d Update change log by k-stachowiak · 6 years ago
  96. 4c47e18 Fix check-generated-files.sh failure with query_config by Andres Amaya Garcia · 7 years ago
  97. 9da4674 Suppress visual studio preprocessor warnings on query_config.c by Andres Amaya Garcia · 7 years ago
  98. c6753cd Use \r instead of 0xD in generate_visualc_files.pl by Andres Amaya Garcia · 7 years ago
  99. fe52d2a Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  100. 4eb040a Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago