1. 15e860c Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago
  2. 027b601 Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  3. 75475d8 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  4. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  5. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  6. acf7f2c Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  7. cabf0ee Revert "Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16" by Janos Follath · 6 years ago
  8. 6f45cb9 Allow loading symlinked certificates by Jonathan Bennett · 6 years ago
  9. 3fc6f9d Fix uninitialized variable in x509_crt by Andy Gross · 7 years ago
  10. 096bccf Merge remote-tracking branch 'origin/pr/2450' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  11. 2f47214 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago
  12. 4e1bfc1 Obey bounds of ASN.1 substructures by Hanno Becker · 6 years ago
  13. d6028a1 Improve macro hygiene by Hanno Becker · 7 years ago
  14. d5f4759 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  15. d6ddcd6 Avoid MSVC compiler warning by Hanno Becker · 7 years ago
  16. 5b46fe7 Merge remote-tracking branch 'upstream-public/pr/2157' into development by Jaeden Amero · 7 years ago
  17. d83448b Merge remote-tracking branch 'public/pr/2052' into development-restricted-proposed by Simon Butcher · 7 years ago
  18. b75ffb5 Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 7 years ago
  19. 1f8527f Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 7 years ago
  20. c388a8c Fix typo in a test condition code by Krzysztof Stachowiak · 7 years ago
  21. a5a3e40 Fix missing dereference. by Manuel Pégourié-Gonnard · 7 years ago
  22. ee68cff Fix or improve some comments (and whitespace) by Manuel Pégourié-Gonnard · 7 years ago
  23. d264258 Make inclusion of stdio.h conditional in x509_crt.c by Simon Butcher · 7 years ago
  24. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  25. 129fa82 Merge remote-tracking branch 'restricted/pr/470' into development-restricted by Simon Butcher · 7 years ago
  26. 463928a Fix code formatting by k-stachowiak · 7 years ago
  27. 78d7e8c Rename internal variable for consistency by Manuel Pégourié-Gonnard · 7 years ago
  28. dcae78a Make a buffer limit more specific by k-stachowiak · 7 years ago
  29. 470dfba Simplify OID tag parsing in x509_get_cert_ext( ) by k-stachowiak · 7 years ago
  30. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  31. b5b2543 Fix undefined shifts by Philippe Antoine · 7 years ago
  32. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  33. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  34. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  35. fe60132 Move a buffer size test before the first relevant read by Krzysztof Stachowiak · 7 years ago
  36. 15ad579 Merge tag 'mbedtls-2.8.0' into iotssl-1381-x509-verify-refactor-restricted by Gilles Peskine · 7 years ago
  37. 5f19328 Merge remote-tracking branch 'upstream-restricted/pr/398' into development-restricted-proposed by Gilles Peskine · 7 years ago
  38. e57d743 Improve documentation of some internal functions by Manuel Pégourié-Gonnard · 7 years ago
  39. 05c00ed Fix some more MSVC size_t -> int warnings by Manuel Pégourié-Gonnard · 7 years ago
  40. f5bb781 Fix MSVC warnings by Manuel Pégourié-Gonnard · 7 years ago
  41. 05e464d Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted by Manuel Pégourié-Gonnard · 7 years ago
  42. 85e1dcf Fix handshake failure in suite B by Ron Eldor · 7 years ago
  43. 849bc65 Fix x509_get_subject_alt_name to drop invalid tag by Andres Amaya Garcia · 8 years ago
  44. 3f81691 Revert to old behaviour of profile_check_key() by Manuel Pégourié-Gonnard · 8 years ago
  45. 19773ff Avoid comparing size between RSA and EC keys by Manuel Pégourié-Gonnard · 8 years ago
  46. 08c3663 Avoid possible miscast of PK key by Manuel Pégourié-Gonnard · 8 years ago
  47. 900fba6 Fix check_wildcard() calling convention by Manuel Pégourié-Gonnard · 8 years ago
  48. 08eacec Fix some style issues and comment typos by Manuel Pégourié-Gonnard · 8 years ago
  49. bb216bd Fix MSVC 64-bit warnings by Manuel Pégourié-Gonnard · 8 years ago
  50. daf0491 Rework state saving for verify_chain() by Manuel Pégourié-Gonnard · 8 years ago
  51. a968843 Improve some comments in verify_chain() by Manuel Pégourié-Gonnard · 8 years ago
  52. 3627a8b Clarify state handling in find_parent(_in)() by Manuel Pégourié-Gonnard · 8 years ago
  53. 83e923b Better initialisation of ver_chain by Manuel Pégourié-Gonnard · 8 years ago
  54. 15d7df2 Introduce mbedtls_pk_restart_ctx and use it by Manuel Pégourié-Gonnard · 8 years ago
  55. 98a6778 Better document some function arguments by Manuel Pégourié-Gonnard · 8 years ago
  56. 8b59049 Make verify() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  57. c11e4ba Rework type for verify chain by Manuel Pégourié-Gonnard · 8 years ago
  58. 18547b5 Refactor find_parent() to merge two call sites by Manuel Pégourié-Gonnard · 8 years ago
  59. a4a5d1d Adapt function signatures to rs_ctx + ret by Manuel Pégourié-Gonnard · 8 years ago
  60. be4ff42 Call crt_check_signature from one place only by Manuel Pégourié-Gonnard · 8 years ago
  61. d19a41d Add tests for verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  62. bc3f44a Introduce mbedtls_x509_crt_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  63. 24611f9 Remove redundant variable by Manuel Pégourié-Gonnard · 8 years ago
  64. 562df40 Improve some comments, fix some typos+whitespace by Manuel Pégourié-Gonnard · 8 years ago
  65. 66a36b0 Update comments by Manuel Pégourié-Gonnard · 8 years ago
  66. 505c395 Make the ver_chain length explicit by Manuel Pégourié-Gonnard · 8 years ago
  67. a707e1d Extract code to separate function for readablity by Manuel Pégourié-Gonnard · 8 years ago
  68. ce6e52f Make verify_chain() iterative by Manuel Pégourié-Gonnard · 8 years ago
  69. f86f491 Rm unneeded function arguments & update comments by Manuel Pégourié-Gonnard · 8 years ago
  70. c547d1a Start using an explicit stack for callback info by Manuel Pégourié-Gonnard · 8 years ago
  71. a468eb1 verify_name(): factor duplicated code to function by Manuel Pégourié-Gonnard · 8 years ago
  72. 1300e99 Extract name checking to separate function by Manuel Pégourié-Gonnard · 8 years ago
  73. 6368612 Move code to separate function for readability by Manuel Pégourié-Gonnard · 8 years ago
  74. 27e9479 Simplify handling of locally trusted EE certs by Manuel Pégourié-Gonnard · 8 years ago
  75. bdc5440 Update comments by Manuel Pégourié-Gonnard · 8 years ago
  76. cb39610 Finally merge the remains of top() into child() by Manuel Pégourié-Gonnard · 8 years ago
  77. 6364277 Let verify_top() handle only the parent by Manuel Pégourié-Gonnard · 8 years ago
  78. 6e78674 Move top()'s checks on child to child() by Manuel Pégourié-Gonnard · 8 years ago
  79. 784aee3 Move other special case from top() to child() by Manuel Pégourié-Gonnard · 8 years ago
  80. b9983be Move one special case from verify_top() to child() by Manuel Pégourié-Gonnard · 8 years ago
  81. 66fac75 Merge duplicated checks between child() and top() by Manuel Pégourié-Gonnard · 8 years ago
  82. 58dcd2d Get rid of unused variables/arguments by Manuel Pégourié-Gonnard · 8 years ago
  83. 8f8c282 Merge near-duplicated (grand)parent finding code by Manuel Pégourié-Gonnard · 8 years ago
  84. f82a4d5 Factor duplicated code into function by Manuel Pégourié-Gonnard · 8 years ago
  85. 32fdc60 Unnest code in verify_top() by Manuel Pégourié-Gonnard · 8 years ago
  86. 6038cb6 Remove duplicate parent-searching in verify_top() by Manuel Pégourié-Gonnard · 8 years ago
  87. 2f09d59 Add badkey-skipping to find_parent() by Manuel Pégourié-Gonnard · 8 years ago
  88. 3e329b8 Add badtime-skipping feature to new function by Manuel Pégourié-Gonnard · 8 years ago
  89. 9c6118c Factor one more occurrence of code into function by Manuel Pégourié-Gonnard · 8 years ago
  90. 2f1c33d Factor repeated code into function by Manuel Pégourié-Gonnard · 8 years ago
  91. 17f4a6a Take shortcut for directly trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  92. c61e5c9 Don't search twice for a non-existing parent by Manuel Pégourié-Gonnard · 8 years ago
  93. b8acfd2 Fix calls to check_parent() by Manuel Pégourié-Gonnard · 8 years ago
  94. 35407c7 Add comments on chain verification cases by Manuel Pégourié-Gonnard · 8 years ago
  95. 329e78c Improve handling of md errors in X.509 by Manuel Pégourié-Gonnard · 8 years ago
  96. 8016474 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  97. 3e19df5 Resource leak fix on windows platform by Ron Eldor · 9 years ago
  98. 8ab0595 Wrong preproccessor condition fix by Ron Eldor · 9 years ago
  99. 7ca4a03 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  100. 36d9042 Resource leak fix on windows platform by Ron Eldor · 9 years ago