1. 7b1b9de psa_crypto_helpers: enhance definitions for static key slot related test symbols by Valerio Setti · 10 months ago
  2. ba98d5b test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value by Valerio Setti · 12 months ago
  3. 9c4dd4e Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  4. 786dff6 Use large enough keys when testing parsing of non-word-aligned RSA sizes by Gilles Peskine · 1 year, 3 months ago
  5. 09569d1 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 4 months ago
  6. 34a074a Add missing dependency on PEM by Gilles Peskine · 1 year, 6 months ago
  7. 92fb604 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  8. 791fc2e Merge remote-tracking branch 'upstream/development' into pkcs5_aes_new by Ryan Everett · 1 year, 6 months ago
  9. a8082c4 Add MBEDTLS_CIPHER_C dependencies to new pkparse tests by Ryan Everett · 1 year, 6 months ago
  10. 9ae3270 Add missing dependencies for pkparse tests by Ryan Everett · 1 year, 6 months ago
  11. 6def24c test_suite_[pkparse/rsa]: move RSA private key parsing tests by Valerio Setti · 1 year, 6 months ago
  12. d00a138 Change test data for pkparse aes by Ryan Everett · 1 year, 7 months ago
  13. 1f935f5 Add AES tests to test_suite_pkparse by Ryan Everett · 1 year, 7 months ago
  14. e581e14 oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C by Valerio Setti · 1 year, 7 months ago
  15. 67fb0e2 Merge remote-tracking branch 'dev' into fix-MBEDTLS_HAS_MD5_VIA_LOWLEVEL_OR_PSA by Gilles Peskine · 1 year, 9 months ago
  16. 010f035 Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Gilles Peskine · 1 year, 10 months ago
  17. 1a3ad26 Merge branch 'development-restricted' into mbedtls-3.5.0rc0-pr by Minos Galanakis · 1 year, 10 months ago
  18. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  19. 6d809cc lib/test: use new internal helpers in library's code and tests by Valerio Setti · 2 years ago
  20. 9d4d8eb Add PKCS5/12 dependecies to pkparse tests by Waleed Elmelegy · 1 year, 11 months ago
  21. 15bcf38 Add test pkparse test dependencies by Waleed Elmelegy · 1 year, 11 months ago
  22. 1db5cda Add tests to test pkcs8 parsing of encrypted keys by Waleed Elmelegy · 1 year, 11 months ago
  23. 1bdd76e Update old dependency to MBEDTLS_MD_CAN by Gilles Peskine · 2 years ago
  24. 1e6063c test: set MBEDTLS_ECP_DP dependency also for Montgomery curves by Valerio Setti · 2 years, 1 month ago
  25. d476faa test: add more tests for Montgomery's invalid masks by Valerio Setti · 2 years, 1 month ago
  26. aed8799 test: verify that Montgomery keys can be fixed on parsing by Valerio Setti · 2 years, 1 month ago
  27. 4a09dcc test: replace ECP_DP_CURVE25519_ENABLED with PSA_WANT_ECC_MONTGOMERY_255 by Valerio Setti · 2 years, 1 month ago
  28. ef80d11 test: add proper key requirements in X25519 key parsing tests by Valerio Setti · 2 years, 1 month ago
  29. 0a92121 test: test of Montgomery keys with uncorrect bits whenever PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  30. 4b3c02b test: remove duplicate PK_HAVE_ECC_KEYS dependency in pkparse suite by Valerio Setti · 2 years, 2 months ago
  31. 545a0d6 test: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  32. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  33. aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  34. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  35. ed25edb test_suite_pkparse: fix failure by Valerio Setti · 2 years, 3 months ago
  36. 4823d5f Merge branch 'Mbed-TLS:development' into update-pkparse-tests-to-use-AES by Mukesh Bharsakle · 2 years, 3 months ago
  37. ecb6a02 Add AES 128-bit key dependency for tests data by Yanray Wang · 2 years, 4 months ago
  38. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 4 months ago
  39. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  40. 1a4cc5e updating test-ca.key to use AES instead of DES by Mukesh Bharsakle · 2 years, 4 months ago
  41. 0b8095d PK: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  42. de7bb5b test: add failing check for secp224r1 with compressed format by Valerio Setti · 2 years, 6 months ago
  43. c60611b test: check pkparse with compressed ec by Valerio Setti · 2 years, 7 months ago
  44. c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
  45. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  46. bc0509a test_suite_pem, test_suite_pkparse: Adjust dependecies by Przemek Stekiel · 3 years ago
  47. 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
  48. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  49. b282769 Remove spurious dependencies on PEM by Gilles Peskine · 4 years, 2 months ago
  50. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  51. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  52. 9bbe328 Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  53. b65370f Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  54. 86a39bd Improve readability of test dependencies by Manuel Pégourié-Gonnard · 6 years ago
  55. 6ba5a3f Declare test dependencies on !SHA512_NO_SHA384 by Manuel Pégourié-Gonnard · 6 years ago
  56. 5f26b11 Change test dependencies to RC4 from DES by Simon Butcher · 7 years ago
  57. d2df936 Fix parsing of PKCS#8 encoded Elliptic Curve keys. by Jethro Beekman · 7 years ago
  58. 24b2d6f Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed by Jaeden Amero · 7 years ago
  59. bb50113 Rename test and update dependencies by Sanne Wouda · 8 years ago
  60. 90da97d Add test case found through fuzzing to pkparse test suite by Sanne Wouda · 8 years ago
  61. e6844cc Merge branch 'pr_1135' into development-proposed by Gilles Peskine · 7 years ago
  62. 8d7d1ea tests_suite_pkparse: new PKCS8-v2 keys with PRF != SHA1 by Antonio Quartulli · 8 years ago
  63. 9566ff7 Fix minor issues raised in PR review by Ron Eldor · 7 years ago
  64. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  65. 3f2da84 Resolve PR review comments by Ron Eldor · 8 years ago
  66. 5472d43 Fix issues when `MBEDTLS_PEM_PARSE_C` not defined by Ron Eldor · 8 years ago
  67. b006518 Resolve PR review comments by Ron Eldor · 8 years ago
  68. e167fe6 Correct pkparse test case to lead to failure for MBEDTLS_RSA_NO_CRT by Hanno Becker · 8 years ago
  69. d0c56de Add support for public keys encoded with PKCS#1 by Ron Eldor · 8 years ago
  70. 21acb66 Correct typo: PBDFK -> PBKDF by Hanno Becker · 8 years ago
  71. 08a36dd Unify naming schemes for RSA keys by Hanno Becker · 8 years ago
  72. 5a4f172 Add suffix for 1024-bit RSA key files by Hanno Becker · 8 years ago
  73. 55b1a0a Add further tests for DER-encoded PKCS8-v2-DES encrypted RSA keys by Hanno Becker · 8 years ago
  74. 7d10825 Add further tests for new RSA keys by Hanno Becker · 8 years ago
  75. 37c6b6b Add tests for encrypted 2048 and 4096-bit RSA keys by Hanno Becker · 8 years ago
  76. b5ba28c Fix failing pkparse test case by Andres AG · 8 years ago
  77. 00cb9c5 Added needed HASH dependencies to tests/suites/test_suite_pkparse.data by palaviv · 9 years ago
  78. e1e5871 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  79. 924cd10 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  80. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  81. a11a77f Add test for SpecifiedECDomain by Manuel Pégourié-Gonnard · 11 years ago
  82. 48ac3db Add OIDs for brainpool curves by Manuel Pégourié-Gonnard · 12 years ago
  83. 4fee79b Fix some more depend issues by Manuel Pégourié-Gonnard · 12 years ago
  84. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  85. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  86. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago