1. ebd2c02 Don't require P,Q in `rsa_private` if neither CRT nor blinding used by Hanno Becker · 7 years ago
  2. 08f055e Don't remove CRT parameters from RSA context for ABI compatibility by Hanno Becker · 7 years ago
  3. dfd15b3 Add toy example triggering early abort in `mbedtls_rsa_deduce_primes` by Hanno Becker · 7 years ago
  4. efa14e8 Reduce number of MPI's used in `pk_parse_key_pkcs1_der` by Hanno Becker · 7 years ago
  5. e167fe6 Correct pkparse test case to lead to failure for MBEDTLS_RSA_NO_CRT by Hanno Becker · 7 years ago
  6. b82a5b5 Fix typos and mixup related to RSA_NO_CRT by Hanno Becker · 7 years ago
  7. 5d42b53 Enhance documentation and performance of `mbedtls_rsa_deduce_primes` by Hanno Becker · 7 years ago
  8. 7643d4e Fix number of loop iterations in `mbedtls_deduce_primes` by Hanno Becker · 7 years ago
  9. 14a00c0 Add early detection of bad parameters in `mbedtls_deduce_primes` by Hanno Becker · 7 years ago
  10. a565f54 Introduce new files rsa_internal.[ch] for RSA helper functions by Hanno Becker · 7 years ago
  11. 04877a4 Adapt `rsa_import` tests to weakened semantics of `rsa_complete` by Hanno Becker · 7 years ago
  12. 705fc68 Unify sanity checks for RSA private and public keys by Hanno Becker · 7 years ago
  13. e867489 Remove outdated comments from `mbedtls_rsa_complete` by Hanno Becker · 7 years ago
  14. 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 7 years ago
  15. f9e184b Remove PRNG argument from `mbedtls_rsa_complete` by Hanno Becker · 7 years ago
  16. 1e801f5 Clarify guarantees made by `rsa_complete` and `rsa_check_privkey` by Hanno Becker · 7 years ago
  17. 68b4d58 Remove PRNG argument from `mbedtls_rsa_deduce_moduli` by Hanno Becker · 7 years ago
  18. 0f65e0c Rename `rsa_deduce_moduli` to `rsa_deduce_primes` by Hanno Becker · 7 years ago
  19. 8ba6ce4 Rename `rsa_deduce_private` to `rsa_deduce_private_exponent` by Hanno Becker · 7 years ago
  20. 45a0ef3 Correct memory leak in `mbedtls_rsa_validate_crt` by Hanno Becker · 7 years ago
  21. db13cef Correct typo in RSA test suite data by Hanno Becker · 7 years ago
  22. 5178dca Clarify parameter ownership in `mbedtls_rsa_import[_raw]` by Hanno Becker · 7 years ago
  23. b5beaa8 Check that 1 < D, E < N in `mbedtls_rsa_validate_params` by Hanno Becker · 7 years ago
  24. c6fc878 Remove `mbedtls_rsa_check_crt` by Hanno Becker · 7 years ago
  25. 98838b0 Minor improvements by Hanno Becker · 7 years ago
  26. 3f3ae85 Correct memory leak in RSA test suite by Hanno Becker · 7 years ago
  27. 7471631 Make input arguments to `mbedtls_rsa_import_raw` constant by Hanno Becker · 7 years ago
  28. 43a08d0 Clarify guarantees made by `rsa_check_privkey` and `rsa_complete` by Hanno Becker · 7 years ago
  29. 1b831fe Clarify guarantees made by `rsa_deduce_moduli/private/crt` by Hanno Becker · 7 years ago
  30. bdefff1 Change signature of `mbedtls_rsa_deduce_private` by Hanno Becker · 7 years ago
  31. ba5b755 Change signature and semantics of `mbedtls_rsa_deduce_moduli` by Hanno Becker · 7 years ago
  32. 56bae95 Improve style and documentation, fix typo by Hanno Becker · 7 years ago
  33. 4b2f691 Doxygen: Use typewriter font for variables in rsa.h documentation by Hanno Becker · 7 years ago
  34. ed20361 Increase readability of Doxygen output by Hanno Becker · 7 years ago
  35. 91c194d Add and document an RSA-specific error code for unsupported exports by Hanno Becker · 7 years ago
  36. bead717 Correct typo in rsa.c by Hanno Becker · 7 years ago
  37. e1582a8 Add expectation when testing RSA key import/export by Hanno Becker · 7 years ago
  38. 4d6e834 Improve readability of test for `mbedtls_rsa_import` by Hanno Becker · 7 years ago
  39. 5063cd2 Deprecate direct manipulation of structure fields in RSA context by Hanno Becker · 7 years ago
  40. ba1ba11 Check that length is properly set in `mbedtls_rsa_check_pubkey` by Hanno Becker · 7 years ago
  41. 2f8f06a Don't always recompute context length in mbedtls_rsa_get_len by Hanno Becker · 7 years ago
  42. 54cfc58 Add test cases for mbedtls_rsa_import[_raw] where N is missing by Hanno Becker · 7 years ago
  43. 2cca6f3 Always deduce N from P, Q in mbedtls_rsa_complete by Hanno Becker · 7 years ago
  44. 45037ce Add check for presence of relevant parameters in mbedtls_rsa_private by Hanno Becker · 7 years ago
  45. 603b8c6 Clarify guarantees made by successful mbedtls_rsa_complete call by Hanno Becker · 7 years ago
  46. b269a85 Change mbedtls_rsa_check_privkey to use new helper functions by Hanno Becker · 7 years ago
  47. d9431a7 Minor comments improvement by Hanno Becker · 7 years ago
  48. d363799 Add mbedtls_rsa_validate_crt by Hanno Becker · 7 years ago
  49. d56d83a Remove double-checking code from rsa_deduce_moduli and rsa_complete by Hanno Becker · 7 years ago
  50. 750e8b4 Rename rsa_check_params->rsa_validate_params and change error codes by Hanno Becker · 7 years ago
  51. fb81c0e Guard primality checks in RSA module by MBEDTLS_GENPRIME by Hanno Becker · 7 years ago
  52. b0c5edc Correct typo in rsa.h by Hanno Becker · 7 years ago
  53. ab37731 Add support for alternative RSA implementations by Hanno Becker · 7 years ago
  54. bf37b10 Add test run for RSA_NO_CRT to all.sh by Hanno Becker · 7 years ago
  55. 6345dd3 Adapt rsa_check_privkey to deal with NO_CRT option by Hanno Becker · 7 years ago
  56. bee3aae Adapt rsa_gen_key to deal with RSA_NO_CRT option by Hanno Becker · 7 years ago
  57. dc95c89 Adapt rsa_deduce_crt to deal with RSA_NO_CRT option by Hanno Becker · 7 years ago
  58. 33c30a0 Adapt rsa_copy and rsa_free to deal with RSA_NO_CRT option by Hanno Becker · 7 years ago
  59. 23344b5 Adapt rsa_complete to deal with RSA_NO_CRT option by Hanno Becker · 7 years ago
  60. 131134f Adapt RSA test suite to deal with RSA_NON_CRT option by Hanno Becker · 7 years ago
  61. 1a59e79 Remove CRT fields from RSA context if RSA_NO_CRT is defined by Hanno Becker · 7 years ago
  62. f073de0 Adapt rsa_genkey example program to use new RSA interface by Hanno Becker · 7 years ago
  63. 0c26393 Adapt rsa_encrypt example program to new RSA interface by Hanno Becker · 7 years ago
  64. d6ba5e3 Adapt rsa_sign example program to new RSA interface by Hanno Becker · 7 years ago
  65. ccef18c Adapt rsa_decrypt example program to new RSA interface by Hanno Becker · 7 years ago
  66. 40371ec Adapt key_app_writer example program to new RSA interface by Hanno Becker · 7 years ago
  67. 54ebf99 Adapt key_app example program to new RSA interface by Hanno Becker · 7 years ago
  68. 83aad1f Adapt gen_key example program to new RSA interface by Hanno Becker · 7 years ago
  69. c95fad3 Adapt dh_server example program to new RSA interface by Hanno Becker · 7 years ago
  70. ceb7a9d Adapt RSA test suites to new RSA interface by Hanno Becker · 7 years ago
  71. 6326a6d Adapt PKCS v21 test suite to new RSA interface by Hanno Becker · 7 years ago
  72. 6d43f9e Adapt PKCS v15 test suite to new RSA interface by Hanno Becker · 7 years ago
  73. d71dc15 Adapt PK test suite to use new interface by Hanno Becker · 7 years ago
  74. 15f81fa Adapt pkwrite.c to new RSA interface by Hanno Becker · 7 years ago
  75. d58c5b2 Adapt pkparse.c to new RSA interface by Hanno Becker · 7 years ago
  76. 6a1e7e5 Adapt pk_wrap.c to new RSA interface by Hanno Becker · 7 years ago
  77. 3a70116 Adapt RSA selftest to new RSA interface by Hanno Becker · 7 years ago
  78. ce00263 Add tests for rsa_check_params by Hanno Becker · 7 years ago
  79. f1b9a2c Add tests for rsa_export_raw by Hanno Becker · 7 years ago
  80. 417f2d6 Add tests for rsa_export by Hanno Becker · 7 years ago
  81. c77ab89 Add tests for rsa_import, rsa_import_raw and rsa_complete by Hanno Becker · 7 years ago
  82. e78fd8d Add tests for rsa_deduce_moduli by Hanno Becker · 7 years ago
  83. 6b4ce49 Add tests for rsa_deduce_private by Hanno Becker · 7 years ago
  84. 8fd5548 Minor formatting changes by Hanno Becker · 7 years ago
  85. 617c1ae Implement new RSA interface functions by Hanno Becker · 7 years ago
  86. cbb59bc Extend RSA interface to allow structure-independent setup by Hanno Becker · 7 years ago
  87. e2e8b8d Implement RSA helper functions by Hanno Becker · 7 years ago
  88. a3ebec2 Declare RSA helper functions by Hanno Becker · 7 years ago
  89. ab0a804 Fix merge errors in ChangeLog by Simon Butcher · 7 years ago
  90. 642ea1f Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  91. 487b7a9 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  92. eacc616 Add CRT DER tests with incorrect version by Andres AG · 8 years ago
  93. 2a9fd0e Add CRL DER tests with incorrect version by Andres AG · 8 years ago
  94. ae7b1c4 Add CSR DER tests with incorrect version by Andres AG · 8 years ago
  95. 853c46c Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  96. 4d90d56 Move the git scripts to correct path by Ron Eldor · 7 years ago
  97. ee16553 Update after @sbutcher-arm comments by Ron Eldor · 7 years ago
  98. 9508923 Fix slash direction for linux path by Ron Eldor · 7 years ago
  99. 84f986c Add note for the git_hoos README file by Ron Eldor · 7 years ago
  100. fcb7491 Pre push hook script by Ron Eldor · 8 years ago