1. efa14e8 Reduce number of MPI's used in `pk_parse_key_pkcs1_der` by Hanno Becker · 7 years ago
  2. b82a5b5 Fix typos and mixup related to RSA_NO_CRT by Hanno Becker · 7 years ago
  3. 5d42b53 Enhance documentation and performance of `mbedtls_rsa_deduce_primes` by Hanno Becker · 7 years ago
  4. 7643d4e Fix number of loop iterations in `mbedtls_deduce_primes` by Hanno Becker · 7 years ago
  5. 14a00c0 Add early detection of bad parameters in `mbedtls_deduce_primes` by Hanno Becker · 7 years ago
  6. a565f54 Introduce new files rsa_internal.[ch] for RSA helper functions by Hanno Becker · 7 years ago
  7. 705fc68 Unify sanity checks for RSA private and public keys by Hanno Becker · 7 years ago
  8. e867489 Remove outdated comments from `mbedtls_rsa_complete` by Hanno Becker · 7 years ago
  9. 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 7 years ago
  10. f9e184b Remove PRNG argument from `mbedtls_rsa_complete` by Hanno Becker · 7 years ago
  11. 68b4d58 Remove PRNG argument from `mbedtls_rsa_deduce_moduli` by Hanno Becker · 7 years ago
  12. 0f65e0c Rename `rsa_deduce_moduli` to `rsa_deduce_primes` by Hanno Becker · 7 years ago
  13. 8ba6ce4 Rename `rsa_deduce_private` to `rsa_deduce_private_exponent` by Hanno Becker · 7 years ago
  14. 45a0ef3 Correct memory leak in `mbedtls_rsa_validate_crt` by Hanno Becker · 7 years ago
  15. b5beaa8 Check that 1 < D, E < N in `mbedtls_rsa_validate_params` by Hanno Becker · 7 years ago
  16. c6fc878 Remove `mbedtls_rsa_check_crt` by Hanno Becker · 7 years ago
  17. 98838b0 Minor improvements by Hanno Becker · 7 years ago
  18. 7471631 Make input arguments to `mbedtls_rsa_import_raw` constant by Hanno Becker · 7 years ago
  19. bdefff1 Change signature of `mbedtls_rsa_deduce_private` by Hanno Becker · 7 years ago
  20. ba5b755 Change signature and semantics of `mbedtls_rsa_deduce_moduli` by Hanno Becker · 7 years ago
  21. 56bae95 Improve style and documentation, fix typo by Hanno Becker · 7 years ago
  22. bead717 Correct typo in rsa.c by Hanno Becker · 7 years ago
  23. ba1ba11 Check that length is properly set in `mbedtls_rsa_check_pubkey` by Hanno Becker · 7 years ago
  24. 2f8f06a Don't always recompute context length in mbedtls_rsa_get_len by Hanno Becker · 7 years ago
  25. 2cca6f3 Always deduce N from P, Q in mbedtls_rsa_complete by Hanno Becker · 7 years ago
  26. 45037ce Add check for presence of relevant parameters in mbedtls_rsa_private by Hanno Becker · 7 years ago
  27. b269a85 Change mbedtls_rsa_check_privkey to use new helper functions by Hanno Becker · 7 years ago
  28. d9431a7 Minor comments improvement by Hanno Becker · 7 years ago
  29. d363799 Add mbedtls_rsa_validate_crt by Hanno Becker · 7 years ago
  30. d56d83a Remove double-checking code from rsa_deduce_moduli and rsa_complete by Hanno Becker · 7 years ago
  31. 750e8b4 Rename rsa_check_params->rsa_validate_params and change error codes by Hanno Becker · 7 years ago
  32. fb81c0e Guard primality checks in RSA module by MBEDTLS_GENPRIME by Hanno Becker · 7 years ago
  33. ab37731 Add support for alternative RSA implementations by Hanno Becker · 7 years ago
  34. 6345dd3 Adapt rsa_check_privkey to deal with NO_CRT option by Hanno Becker · 7 years ago
  35. bee3aae Adapt rsa_gen_key to deal with RSA_NO_CRT option by Hanno Becker · 7 years ago
  36. dc95c89 Adapt rsa_deduce_crt to deal with RSA_NO_CRT option by Hanno Becker · 7 years ago
  37. 33c30a0 Adapt rsa_copy and rsa_free to deal with RSA_NO_CRT option by Hanno Becker · 7 years ago
  38. 23344b5 Adapt rsa_complete to deal with RSA_NO_CRT option by Hanno Becker · 7 years ago
  39. 83aad1f Adapt gen_key example program to new RSA interface by Hanno Becker · 7 years ago
  40. d71dc15 Adapt PK test suite to use new interface by Hanno Becker · 7 years ago
  41. 15f81fa Adapt pkwrite.c to new RSA interface by Hanno Becker · 7 years ago
  42. d58c5b2 Adapt pkparse.c to new RSA interface by Hanno Becker · 7 years ago
  43. 6a1e7e5 Adapt pk_wrap.c to new RSA interface by Hanno Becker · 7 years ago
  44. 3a70116 Adapt RSA selftest to new RSA interface by Hanno Becker · 7 years ago
  45. 8fd5548 Minor formatting changes by Hanno Becker · 7 years ago
  46. 617c1ae Implement new RSA interface functions by Hanno Becker · 7 years ago
  47. e2e8b8d Implement RSA helper functions by Hanno Becker · 7 years ago
  48. 642ea1f Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  49. 487b7a9 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  50. 853c46c Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  51. 710f541 Checked names by Gilles Peskine · 7 years ago
  52. c0da47d Fix platform setup/teardown feature and comments by Simon Butcher · 7 years ago
  53. 9da6951 Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 7 years ago
  54. 82d7314 Remove internal functions from setup API by Andres Amaya Garcia · 7 years ago
  55. 122d899 Add library setup and teardown APIs by Andres Amaya Garcia · 7 years ago
  56. 489b985 Export mbedtls_aes_(en/de)crypt to retain for API compatibility by Hanno Becker · 7 years ago
  57. 0a38f1a Undo API change from SHA1 deprecation by Hanno Becker · 7 years ago
  58. 544039a Undo API change by Hanno Becker · 7 years ago
  59. 7875b24 Check return code of mbedtls_mpi_fill_random by Ron Eldor · 8 years ago
  60. eba5dab Resource leak fix on windows platform by Ron Eldor · 8 years ago
  61. 85bdcf8 Wrong preproccessor condition fix by Ron Eldor · 8 years ago
  62. e1b92fe fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 8 years ago
  63. a9e775e Remove mutexes from ECP hardware acceleration by Janos Follath · 7 years ago
  64. f2a597f Update the version number to 2.5.1 by Simon Butcher · 7 years ago mbedtls-2.5.1
  65. 4a42f3c Merge remote-tracking branch 'restricted/iotssl-1398' into development-restricted by Manuel Pégourié-Gonnard · 7 years ago
  66. bdf3905 Ensure application data records are not kept when fully processed by Hanno Becker · 7 years ago
  67. b86b143 Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-restricted' into development-restricted by Manuel Pégourié-Gonnard · 7 years ago
  68. a0bf6ec Merge remote-tracking branch 'restricted/IOTSSL-1366/development-restricted' into development-restricted by Manuel Pégourié-Gonnard · 7 years ago
  69. db108ac Merge remote-tracking branch 'hanno/mpi_read_file_underflow' into development by Manuel Pégourié-Gonnard · 7 years ago
  70. 1178ac5 Merge remote-tracking branch 'hanno/sliding_exponentiation' into development by Manuel Pégourié-Gonnard · 7 years ago
  71. bb9dd0c Add hard assertion to mbedtls_ssl_read_record_layer by Hanno Becker · 7 years ago
  72. 4a810fb Fix mbedtls_ssl_read by Hanno Becker · 8 years ago
  73. af0665d Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  74. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  75. 39ae8cd Fix implementation of VERIFY_OPTIONAL verification mode by Hanno Becker · 8 years ago
  76. ddc6e52 Merge remote-tracking branch 'gilles/iotssl-1223/development' into development by Manuel Pégourié-Gonnard · 7 years ago
  77. 383a118 Merge remote-tracking branch 'gilles/IOTSSL-1330/development' into development by Manuel Pégourié-Gonnard · 7 years ago
  78. 5d2511c SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  79. cd3c845 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  80. 750c353 X.509 self-tests: replaced SHA-1 certificates by SHA-256 by Gilles Peskine · 8 years ago
  81. 5e79cb3 Remove SHA-1 in TLS by default by Gilles Peskine · 8 years ago
  82. 23b33f8 Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development by Manuel Pégourié-Gonnard · 7 years ago
  83. d50177f Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  84. 9f77017 Updated version number to 2.5.0 by Simon Butcher · 8 years ago mbedtls-2.5.0
  85. f5bf718 Change return type of AES decrypt and encrypt by Andres AG · 8 years ago
  86. 18ac716 RSA: wipe more stack buffers by Gilles Peskine · 8 years ago
  87. 4a7f6a0 RSA: wipe stack buffers by Gilles Peskine · 8 years ago
  88. 6e87698 Fix bug in threading sample implementation #667 by Janos Follath · 8 years ago
  89. f9203b4 Add exponent blinding to RSA with CRT by Janos Follath · 8 years ago
  90. e81102e Add exponent blinding to RSA without CRT by Janos Follath · 8 years ago
  91. 088ce43 Implement optional CA list suppression in Certificate Request by Janos Follath · 8 years ago
  92. cf7ae7e Improve documentation by Hanno Becker · 8 years ago
  93. 0d0cd4b Split long lines by Hanno Becker · 8 years ago
  94. 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  95. 1aa267c Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  96. af610a0 Fix check-doxy-blocks.pl errors (cmac.c ecjpake.h) by Andres Amaya Garcia · 8 years ago
  97. 6c8ccd5 Fix cleanup label alignment by Janos Follath · 8 years ago
  98. 69b2051 Update version features with ECP macros by Janos Follath · 8 years ago
  99. c44ab97 Apply review feedback on ECP interface by Janos Follath · 8 years ago
  100. b8a90fb Update ECP hardware abstraction interface by Janos Follath · 8 years ago