1. 917969e Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 8 years ago
  2. bb709d7 Fix build without MBEDTLS_FS_IO by Gilles Peskine · 8 years ago
  3. d3dd8d2 Merge remote-tracking branch 'upstream-restricted/pr/387' into mbedtls-1.3-restricted by Gilles Peskine · 8 years ago
  4. 20f4c78 Correct parsing checks in `pk_parse_key` by Hanno Becker · 8 years ago
  5. 1d23339 Remove unreachable branches in pkparse.c by Hanno Becker · 8 years ago
  6. 1f30fa1 Remove unnecessary cast by Hanno Becker · 8 years ago
  7. b299a37 Add missing calls to pem_free in pk_parse by Hanno Becker · 8 years ago
  8. 713c9e1 Use in-place decryption in pk_parse_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  9. ff13995 Zeroize return buf on failure in pkparse.c by Andres Amaya Garcia · 8 years ago
  10. e6c8366 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  11. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  12. a2424a0 PKCS8 encrypted key depend on PKCS5 or PKCS12 by Manuel Pégourié-Gonnard · 11 years ago
  13. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  14. 7f84905 Fix two warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  15. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  16. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  17. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  18. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  19. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  20. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  21. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  22. 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
  23. 66e20c6 Fix warning and typo->error. by Manuel Pégourié-Gonnard · 11 years ago
  24. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  25. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  26. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  27. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  28. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  29. f4cf80b Restructured pk_parse_key_pkcs8_encrypted_der() to prevent unreachable code by Paul Bakker · 11 years ago
  30. 5b8c409 Fix a warning (theoretical uninitialised variable) by Manuel Pégourié-Gonnard · 11 years ago
  31. 6fac351 Make support for SpecifiedECDomain optional by Manuel Pégourié-Gonnard · 11 years ago
  32. 5246ee5 Work around compressed EC public key in some cases by Manuel Pégourié-Gonnard · 11 years ago
  33. eab20d2 Implement parsing SpecifiedECParameters by Manuel Pégourié-Gonnard · 11 years ago
  34. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  35. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  36. 1032c1d Fix some dependencies and warnings in small config by Manuel Pégourié-Gonnard · 12 years ago
  37. ff29f9c Compute public key if absent when reading EC key by Manuel Pégourié-Gonnard · 12 years ago
  38. da77115 Changed pk_parse_get_pubkey() to pk_parse_subpubkey() by Paul Bakker · 12 years ago
  39. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  40. 4606c73 Added POLARSSL_PK_PARSE_C and POLARSSL_PK_WRITE_C by Paul Bakker · 12 years ago
  41. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago