1. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  2. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  3. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  4. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  5. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  6. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  7. 77e23fb Move *_pemify() function to PEM module by Paul Bakker · 12 years ago
  8. 7d4e5b7 Simplify password check in pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  9. f8648d5 Fix undocumented feature of pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  10. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  11. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  12. 00b2860 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  13. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  14. 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
  15. 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