1. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  2. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  3. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  4. 1dc3725 Style: wrap a long line by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  5. bc3906c pem_pbkdf1(): optimize psa version by Przemek Stekiel · 3 years ago
  6. 0cd6f08 pem.c: fix style issues (redundant spaces) by Przemek Stekiel · 3 years ago
  7. d23a4ef pem.c: remove redundant compilation guard by Przemek Stekiel · 3 years ago
  8. 4092ff9 pem.c: add internal macro to increase code readability by Przemek Stekiel · 3 years ago
  9. 829e97d Fix include order by Przemek Stekiel · 3 years ago
  10. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  11. 81799fd pem.c, test_suite_pem: fix dependency MBEDTLS_HAS_ALG_MD5_VIA_MD_OR_PSA->MBEDTLS_HAS_ALG_MD5_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
  12. be92bee pem.c: Fix conditional compilation flags by Przemek Stekiel · 3 years ago
  13. a68d08f pem.c: adjust for bulid without md by Przemek Stekiel · 3 years ago
  14. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  15. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  16. 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 8 months ago
  17. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  18. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  19. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  20. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  21. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  22. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  23. a7b34c7 Merge remote-tracking branch 'upstream-public/pr/1406' into development-proposed by Gilles Peskine · 7 years ago
  24. a31d820 Merge remote-tracking branch 'upstream-public/pr/778' into development-proposed by Gilles Peskine · 7 years ago
  25. 060fe37 fix typo in pem.c by ILUXONCHIK · 7 years ago
  26. 66954e1 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  27. f1ee635 Style fixes in pem, x509_crl and buf_alloc by Andres Amaya Garcia · 8 years ago
  28. 9cf1f96 Fix corner case uses of memory_buffer_alloc.c by Andres AG · 8 years ago
  29. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  30. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  31. 7fb29b1 Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  32. 7ca6d1f Merge remote-tracking branch 'upstream-restricted/pr/399' into development-restricted by Gilles Peskine · 8 years ago
  33. 65112b1 Adress Hannos's comments by Ron Eldor · 8 years ago
  34. 9d84b4c update after Andres comments by Ron Eldor · 8 years ago
  35. 31162e4 Set PEM buffer to zero before freeing it by Ron Eldor · 8 years ago
  36. 92d46f0 Zeroize buf if mbedtls_base64_decode() fails by Andres Amaya Garcia · 8 years ago
  37. 8d08c44 Change pem to use new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  38. 03d7050 Zeroize heap buf on failure in pem.c by Andres Amaya Garcia · 8 years ago
  39. 51a7ae1 Add missing ret code checks in PEM module by Andres AG · 8 years ago
  40. c0db511 Fix unused variable/function compilation warnings by Andres AG · 9 years ago
  41. 703990b Fix buffer overreads in mbedtls_pem_read_buffer() by Andres AG · 9 years ago
  42. a45aa13 Merge of IOTSSL-476 - Random malloc in pem_read() by Simon Butcher · 10 years ago
  43. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  44. 052d10c Accept a trailing space at end of PEM lines by Manuel Pégourié-Gonnard · 10 years ago
  45. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  46. ba56136 Avoid in-out length in base64 by Manuel Pégourié-Gonnard · 10 years ago
  47. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  48. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  49. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  50. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  51. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  52. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  53. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  54. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  55. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  56. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  57. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  58. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  59. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  60. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  61. 5b4af39 Add _init() and _free() for hash modules by Paul Bakker · 11 years ago
  62. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 11 years ago
  63. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  64. 14b16c6 Minor optimizations (original by Peter Vaskovic, modified by Paul Bakker) by Paul Bakker · 11 years ago
  65. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  66. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  67. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  68. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  69. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  70. 77e23fb Move *_pemify() function to PEM module by Paul Bakker · 12 years ago
  71. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  72. 7d4e5b7 Simplify password check in pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  73. f8648d5 Fix undocumented feature of pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  74. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  75. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  76. cf445ff Added missing free() by Paul Bakker · 12 years ago
  77. 00b2860 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  78. 3c2122f Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  79. 6c0ceb3 - Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error by Paul Bakker · 14 years ago
  80. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  81. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  82. 96743fc - Parsing of PEM files moved to separate module (Fixes ticket #13). Also possible to remove PEM support for systems only using DER encoding by Paul Bakker · 14 years ago