1. c9f4040 Switch pkparse to use new mbedtls_pkcs5_pbes2_ext function by Waleed Elmelegy · 2 years ago
  2. c5fef82 Fix typo in pkcs5.c by Waleed-Ziad Maamoun-Elmelegy · 1 year, 11 months ago
  3. 79b6e26 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 1 year, 11 months ago
  4. 5d3f315 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  5. 115784b Merge pull request #1040 from waleed-elmelegy-arm/development-restricted by Janos Follath · 2 years ago
  6. f3fafc3 Fix CI errors related pkcs5_pbe changes by Waleed Elmelegy · 2 years ago
  7. 708d78f Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years ago
  8. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  9. e59b9d4 Fix some compiler type warnings by Dave Rodgman · 2 years, 1 month ago
  10. bb521fd Don't directly access iv_size by Dave Rodgman · 2 years, 1 month ago
  11. 9282d4f Don't directly access key_bitlen by Dave Rodgman · 2 years, 1 month ago
  12. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  13. a5f0462 PKCS5: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  14. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  15. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  16. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  17. 6921959 Remove unused variable by Dave Rodgman · 2 years, 8 months ago
  18. 74b345f Use mbedtls_xor in PKCS #5 by Dave Rodgman · 2 years, 8 months ago
  19. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  20. 216baca pkcs5: improve error handling by Andrzej Kurek · 2 years, 11 months ago
  21. e3d544c Minor PKCS5 improvements by Andrzej Kurek · 2 years, 11 months ago
  22. 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 2 years, 11 months ago
  23. f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 2 years, 11 months ago
  24. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 2 years, 11 months ago
  25. 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 2 years, 11 months ago
  26. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 2 years, 11 months ago
  27. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  28. bbc6032 Merge pull request #731 from gabor-mezei-arm/692_missing_zeroizations_of_sensitive_data by Gilles Peskine · 4 years, 11 months ago
  29. b8513fa Initialize return variable to the appropriate error code by gabor-mezei-arm · 5 years ago
  30. 4553dd4 Force cleanup before return by gabor-mezei-arm · 5 years ago
  31. 76749ae Zeroize internal buffers and variables in PKCS and SHA by gabor-mezei-arm · 5 years ago
  32. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  33. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  34. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  35. 7165749 Improve speed of PBKDF2 by caching the digest state of the passphrase by Jack Lloyd · 6 years ago
  36. ee3c435 Whitespace fix for ccm, gcm, and pkcs5 by Andrzej Kurek · 7 years ago
  37. c79e92b Rename remaining test data by Michał Janiszewski · 7 years ago
  38. 9aeea93 Rename globals to avoid shadowing by various function arguments by Michał Janiszewski · 7 years ago
  39. 1ea604d Guard mbedtls_pkcs5_pbes2() by MBEDTLS_ASN1_PARSE_C by Hanno Becker · 7 years ago
  40. 45b79cf Treat warnings as errors for IAR by Azim Khan · 7 years ago
  41. af9a486 Fix coding style in pkcs5.c preprocessor directives by Andres Amaya Garcia · 7 years ago
  42. 8a0dfac Compile PBES2 in PKCS5 only if ASN1 is enabled by Marcos Del Sol Vives · 9 years ago
  43. 12ccef2 pkcs5v2: add support for additional hmacSHA algorithms by Antonio Quartulli · 8 years ago
  44. 4400ecc Fix output of PKCS#5 and RIPEMD-160 self tests by Paul Bakker · 9 years ago
  45. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  46. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  47. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  48. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  49. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  50. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  51. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  52. 6e06437 Reverse meaning of OID_CMP by Manuel Pégourié-Gonnard · 10 years ago
  53. 8d92ced Fix constness issue in pkcs5_pbes2() by Manuel Pégourié-Gonnard · 10 years ago
  54. 57a26da Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  55. 28122e4 Add missing 'const' on selftest data by Manuel Pégourié-Gonnard · 10 years ago
  56. 73ed39d Remove slow PKCS5 test by Manuel Pégourié-Gonnard · 10 years ago
  57. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  58. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  59. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  60. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  61. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  62. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  63. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  64. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  65. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  66. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  67. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  68. 1b4eda3 pkcs5.c: fix dead store: return proper exit status by Alfred Klomp · 11 years ago
  69. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  70. edc3ab2 Small cleanup: less side-effects by Manuel Pégourié-Gonnard · 11 years ago
  71. 90dac90 Small code simplification in pkcs5_pbes2() by Manuel Pégourié-Gonnard · 11 years ago
  72. 66aca93 Add tests for pkcs5_pbes2 by Manuel Pégourié-Gonnard · 11 years ago
  73. 2a8afa9 pkcs5_self_test depends on SHA1 by Manuel Pégourié-Gonnard · 11 years ago
  74. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  75. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  76. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  77. c3f89aa Removed word 'warning' from PKCS#5 selftest (buildbot warning as a result) by Paul Bakker · 11 years ago
  78. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  79. 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
  80. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  81. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  82. dd0f57f Check key size in cipher_setkey() by Manuel Pégourié-Gonnard · 12 years ago
  83. aa9ffc5 Split tag handling out of cipher_finish() by Manuel Pégourié-Gonnard · 12 years ago
  84. 2adc40c Split cipher_update_ad() out or cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  85. a235b5b Fix iv_len interface. by Manuel Pégourié-Gonnard · 12 years ago
  86. 9c853b9 Split cipher_set_iv() out of cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  87. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  88. 4632083 Removed memory leaks in PKCS#5 functions by Paul Bakker · 12 years ago
  89. f863485 Remove memory leak in PKCS#5 self test by Paul Bakker · 12 years ago
  90. f8d018a Made asn1_get_alg() and asn1_get_alg_null() as generic functions by Paul Bakker · 12 years ago
  91. 9b5e885 PKCS#5 PBES2 now uses OID database for algorithm detection by Paul Bakker · 12 years ago
  92. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  93. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago