1. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  2. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  3. 7d5a55a Remove dependency on sscanf in lib x509 by Rich Evans · 10 years ago
  4. fac657f modify library/x509*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  5. 36796df Added missing stdio in lib x509.c needed for sscanf by Rich Evans · 10 years ago
  6. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  7. 555fbf8 Support composite RDNs in X.509 certs parsing by Manuel Pégourié-Gonnard · 10 years ago
  8. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  9. 7cbe131 Fix more stdio inclusion issues by Manuel Pégourié-Gonnard · 11 years ago
  10. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  11. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  12. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  13. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  14. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  15. 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
  16. d681443 Fix potential stack overflow by Manuel Pégourié-Gonnard · 11 years ago
  17. 5d86185 Fix memory leak while parsing some X.509 certs by Manuel Pégourié-Gonnard · 11 years ago
  18. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 11 years ago
  19. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  20. 1c082f3 Update description and references for X.509 files by Manuel Pégourié-Gonnard · 11 years ago
  21. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  22. db20c10 Add #endif comments for #endif more than 10 lines from #if / #else by Paul Bakker · 11 years ago
  23. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  24. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  25. 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 11 years ago
  26. f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  27. 78117d5 Consider trailerField a constant by Manuel Pégourié-Gonnard · 11 years ago
  28. cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  29. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  30. 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  31. 9c9cf5b More checks for length match in rsassa-pss params by Manuel Pégourié-Gonnard · 12 years ago
  32. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  33. f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  34. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  35. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  36. 2a024ac Merge dependency fixes by Paul Bakker · 11 years ago
  37. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  38. 3d41370 Fix hash dependencies in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  39. 9655e45 Reject certificates with times not in UTC by Manuel Pégourié-Gonnard · 11 years ago
  40. 0776a43 Use UTC to heck certificate validity by Manuel Pégourié-Gonnard · 11 years ago
  41. 5fff23b x509_get_current_time() uses localtime_r() to prevent thread issues by Paul Bakker · 11 years ago
  42. 6304f78 Add x509_time_future() by Manuel Pégourié-Gonnard · 11 years ago
  43. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  44. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  45. 27b93ad Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  46. 5cac583 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  47. ce7c6fd Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  48. b7de86d More checks for length match in rsassa-pss params by Manuel Pégourié-Gonnard · 12 years ago
  49. 3c1e8b5 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  50. d9fd87b Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  51. b1d4eb1 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  52. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  53. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  54. b6b0956 Rm of memset instead of x509_crt_init() by Paul Bakker · 12 years ago
  55. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  56. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  57. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  58. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  59. e9e6ae3 Moved x509_self_test() from x509_crt.c to x509.c and fixed mem-free bug by Paul Bakker · 12 years ago
  60. d1a983f Removed x509parse key functions and moved them to compat-1.2.h by Paul Bakker · 12 years ago
  61. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago