1. 1854a0e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  2. 5a8fe05 Merge remote-tracking branch 'upstream-restricted/pr/401' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  3. 070c809 Adress Hannos's comments by Ron Eldor · 8 years ago
  4. 82a4b81 update after Andres comments by Ron Eldor · 8 years ago
  5. 4dc8af7 Backport 2.1:Set PEM buffer to zero before freeing by Ron Eldor · 8 years ago
  6. 246b163 Zeroize buf if mbedtls_base64_decode() fails by Andres Amaya Garcia · 8 years ago
  7. 4f02a7b Zeroize heap buf on failure in pem.c by Andres Amaya Garcia · 8 years ago
  8. 705cc65 Add missing ret code checks in PEM module by Andres AG · 8 years ago
  9. 480a958 Fix unused variable/function compilation warnings by Andres AG · 9 years ago
  10. c655972 Fix buffer overreads in mbedtls_pem_read_buffer() by Andres AG · 9 years ago
  11. a45aa13 Merge of IOTSSL-476 - Random malloc in pem_read() by Simon Butcher · 10 years ago
  12. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  13. 052d10c Accept a trailing space at end of PEM lines by Manuel Pégourié-Gonnard · 10 years ago
  14. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  15. ba56136 Avoid in-out length in base64 by Manuel Pégourié-Gonnard · 10 years ago
  16. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  17. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  18. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  19. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  20. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  21. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  22. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  23. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  24. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  25. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  26. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  27. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  28. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  29. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  30. 5b4af39 Add _init() and _free() for hash modules by Paul Bakker · 11 years ago
  31. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 11 years ago
  32. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  33. 14b16c6 Minor optimizations (original by Peter Vaskovic, modified by Paul Bakker) by Paul Bakker · 11 years ago
  34. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  35. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  36. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  37. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  38. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  39. 77e23fb Move *_pemify() function to PEM module by Paul Bakker · 12 years ago
  40. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  41. 7d4e5b7 Simplify password check in pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  42. f8648d5 Fix undocumented feature of pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  43. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  44. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  45. cf445ff Added missing free() by Paul Bakker · 12 years ago
  46. 00b2860 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  47. 3c2122f Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  48. 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
  49. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  50. 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
  51. 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