1. 14b16c6 Minor optimizations (original by Peter Vaskovic, modified by Paul Bakker) by Paul Bakker · 11 years ago
  2. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  3. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  4. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  5. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 12 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. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  9. 7d4e5b7 Simplify password check in pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  10. f8648d5 Fix undocumented feature of pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  11. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  12. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  13. cf445ff Added missing free() by Paul Bakker · 12 years ago
  14. 00b2860 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  15. 3c2122f Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  16. 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
  17. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  18. 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
  19. 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