1. a24adde Add tests for "return plaintext data faster on unpadded decryption" by Andrzej Kurek · 7 years ago
  2. 38a29ee return plaintext data faster on unpadded decryption by Andy Leiserson · 8 years ago
  3. 5166a18 Merge remote-tracking branch 'upstream-public/pr/1468' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  4. 0d89104 Merge remote-tracking branch 'upstream-public/pr/1524' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  5. ef59b73 Merge remote-tracking branch 'upstream-public/pr/1479' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  6. 1019a6b Merge remote-tracking branch 'upstream-public/pr/1526' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  7. 1dc8e81 Add ChangeLog entry by Gilles Peskine · 7 years ago
  8. 980fa58 Fix some test deps by Deomid Ryabkov · 8 years ago
  9. 3b4d5c2 Add ChangeLog entry for PBES2 when ASN1 disabled by Andres Amaya Garcia · 7 years ago
  10. e9ff785 Fix test dependencies of pkcs5 pbs2 on asn1 parse by Andres Amaya Garcia · 7 years ago
  11. 24e8283 Fix coding style in pkcs5.c preprocessor directives by Andres Amaya Garcia · 7 years ago
  12. a1bc0e2 Compile PBES2 in PKCS5 only if ASN1 is enabled by Marcos Del Sol Vives · 8 years ago
  13. 5f97be6 Merge remote-tracking branch 'upstream-public/pr/1495' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  14. 9ff0f05 Add ChangeLog entry. by Gilles Peskine · 7 years ago
  15. 877c6dc Merge remote-tracking branch 'upstream-restricted/pr/456' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  16. 968cda1 benchmark: Fix incompatibility with C89 compilers by Brendan Shanks · 7 years ago
  17. d4dc1a0 Add changelog entries for improved testing by Gilles Peskine · 7 years ago
  18. 79d441c Add missing dependencies in test_suite_x509parse by Gilles Peskine · 7 years ago
  19. 763da6e all.sh --keep-going: properly handle multiple-builds scripts by Gilles Peskine · 7 years ago
  20. 2cfeb88 Merge tag 'mbedtls-2.7.2' into iotssl-1381-x509-verify-refactor-2.7-restricted by Gilles Peskine · 7 years ago
  21. 69d1b29 Merge remote-tracking branch 'myfork/pr_1073' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  22. d675986 Merge remote-tracking branch 'upstream-public/pr/1256' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  23. 8980da5 Merge remote-tracking branch 'myfork/pr_726' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  24. 88c6df1 Add ChangeLog entry by Gilles Peskine · 7 years ago
  25. 4811574 Merge remote-tracking branch 'upstream-public/pr/1442' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  26. 9b9cc61 Add ChangeLog entry by Gilles Peskine · 7 years ago
  27. 56c7248 Add ChangeLog entry for redundant mutex initialization optimizations by Andres Amaya Garcia · 7 years ago
  28. 8190678 Do not define and initialize global mutexes on configurations that do not use them. by Gergely Budai · 7 years ago
  29. d90d0dc Add ChangeLog entry for dylib builds using Makefile by Andres Amaya Garcia · 7 years ago
  30. 1e3c000 Fix dylib linking by Mitsuhiro Nakamura · 7 years ago
  31. 9ae1fba Update version to 2.7.2 by Jaeden Amero · 7 years ago mbedtls-2.7.2
  32. c9908f0 Merge remote-tracking branch 'upstream-public/pr/1064' into mbedtls-2.7-restricted-proposed by Jaeden Amero · 7 years ago mbedtls-2.7.2-rc1
  33. e0b1a73 Merge remote-tracking branch 'upstream-restricted/pr/464' into mbedtls-2.7-restricted-proposed by Jaeden Amero · 7 years ago
  34. 73923e1 Merge remote-tracking branch 'upstream-restricted/pr/459' into mbedtls-2.7-restricted-proposed by Jaeden Amero · 7 years ago
  35. 8a032e6 Merge branch 'mbedtls-2.7-proposed' into mbedtls-2.7-restricted-proposed by Jaeden Amero · 7 years ago
  36. 32ae73b Merge remote-tracking branch 'upstream-public/pr/1448' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  37. 100273d Merge remote-tracking branch 'upstream-public/pr/1449' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  38. e1c916c Merge remote-tracking branch 'upstream-public/pr/1451' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  39. c3901d4 fixup previous commit: add forgotten file by Manuel Pégourié-Gonnard · 7 years ago
  40. dae3fc3 x509: CRL: add tests for non-critical extension by Manuel Pégourié-Gonnard · 7 years ago
  41. 282159c x509: CRL: add tests for malformed extensions by Manuel Pégourié-Gonnard · 7 years ago
  42. 4e0141f Update change log by Krzysztof Stachowiak · 7 years ago
  43. b5609f3 Prevent arithmetic overflow on bould check by Krzysztof Stachowiak · 7 years ago
  44. b3e8f9e Add bounds check before signature by Krzysztof Stachowiak · 7 years ago
  45. bcb8149 Update change log by Krzysztof Stachowiak · 7 years ago
  46. 8e0b116 Prevent arithmetic overflow on bounds check by Krzysztof Stachowiak · 7 years ago
  47. 9e1839b Add bounds check before length read by Krzysztof Stachowiak · 7 years ago
  48. 5a9f46e x509: CRL: reject unsupported critical extensions by Manuel Pégourié-Gonnard · 7 years ago
  49. 1a6ddb4 Merge branch 'mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 7 years ago
  50. 6013004 Note in the changelog that this fixes an interoperability issue. by Gilles Peskine · 7 years ago
  51. 64540d9 Merge remote-tracking branch 'upstream-restricted/pr/458' into mbedtls-2.7-restricted-proposed by Gilles Peskine · 7 years ago
  52. 955d704 Merge remote-tracking branch 'upstream-restricted/pr/460' into mbedtls-2.7-restricted-proposed by Gilles Peskine · 7 years ago
  53. b0ba5bc Yet another dependency issue (PKCS1_V15) by Manuel Pégourié-Gonnard · 7 years ago
  54. f21eaa1 Add a missing bracket in ifdef for __cplusplus by Andrzej Kurek · 7 years ago
  55. 427ff48 Merge remote-tracking branch 'upstream-public/pr/1219' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  56. c5671bd Merge remote-tracking branch 'upstream-public/pr/778' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  57. 4668d83 Merge remote-tracking branch 'upstream-public/pr/1241' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  58. a3c5ad5 Fix remaining issues found by depend-hashes by Manuel Pégourié-Gonnard · 7 years ago
  59. b314ece Fix remaining issues found by depend-pkalgs by Manuel Pégourié-Gonnard · 7 years ago
  60. b21a085 Show build modes in code font by Gilles Peskine · 7 years ago
  61. 8eda5ec Merge branch 'pr_1408' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  62. 4848b97 Merge remote-tracking branch 'upstream-public/pr/1249' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  63. dd7f5b9 Merge remote-tracking branch 'upstream-public/pr/1079' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  64. 7b7c644 Merge remote-tracking branch 'upstream-public/pr/1012' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  65. 158fc33 Merge remote-tracking branch 'upstream-public/pr/1296' into HEAD by Gilles Peskine · 7 years ago
  66. 3f1b89d This fixes #664 by Gilles Peskine · 7 years ago
  67. 0ee482c Fix grammar in ChangeLog entry by Gilles Peskine · 7 years ago
  68. c0826f1 Merge remote-tracking branch 'upstream-public/pr/936' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  69. 9c4f403 Add changelog entry by Gilles Peskine · 7 years ago
  70. 930ec7d Minor fixes by Hanno Becker · 7 years ago
  71. 26f1f60 Improve documentation on the use of blinding in RSA by Hanno Becker · 7 years ago
  72. e856e84 Don't enable RSA_NO_CRT in `config.pl full` by Hanno Becker · 7 years ago
  73. 70e6639 Adapt ChangeLog by Hanno Becker · 7 years ago
  74. 69d45cc Add a run with RSA_NO_CRT to all.sh by Hanno Becker · 7 years ago
  75. a5fa079 Verify the result of RSA private key operations by Hanno Becker · 7 years ago
  76. c1a493d Refer to X.690 by number by Gilles Peskine · 7 years ago
  77. e786a7e x509: fix remaining unchecked call to mbedtls_md() by Manuel Pégourié-Gonnard · 7 years ago
  78. 71df373 Clarify mutual references in comments by Manuel Pégourié-Gonnard · 7 years ago
  79. 22797fc Remove redundant dependency by Sanne Wouda · 7 years ago
  80. bb50113 Rename test and update dependencies by Sanne Wouda · 7 years ago
  81. cf79312 Update changelog entry by Sanne Wouda · 7 years ago
  82. 52895b2 Add Changelog entry by Sanne Wouda · 7 years ago
  83. 90da97d Add test case found through fuzzing to pkparse test suite by Sanne Wouda · 7 years ago
  84. 7b2e85d Use both applicable error codes and a proper coding style by Sanne Wouda · 7 years ago
  85. b2b29d5 Add end-of-buffer check to prevent heap-buffer-overflow by Sanne Wouda · 7 years ago
  86. 5e85c61 Define ASN1 bitmask macros in more direct way by Andres Amaya Garcia · 7 years ago
  87. 19f33a8 Add regression test for parsing subjectAltNames by Andres Amaya Garcia · 7 years ago
  88. 32ec6d4 Add ChangeLog entry by Andres Amaya Garcia · 7 years ago
  89. 6451909 Fix x509_get_subject_alt_name to drop invalid tag by Andres Amaya Garcia · 7 years ago
  90. d5101aa Add macros to ASN.1 module to parse ASN.1 tags by Andres Amaya Garcia · 7 years ago
  91. 35eb39a Fix some issues in comments by Manuel Pégourié-Gonnard · 7 years ago
  92. 9a37e0f Add ChangeLog entry for previous security fix by Hanno Becker · 7 years ago
  93. 2e7fee0 Fix bug in X.509 CRT verification code by Hanno Becker · 7 years ago
  94. fa973e0 Document choice of script exit code by Manuel Pégourié-Gonnard · 7 years ago
  95. 75d3560 Fix some comment typos by Manuel Pégourié-Gonnard · 7 years ago
  96. ab41f04 Tests: depends-pkalgs.pl - disable less options by Gert van Dijk · 7 years ago
  97. b8e40ef Tests: add omitted dependency on MBEDTLS_ECDSA_C in test_suite_debug by Gert van Dijk · 7 years ago
  98. 7c28b56 Fix test that didn't check full value of flags by Manuel Pégourié-Gonnard · 7 years ago
  99. fcc4348 Improve some comments by Manuel Pégourié-Gonnard · 7 years ago
  100. aefd2dc Unify name of default profile in X.509 tests by Manuel Pégourié-Gonnard · 7 years ago