1. d527896 Switch pkparse to use new mbedtls_pkcs12_pbe_ext function by Waleed Elmelegy · 1 year, 11 months ago
  2. 57d09b7 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
  3. e1cb35b Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  4. 255db80 Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  5. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  6. e59b9d4 Fix some compiler type warnings by Dave Rodgman · 2 years, 1 month ago
  7. 3b46b77 code style by Dave Rodgman · 2 years, 1 month ago
  8. bb521fd Don't directly access iv_size by Dave Rodgman · 2 years, 1 month ago
  9. 9282d4f Don't directly access key_bitlen by Dave Rodgman · 2 years, 1 month ago
  10. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  11. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  12. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  13. be97afe PKCS12: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  14. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  15. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  16. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  17. e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
  18. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  19. a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 3 months ago
  20. 2fd6b61 Remove incorrect hashing by Paul Elliott · 3 years, 8 months ago
  21. 7298bef Add explanation for safety in function by Paul Elliott · 3 years, 8 months ago
  22. 4086bdb Better fix for empty password / salt by Paul Elliott · 3 years, 9 months ago
  23. 853c0da Fix for pkcs12 with NULL or zero length password by Paul Elliott · 3 years, 9 months ago
  24. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
  25. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  26. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  27. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  28. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  29. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  30. 8a89f9f Make PBE-related parts of PKCS12 depend on MBEDTLS_ASN1_PARSE_C by Hanno Becker · 7 years ago
  31. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  32. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  33. 409401c Shut up a few clang-analyze warnings about use of uninitialized variables by Nicholas Wilson · 9 years ago
  34. d02a1da Fix stack buffer overflow in pkcs12 by Manuel Pégourié-Gonnard · 10 years ago
  35. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  36. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  37. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  38. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  39. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  40. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  41. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  42. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  43. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  44. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  45. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  46. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  47. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  48. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  49. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  50. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  51. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  52. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  53. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 11 years ago
  54. 91c301a Zeroize values in PKCS#12 operations by Paul Bakker · 11 years ago
  55. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  56. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  57. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  58. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  59. dd0f57f Check key size in cipher_setkey() by Manuel Pégourié-Gonnard · 12 years ago
  60. aa9ffc5 Split tag handling out of cipher_finish() by Manuel Pégourié-Gonnard · 12 years ago
  61. 2adc40c Split cipher_update_ad() out or cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  62. a235b5b Fix iv_len interface. by Manuel Pégourié-Gonnard · 12 years ago
  63. 9c853b9 Split cipher_set_iv() out of cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  64. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  65. bd55244 Removed memory leak in PKCS#12 code by Paul Bakker · 12 years ago
  66. f8d018a Made asn1_get_alg() and asn1_get_alg_null() as generic functions by Paul Bakker · 12 years ago
  67. 38b50d7 Moved PKCS#12 PBE functions to cipher / md layer where possible by Paul Bakker · 12 years ago
  68. 531e294 Fixed location of brackets in pkcs12.c by Paul Bakker · 12 years ago
  69. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago