1. 21e449d PK: Remove reduntant type check for RSA_ALT by Unknown · 7 years ago
  2. 4938419 ECP: Increase MBEDTLS_ECP_GRP_OID_MAX_SIZE to 32 by Unknown · 7 years ago
  3. 4d092dc PK: change the check_pair interface to take full private context by Unknown · 7 years ago
  4. 8fb9431 Add a check for an RSA_ALT key in check_pair by Unknown · 7 years ago
  5. b60dc2d Shift errors by Unknown · 7 years ago
  6. 6f21aed Documentation fixes by Unknown · 7 years ago
  7. d76af45 Typo fix by Unknown · 7 years ago
  8. 7f4b10b Move RSA_ALT pk_info type check to the respective check_pair function by Unknown · 7 years ago
  9. 3b450a1 Temporarily disable opaque RSA tests by Unknown · 7 years ago
  10. dc3111e Add olen parameter to ecp_ansi_write_group and ecp_ansi_write_point by Unknown · 7 years ago
  11. a2c4062 Rename ecdsa_signature_to_asn1 to mbedtls_ecdsa_signature_to_asn1 by Unknown · 7 years ago
  12. d0d0602 Rename mbedtls_pk_signature_size to mbedtls_pk_get_signature_size by Unknown · 7 years ago
  13. 60b25f0 Documentation fixes by Unknown · 7 years ago
  14. e735310 Declare mbedtls_pk_info_t through macro by Andrzej Kurek · 8 years ago
  15. 8b6aaca pk_info: Make signature_size mandatory by Andrzej Kurek · 8 years ago
  16. 420d7d9 ECP: Write RFC5480 representation of a group/point by Gilles Peskine · 8 years ago
  17. e4cd298 PK: robustness of mbedtls_pk_rsa and mbedtls_pk_ec by Gilles Peskine · 8 years ago
  18. 02768b4 PK: support for opaque keys by Gilles Peskine · 8 years ago
  19. 5cc7bc5 Move pk_info structure to its own file by Gilles Peskine · 8 years ago
  20. cd062d8 pk: function to calculate the signature size by Gilles Peskine · 8 years ago
  21. bce41d3 Expose ecdsa_signature_to_asn1 by Gilles Peskine · 8 years ago
  22. 9a8bb67 ECDSA: macro/function to calculate the signature size by Gilles Peskine · 8 years ago
  23. 373deea pk_internal: pass context to can_do by Gilles Peskine · 8 years ago
  24. 8588806 Don't rely on private key metadata in SSL by Gilles Peskine · 8 years ago
  25. 2ba437a Generate #line in all blocks by Gilles Peskine · 8 years ago
  26. cd95756 Ignore some generated and developer files by Gilles Peskine · 8 years ago
  27. badc529 Improved documentation a bit in the PK interface by Gilles Peskine · 8 years ago
  28. 297d753 Merge branch 'pr_1078' into development by Gilles Peskine · 8 years ago
  29. 5098400 Add ChangeLog entry by Gilles Peskine · 8 years ago
  30. 87ae197 Add explicit uint truncation casts by Hanno Becker · 8 years ago
  31. 71b0060 Merge branch 'development' into iotssl-247 by Hanno Becker · 8 years ago
  32. b8ab22f Merge remote-tracking branch 'upstream-public/pr/1265' into development by Jaeden Amero · 8 years ago
  33. 997e218 Adapt ChangeLog by Hanno Becker · 8 years ago
  34. adb0b2e Update Visual Studio project files by Hanno Becker · 8 years ago
  35. d4d6057 Address issues found by coverity by Hanno Becker · 8 years ago
  36. 0bc9e30 Merge remote-tracking branch 'upstream-public/pr/1060' into development by Jaeden Amero · 8 years ago
  37. 7de0b8a Merge remote-tracking branch 'upstream-public/pr/1046' into development by Jaeden Amero · 8 years ago
  38. 35285cc Merge remote-tracking branch 'upstream-public/pr/1027' into development by Jaeden Amero · 8 years ago
  39. d485c31 Make small corrections to all.sh by Hanno Becker · 8 years ago
  40. 3a760a1 Add size check for RSA modulus to `mbedtls_rsa_complete` by Hanno Becker · 8 years ago
  41. 895c5ab Preserve old behavior by checking public key in RSA parsing function by Hanno Becker · 8 years ago
  42. efeef6c Correct typo in bignum.h by Hanno Becker · 8 years ago
  43. 88683b2 Correct all.sh and config.h after merge commit by Hanno Becker · 8 years ago
  44. 8bc74d6 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  45. e963efa Don't limit RSA_NO_CRT test in all.sh to 64-bit systems by Hanno Becker · 8 years ago
  46. 4952e7a Add explicit type cast to avoid truncation warning by Hanno Becker · 8 years ago
  47. ec9c626 ChangeLog entry for PR #964 by Gilles Peskine · 8 years ago
  48. 17196cd Merge remote-tracking branch 'upstream-public/pr/964' into development by Gilles Peskine · 8 years ago
  49. 8e09d8f Add full stop to ChangeLog entry by Gilles Peskine · 8 years ago
  50. 197a6d4 Merge remote-tracking branch 'upstream-public/pr/1097' into development by Gilles Peskine · 8 years ago
  51. 618d091 Add ChangeLog entry for CCM_ALT by Gilles Peskine · 8 years ago
  52. 3fcc045 Merge remote-tracking branch 'upstream-public/pr/866' into development by Gilles Peskine · 8 years ago
  53. 7c483b6 Merge remote-tracking branch 'upstream-public/pr/865' into development by Gilles Peskine · 8 years ago
  54. 4b660ec Merge remote-tracking branch 'public/pr/1207' into development by Manuel Pégourié-Gonnard · 8 years ago
  55. ae3925c Merge remote-tracking branch 'public/pr/1136' into development by Manuel Pégourié-Gonnard · 8 years ago
  56. a47023e Incorporate comments on merge commit by Hanno Becker · 8 years ago
  57. f40cdf9 Add dependency of new RSA tests on presence of strong entropy source by Hanno Becker · 8 years ago
  58. 312391f Merge remote-tracking branch 'upstream-public/pr/1230' into development by Gilles Peskine · 8 years ago
  59. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  60. 25b96ea Remove comment on potential future removal of non-CRT fields by Hanno Becker · 8 years ago
  61. 192c72f all.sh: add some documentation by Gilles Peskine · 8 years ago
  62. c4e9694 Add MBEDTLS_NO_UDBL_DIVISION to excludes of full config by Azim Khan · 8 years ago
  63. c3c3a68 Update usage description by Azim Khan · 8 years ago
  64. bca6ab9 all.sh: new option --no-armcc by Gilles Peskine · 8 years ago
  65. 2a22a80 all.sh: add --yotta to go with --no-yotta by Gilles Peskine · 8 years ago
  66. 7c65216 all.sh: --keep-going mode by Gilles Peskine · 8 years ago
  67. 709346a all.sh: cleaned up usage output by Gilles Peskine · 8 years ago
  68. 7ad603e all.sh: indent by Gilles Peskine · 8 years ago
  69. 0d44573 Add option to do baremetal configuration. by Azim Khan · 8 years ago
  70. 7000e57 Merge remote-tracking branch 'public/pr/1210' into development by Manuel Pégourié-Gonnard · 8 years ago
  71. 621080d Fix compilation issue weh self test defined by Ron Eldor · 8 years ago
  72. ada3ee8 Timing self test: shorten redundant tests by Gilles Peskine · 8 years ago
  73. 8873bcc Timing self test: increased duration by Gilles Peskine · 8 years ago
  74. 0f59b13 Timing self test: increased tolerance by Gilles Peskine · 8 years ago
  75. 2a26d62 Timing unit tests: more protection against infinite loops by Gilles Peskine · 8 years ago
  76. 078f1a1 Unit test for mbedtls_timing_hardclock by Gilles Peskine · 8 years ago
  77. 8064bf3 New timing unit tests by Gilles Peskine · 8 years ago
  78. ff79d27 selftest: allow excluding a subset of the tests by Gilles Peskine · 8 years ago
  79. c82fbb4 selftest: allow running a subset of the tests by Gilles Peskine · 8 years ago
  80. 319ac80 selftest: refactor to separate the list of tests from the logic by Gilles Peskine · 8 years ago
  81. 0827d5c Timing self test: print some diagnosis information by Gilles Peskine · 8 years ago
  82. d92f0aa mbedtls_timing_get_timer: don't use uninitialized memory by Gilles Peskine · 8 years ago
  83. a9edc48 timing interface documentation: minor clarifications by Gilles Peskine · 8 years ago
  84. a0af95f Timing: fix mbedtls_set_alarm(0) on Unix/POSIX by Gilles Peskine · 8 years ago
  85. 705c52f Merge remote-tracking branch 'public/pr/1145' into development by Manuel Pégourié-Gonnard · 8 years ago
  86. 4712119 Merge remote-tracking branch 'restricted/pr/397' into development by Manuel Pégourié-Gonnard · 8 years ago
  87. 535553e Merge remote-tracking branch 'public/pr/1184' into development by Manuel Pégourié-Gonnard · 8 years ago
  88. 12c49c7 compat.sh: use wait_server_start by Gilles Peskine · 8 years ago
  89. 418b536 wait_server_start: minor efficiency improvement by Gilles Peskine · 8 years ago
  90. 1434a36 Don't split error code description across multiple lines by Hanno Becker · 8 years ago
  91. 86ffd80 Register new error code in error.h by Gilles Peskine · 8 years ago
  92. d629411 Merge branch 'pr_920' into development by Gilles Peskine · 8 years ago
  93. 8acce85 Added ChangeLog entry by Gilles Peskine · 8 years ago
  94. ff01e00 Merge branch 'pr_1043' into development by Gilles Peskine · 8 years ago
  95. b592f32 Added ChangeLog entry by Gilles Peskine · 8 years ago
  96. e3783da Merge remote-tracking branch 'upstream-public/pr/1172' into development by Gilles Peskine · 8 years ago
  97. da51925 Add --no-yotta option to all.sh by Gilles Peskine · 8 years ago
  98. 832f349 Fix build without MBEDTLS_FS_IO by Gilles Peskine · 8 years ago
  99. 0884f48 Merge remote-tracking branch 'upstream-public/pr/1141' into development by Gilles Peskine · 8 years ago
  100. 183de31 Merge remote-tracking branch 'upstream-public/pr/895' into development by Gilles Peskine · 8 years ago