1. 8c12179 Merge remote-tracking branch 'upstream-restricted/pr/360' into mbedtls-2.1-restricted-proposed by Gilles Peskine · 7 years ago
  2. b81fcd0 Correct memory leak in RSA self test by Hanno Becker · 8 years ago
  3. 21f8375 Remove signature verification from mbedtls_rsa_rsassa_pkcs1_v15_sign by Hanno Becker · 8 years ago
  4. de0b70c Check precisely for the needed RSA context fields in rsa_private by Hanno Becker · 8 years ago
  5. a82f891 Verify result of RSA private key operation by Hanno Becker · 8 years ago
  6. 9745cfd RSA PSS: remove redundant check; changelog by Gilles Peskine · 8 years ago
  7. 31a2d14 RSA PSS: fix first byte check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  8. 9e20582 RSA PSS: fix minimum length check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  9. d0cd855 RSA: Fix another buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  10. 5c32471 RSA: Fix buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  11. 1defa8f Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-2.1-restricted' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  12. 63906d9 Merge remote-tracking branch 'restricted/IOTSSL-1366/mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  13. cd6e4d5 Merge remote-tracking branch 'restricted/mbedtls-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  14. 230ee31 RSA PKCS1v1.5 verification: check padding length by Manuel Pégourié-Gonnard · 8 years ago
  15. 9ef9f10 Add exponent blinding to RSA with CRT by Janos Follath · 8 years ago
  16. 578517d Add exponent blinding to RSA without CRT by Janos Follath · 8 years ago
  17. 74fd868 RSA: wipe more stack buffers by Gilles Peskine · 8 years ago
  18. bd90851 More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  19. fd8f79d More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  20. 8877ec2 RSA: wipe stack buffers by Gilles Peskine · 8 years ago
  21. 7238838 Merge branch for fix for #502 - Unchecked calls by Simon Butcher · 9 years ago
  22. 95b3036 Restore P>Q in RSA key generation (#558) by Janos Follath · 9 years ago
  23. 88c2d22 Fixed unchecked calls to mbedtls_md_setup in rsa.c (#502) by Brian J Murray · 9 years ago
  24. 25da9b3 Moved underflow test to better reflect time constant behaviour. by Janos Follath · 9 years ago
  25. 43e9297 Included test for integer underflow. by Janos Follath · 9 years ago
  26. e33f559 Included tests for the overflow by Janos Follath · 9 years ago
  27. e007c9f Removing 'if' branch from the fix. by Janos Follath · 9 years ago
  28. a958343 Length check added by Janos Follath · 9 years ago
  29. 689a627 Fix null pointer dereference in the RSA module. by Janos Follath · 9 years ago
  30. 0705dd0 Adds test for odd bit length RSA key size by Simon Butcher · 9 years ago
  31. 1a59a50 Fix odd bitlength RSA key generation by Janos Follath · 9 years ago
  32. 318daf0 Fix for memory leak in RSA-SSA signing by Simon Butcher · 10 years ago
  33. 9f44a80 Try to prevent some misuse of RSA functions by Manuel Pégourié-Gonnard · 10 years ago
  34. 5f50104 Add counter-measure against RSA-CRT attack by Manuel Pégourié-Gonnard · 10 years ago
  35. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  36. 4d04cdc Fix RSA mutex fix by Manuel Pégourié-Gonnard · 10 years ago
  37. 1385a28 Fix possible mutex lock/unlock mismatch by Manuel Pégourié-Gonnard · 10 years ago
  38. d1004f0 Fix printed output of some selftests by Manuel Pégourié-Gonnard · 10 years ago
  39. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  40. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  41. bdd7828 Always check return status of mutex_(un)lock() by Manuel Pégourié-Gonnard · 10 years ago
  42. 53c76c0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  43. aac657a Merge remote-tracking branch 'pj/development' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  44. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  45. 998930a Replace non-ascii characters in source files by Manuel Pégourié-Gonnard · 10 years ago
  46. 26c9f90 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  47. 88fca3e Fix thread safety issue in RSA operations by Manuel Pégourié-Gonnard · 10 years ago
  48. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  49. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  50. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  51. b99183d Added more constant-time code and removed biases in the prime number generation routines. by Pascal Junod · 10 years ago
  52. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  53. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  54. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  55. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  56. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  57. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  58. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  59. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  60. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  61. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  62. 2f8d1f9 Add rsa_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
  63. e10e06d Blind RSA operations even without CRT by Manuel Pégourié-Gonnard · 11 years ago
  64. 21e081b Prevent (incorrect) compiler warning by Paul Bakker · 11 years ago
  65. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  66. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  67. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  68. 88aa6e0 Fix potential memory leak in RSASSA-PSS verify by Manuel Pégourié-Gonnard · 11 years ago
  69. 0eaa8be Fix signedness warning by Manuel Pégourié-Gonnard · 11 years ago
  70. 5ec628a Add rsa_rsassa_pss_verify_ext() by Manuel Pégourié-Gonnard · 11 years ago
  71. e6d1d82 Relax checks on RSA mode for public key operations by Manuel Pégourié-Gonnard · 11 years ago
  72. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  73. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  74. f96f7b6 On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings by Paul Bakker · 11 years ago
  75. 24f37cc rsa_check_pubkey() now allows an E up to N by Paul Bakker · 11 years ago
  76. 3d8fb63 Added missing MPI_CHK around mpi functions by Paul Bakker · 11 years ago
  77. fdddac9 Fix stupid bug in rsa_copy() by Manuel Pégourié-Gonnard · 11 years ago
  78. 844a4c0 Fix RSASSA-PSS example programs by Manuel Pégourié-Gonnard · 11 years ago
  79. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  80. fbf0915 Fix bug in RSA PKCS#1 v1.5 "reversed" operations by Manuel Pégourié-Gonnard · 11 years ago
  81. 42099c3 Revert "Add pk_rsa_set_padding() and rsa_set_padding()" by Paul Bakker · 12 years ago
  82. b4fae57 Add pk_rsa_set_padding() and rsa_set_padding() by Manuel Pégourié-Gonnard · 12 years ago
  83. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
  84. 4de44aa Rewrote check to prevent read of uninitialized data in rsa_rsassa_pss_verify() by Paul Bakker · 12 years ago
  85. fef3c5a Fixed typo in POLARSSL_PKCS1_V15 in rsa.c by Paul Bakker · 12 years ago
  86. 27290da Check PKCS 1.5 padding in a more constant-time way by Manuel Pégourié-Gonnard · 12 years ago
  87. ab44d7e Check OAEP padding in a more constant-time way by Manuel Pégourié-Gonnard · 12 years ago
  88. a5cfc35 RSA-OAEP decrypt: reorganise code by Manuel Pégourié-Gonnard · 12 years ago
  89. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  90. ae10299 RSA blinding: lock for a smaller amount of time by Manuel Pégourié-Gonnard · 12 years ago
  91. 4d89c7e RSA blinding: check highly unlikely cases by Manuel Pégourié-Gonnard · 12 years ago
  92. 971f8b8 Fix compile errors with RSA_NO_CRT by Manuel Pégourié-Gonnard · 12 years ago
  93. c9965dc RSA blinding threading support by Paul Bakker · 12 years ago
  94. 3e41fe8 Remove printf when RSA selftest is skipped by Paul Bakker · 12 years ago
  95. 735b8fc Fix blunder in 8a109f1 by Manuel Pégourié-Gonnard · 12 years ago
  96. 9013af7 Merged major refactoring of x509write module into development by Paul Bakker · 12 years ago
  97. 8a109f1 Optimize RSA blinding by caching-updating values by Manuel Pégourié-Gonnard · 12 years ago
  98. ea53a55 Refactor to prepare for RSA blinding optimisation by Manuel Pégourié-Gonnard · 12 years ago
  99. 1c3853b oid_get_oid_by_*() now give back oid length as well by Paul Bakker · 12 years ago
  100. f451bac Blinding RSA only active when f_rng is provided by Paul Bakker · 12 years ago