1. a7f651c Merge pull request #8804 from valeriosetti/issue8799 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8804-9fb53a9e26d10cc9da555f1abeadeeec5ee33960
  2. 19f1adf New function mbedtls_rsa_get_bitlen() by Gilles Peskine · 1 year, 6 months ago
  3. 9de84bd rsa: reject buffers with data outside main SEQUENCE when parsing keys by Valerio Setti · 1 year, 6 months ago
  4. fe329ce rsa: handle buffer length similarly in private and public key parsing by Valerio Setti · 1 year, 6 months ago
  5. 45c33ed test_suite_rsa: fix data for "extra integer outside the SEQUENCE" by Valerio Setti · 1 year, 6 months ago
  6. 684d78f test_suite_rsa: improve key parsing tests for extra data by Valerio Setti · 1 year, 6 months ago
  7. a888645 test_suite_rsa: add test for key write with incremental output size by Valerio Setti · 1 year, 6 months ago
  8. 91372f5 test_suite_rsa: add more test cases for RSA key parsing by Valerio Setti · 1 year, 6 months ago
  9. 6d597f1 test_suite_rsa: extend rsa_parse_pkcs1_key adding tests for public key by Valerio Setti · 1 year, 6 months ago
  10. 6def24c test_suite_[pkparse/rsa]: move RSA private key parsing tests by Valerio Setti · 1 year, 6 months ago
  11. 1533c3f test_suite_rsa: improve rsa_parse_write_pkcs1_key() adding more checks by Valerio Setti · 1 year, 6 months ago
  12. 8e6093d test_suite_rsa: add some basic testing of new parse/write priv/pub keys by Valerio Setti · 1 year, 7 months ago
  13. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
  14. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years, 1 month ago
  15. ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years, 1 month ago
  16. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
  17. c1f1044 RSA: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  18. 3ccc116 Apply test data changes for conflicting cases by Werner Lewis · 3 years ago
  19. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  20. 73692b7 Rework macros expressing dependencies by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  21. 236c4e2 Adjust test dependencies after last commit by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  22. a4aa12f Rm useless use of MD in RSA test functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  23. 058d009 Add RSA tests with message=0 by Gilles Peskine · 4 years, 2 months ago
  24. 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
  25. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  26. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  27. 9b279f9 Removal of the rsa_invalid_param() from the test by TRodziewicz · 4 years, 2 months ago
  28. 2d0769d Simplification of the tests by TRodziewicz · 4 years, 2 months ago
  29. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
  30. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  31. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 4 months ago
  32. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  33. 914afe1 Add init-free tests for RSA by Gilles Peskine · 4 years, 6 months ago
  34. 86a39bd Improve readability of test dependencies by Manuel Pégourié-Gonnard · 6 years ago
  35. 6ba5a3f Declare test dependencies on !SHA512_NO_SHA384 by Manuel Pégourié-Gonnard · 6 years ago
  36. fdc15bd Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  37. 5d9c963 Add support for RSA PKCSv1.5 signatures using RIPEMD-160 by Jack Lloyd · 6 years ago
  38. 730ecdf Merge remote-tracking branch 'origin/pr/2371' into development by Jaeden Amero · 7 years ago
  39. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  40. 38cb940 Merge remote-tracking branch 'public/pr/2231' into development by Simon Butcher · 7 years ago
  41. 046d202 Test parameter validation for RSA module by Hanno Becker · 7 years ago
  42. d5062de Add conditional dependency to tests by Ron Eldor · 7 years ago
  43. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  44. 392267a Fix missing data in the RSA test vectors file by Azim Khan · 8 years ago
  45. 71b0060 Merge branch 'development' into iotssl-247 by Hanno Becker · 8 years ago
  46. d4d6057 Address issues found by coverity by Hanno Becker · 8 years ago
  47. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  48. dfd15b3 Add toy example triggering early abort in `mbedtls_rsa_deduce_primes` by Hanno Becker · 8 years ago
  49. 7643d4e Fix number of loop iterations in `mbedtls_deduce_primes` by Hanno Becker · 8 years ago
  50. 04877a4 Adapt `rsa_import` tests to weakened semantics of `rsa_complete` by Hanno Becker · 8 years ago
  51. b04e2c3 Allow comments in test data files by Gilles Peskine · 8 years ago
  52. 0f65e0c Rename `rsa_deduce_moduli` to `rsa_deduce_primes` by Hanno Becker · 8 years ago
  53. 8ba6ce4 Rename `rsa_deduce_private` to `rsa_deduce_private_exponent` by Hanno Becker · 8 years ago
  54. db13cef Correct typo in RSA test suite data by Hanno Becker · 8 years ago
  55. c21a8db Adapt test suites to modified error codes by Hanno Becker · 8 years ago
  56. 558477d Add tests for non-reduced length encoding in PKCS1 v15 signatures by Hanno Becker · 8 years ago
  57. 26182ed Allow comments in test data files by Gilles Peskine · 8 years ago
  58. e1582a8 Add expectation when testing RSA key import/export by Hanno Becker · 8 years ago
  59. 54cfc58 Add test cases for mbedtls_rsa_import[_raw] where N is missing by Hanno Becker · 8 years ago
  60. 750e8b4 Rename rsa_check_params->rsa_validate_params and change error codes by Hanno Becker · 8 years ago
  61. 131134f Adapt RSA test suite to deal with RSA_NON_CRT option by Hanno Becker · 8 years ago
  62. ce00263 Add tests for rsa_check_params by Hanno Becker · 8 years ago
  63. f1b9a2c Add tests for rsa_export_raw by Hanno Becker · 8 years ago
  64. 417f2d6 Add tests for rsa_export by Hanno Becker · 8 years ago
  65. c77ab89 Add tests for rsa_import, rsa_import_raw and rsa_complete by Hanno Becker · 8 years ago
  66. e78fd8d Add tests for rsa_deduce_moduli by Hanno Becker · 8 years ago
  67. 6b4ce49 Add tests for rsa_deduce_private by Hanno Becker · 8 years ago
  68. c1380de RSA PKCS1v1.5 verification: check padding length by Manuel Pégourié-Gonnard · 8 years ago
  69. ef44178 Restore P>Q in RSA key generation (#558) by Janos Follath · 9 years ago
  70. 3f5c875 Adds test for odd bit length RSA key size by Simon Butcher · 9 years ago
  71. 4d04cdc Fix RSA mutex fix by Manuel Pégourié-Gonnard · 10 years ago
  72. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  73. 2f8d1f9 Add rsa_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
  74. da1b4de Increase MPI_MAX_BYTES to allow RSA 8192 by Manuel Pégourié-Gonnard · 11 years ago
  75. 24f37cc rsa_check_pubkey() now allows an E up to N by Paul Bakker · 11 years ago
  76. a0d758b Fix typo in test dependency by Manuel Pégourié-Gonnard · 12 years ago
  77. 48377d9 Configuration option to enable/disable POLARSSL_PKCS1_V15 operations by Paul Bakker · 12 years ago
  78. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  79. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  80. 31417a7 - Fixed tests for enhanced rsa_check_privkey() by Paul Bakker · 13 years ago
  81. 40dd530 - Fixed test on Big Endian systems (Fixed Ticket #54) by Paul Bakker · 13 years ago
  82. c0a1a31 - Moved test to entropy and CTR_DRBG by Paul Bakker · 14 years ago
  83. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  84. 335db3f - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO by Paul Bakker · 14 years ago
  85. b3dcbc1 - Made function resilient to endianness differences. by Paul Bakker · 14 years ago
  86. 997bbd1 - Removed dependency of tests on rand() - Added pseudo-random helper function by Paul Bakker · 14 years ago
  87. 9dcc322 - Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP and RSASSA-PSS operations (enabled by POLARSSL_PKCS1_V21) by Paul Bakker · 14 years ago
  88. a665685 - Added rsa random deadlock test by Paul Bakker · 15 years ago
  89. 46b8071 - Added 'depends_on' for tests dependent on specific hash algorithms by Paul Bakker · 16 years ago
  90. 345fb49 - Added extra coverage and regression tests by Paul Bakker · 16 years ago
  91. 38e2b48 - Fixed typo in name of POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE. by Paul Bakker · 16 years ago
  92. 821fb08 - Added extra tests (result of coverage) by Paul Bakker · 16 years ago
  93. 37940d9f - Added test coverage for X509parse by Paul Bakker · 16 years ago
  94. 42a29bf - Added test suite for RSA and PKCS#1 by Paul Bakker · 16 years ago