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