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. c5aee96 Adapt record length value after encryption by Hanno Becker · 6 years ago
  23. 30d02cd Rename ssl_decrypt_buf() to mbedtls_ssl_decrypt_buf() in comment by Hanno Becker · 7 years ago
  24. 93012fe Double check that record expansion is as expected during decryption by Hanno Becker · 7 years ago
  25. a795323 Move debugging output after record decryption by Hanno Becker · 7 years ago
  26. 611a83b Add tests for record encryption/decryption by Hanno Becker · 8 years ago
  27. 9223132 Reduce size of `ssl_transform` if no MAC ciphersuite is enabled by Hanno Becker · 8 years ago
  28. f122944 Remove code from `ssl_derive_keys` if relevant modes are not enabled by Hanno Becker · 8 years ago
  29. 4c6876b Provide standalone version of `ssl_decrypt_buf` by Hanno Becker · 8 years ago
  30. 3307b53 Provide standalone version of `ssl_encrypt_buf` by Hanno Becker · 8 years ago
  31. 5cc04d5 Correct space needed for MAC in case of NULL cipher by Hanno Becker · 8 years ago
  32. 8759e16 Remove ciphersuite_info from ssl_transform by Hanno Becker · 8 years ago
  33. e7f2df0 Remove key length field from ssl_transform by Hanno Becker · 8 years ago
  34. b0abd1c Merge remote-tracking branch 'origin/pr/2388' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  35. 203123b Merge remote-tracking branch 'origin/pr/1818' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  36. daed232 Merge remote-tracking branch 'origin/pr/2436' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  37. 799cd57 Merge remote-tracking branch 'restricted/pr/550' into mbedtls-2.16 by Simon Butcher · 6 years ago
  38. 5d8aade Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  39. e900969 Use certificates from data_files and refer them by Ron Eldor · 6 years ago
  40. a51f4c7 refactor CA and SRV certificates into separate blocks by ILUXONCHIK · 7 years ago
  41. ecc6c13 refactor SHA-1 certificate defintions and assignment by ILUXONCHIK · 7 years ago
  42. 5f97b32 refactor server SHA-1 certificate definition into a new block by ILUXONCHIK · 7 years ago
  43. c3d1f54 define TEST_SRV_CRT_RSA_SOME in similar logic to TEST_CA_CRT_RSA_SOME by ILUXONCHIK · 7 years ago
  44. 761f376 server SHA-256 certificate now follows the same logic as CA SHA-256 certificate by ILUXONCHIK · 7 years ago
  45. d60e378 Fix ASN1 bitstring writing by Andres Amaya Garcia · 7 years ago
  46. b83d41d Fix DEADCODE in mbedtls_mpi_exp_mod() by Peter Kolbus · 7 years ago
  47. 6f76795 Merge remote-tracking branch 'origin/pr/2346' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  48. 9fc7af0 Merge remote-tracking branch 'origin/pr/2040' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  49. 462dfc5 Merge remote-tracking branch 'origin/pr/2332' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  50. 4002ada Merge remote-tracking branch 'origin/pr/2214' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  51. d81c57f Merge remote-tracking branch 'origin/pr/2347' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  52. d6ddcd6 Avoid MSVC compiler warning by Hanno Becker · 7 years ago
  53. a04efb8 Return error code of underlying function. by Ron Eldor · 7 years ago
  54. 5fa32a7 Use CMAKE_BUILD_TYPE to do Asan builds by Gilles Peskine · 7 years ago
  55. 0e810b9 Don't call memcpy with NULL pointer in mbedtls_mpi_read_binary() by Hanno Becker · 7 years ago
  56. 9f6d16a Fix preprocessor macro existence check in bignum.c by Hanno Becker · 7 years ago
  57. 6dab620 Fix typo after rebase by Hanno Becker · 7 years ago
  58. 5d91c0b Add missing macro existence check in byte swapping code in bignum.c by Hanno Becker · 7 years ago
  59. f872007 Optimize mpi_bigendian_to_host() for speed and size by Hanno Becker · 7 years ago
  60. 2be8a55 Change signature of mpi_bigendian_to_host() to reflect usage by Hanno Becker · 7 years ago
  61. da1655a Remove temporary stack-buffer from mbedtls_mpi_fill_random() by Hanno Becker · 8 years ago
  62. 6c164e7 Update the version of the library to 2.16.0 by Simon Butcher · 7 years ago
  63. b6cdf98 Merge remote-tracking branch 'public/pr/1721' into development-restricted by Simon Butcher · 7 years ago
  64. ad7c210 Merge remote-tracking branch 'public/pr/2274' into development by Simon Butcher · 7 years ago
  65. 12b4240 Merge remote-tracking branch 'public/pr/2288' into development by Simon Butcher · 7 years ago
  66. c831193 Merge remote-tracking branch 'public/pr/2302' into development by Simon Butcher · 7 years ago
  67. 1efda39 Merge remote-tracking branch 'public/pr/2297' into development by Simon Butcher · 7 years ago
  68. 5aa7809 Merge remote-tracking branch 'public/pr/2275' into development by Simon Butcher · 7 years ago
  69. 780cf18 Merge remote-tracking branch 'public/pr/2271' into development by Simon Butcher · 7 years ago
  70. 032c037 Merge remote-tracking branch 'public/pr/2270' into development by Simon Butcher · 7 years ago
  71. a033633 Merge remote-tracking branch 'public/pr/2269' into development by Simon Butcher · 7 years ago
  72. 70935a4 Merge remote-tracking branch 'public/pr/2299' into development by Simon Butcher · 7 years ago
  73. 003c0e0 Merge remote-tracking branch 'public/pr/2292' into development by Simon Butcher · 7 years ago
  74. decf2f5 Merge remote-tracking branch 'public/pr/2291' into development by Simon Butcher · 7 years ago
  75. 65ce5dc Merge remote-tracking branch 'public/pr/2290' into development by Simon Butcher · 7 years ago
  76. ad2e0da Merge remote-tracking branch 'public/pr/2283' into development by Simon Butcher · 7 years ago
  77. 0bbf7f4 Merge remote-tracking branch 'public/pr/2279' into development by Simon Butcher · 7 years ago
  78. 962b7b1 Merge remote-tracking branch 'public/pr/2273' into development by Simon Butcher · 7 years ago
  79. 6be67a6 Merge remote-tracking branch 'public/pr/2281' into development by Simon Butcher · 7 years ago
  80. dac513e Merge remote-tracking branch 'public/pr/2282' into development by Simon Butcher · 7 years ago
  81. ccafd14 Merge remote-tracking branch 'public/pr/2276' into development by Simon Butcher · 7 years ago
  82. 2a8d32c Merge remote-tracking branch 'public/pr/2287' into development by Simon Butcher · 7 years ago
  83. 01d4b76 Remove faulty cipher_finish calls from nist_kw by Manuel Pégourié-Gonnard · 7 years ago
  84. 2f6de42 Move SHA256_VALIDATE[_RET] outside of MBEDTLS_SHA256_ALT guard by Hanno Becker · 7 years ago
  85. c756049 Move SHA512_VALIDATE[_RET] outside of MBEDTLS_SHA512_ALT guard by Hanno Becker · 7 years ago
  86. b3c7023 Move SHA1_VALIDATE[_RET] outside of MBEDTLS_SHA1_ALT guard by Hanno Becker · 7 years ago
  87. 6adb057 Improve details of CCM parameter validation and documentation by k-stachowiak · 7 years ago
  88. f712534 Add missing validation code in CCM by k-stachowiak · 7 years ago
  89. ff8a098 Allow empty arguments in some CCM functions' parameter validation by k-stachowiak · 7 years ago
  90. fd42d53 Explicitly allow NULL as an argument to mbedtls_ccm_free() by k-stachowiak · 7 years ago
  91. 26d365e Add parameter validation for CCM by k-stachowiak · 7 years ago
  92. 6af45ec PK: document context validity requirements by Gilles Peskine · 7 years ago
  93. f25ee7f Fix parameter validation for mbedtls_mpi_lsb() by Hanno Becker · 7 years ago
  94. 8c71b3e pk_parse*keyfile: explicitly validate path=NULL by Gilles Peskine · 7 years ago
  95. 516897a Remove unnecessary parameter validation from the Cipher module by k-stachowiak · 7 years ago
  96. 1a9df6b Improve style in the Cipher module by k-stachowiak · 7 years ago
  97. 95070a8 Make some cipher parameter validation unconditional by k-stachowiak · 7 years ago
  98. c29d94c Account for optional NULL buffer arguments in the Cipher module by k-stachowiak · 7 years ago
  99. a539070 Make all parameter validation tests optional by k-stachowiak · 7 years ago
  100. e0215d7 Add Cipher module parameter validation by Krzysztof Stachowiak · 7 years ago