1. a836a84 Fix Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  2. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  3. 0a6743b Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  4. abaea61 Return an error when no name is parsed by David Horstmann · 2 years, 1 month ago
  5. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  6. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  7. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  8. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  9. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  10. cec1c26 Break overly long line in library/x509_create.c by Hanno Becker · 7 years ago
  11. ee334a3 Remove Doxygen tags from documentation of private structure by Hanno Becker · 7 years ago
  12. 1624e2e Avoid overly long lines X.509 DN attr array def in x509_create.c by Hanno Becker · 7 years ago
  13. 35b6854 Replace reference to RFC 3280 by reference to newer RFC 5280 by Hanno Becker · 7 years ago
  14. cfc47ba Correct some indentation and line lengths in x509_create.c by Hanno Becker · 7 years ago
  15. d355e69 Rename `tag` to `default_tag` in x509_attr_descriptor_t by Hanno Becker · 7 years ago
  16. d2c9009 Improve documentation of x509_attr_descriptor_t by Hanno Becker · 7 years ago
  17. eba6c9b changes requested by @hanno-arm by thomas-dee · 7 years ago
  18. 020c823 fixed segmentation fault by tdoe · 7 years ago
  19. c150f0d fixed missing initializer by tdoe · 7 years ago
  20. 23f954d Fix string downcast to `PrintableString` as issued in #1033 by Jaeden Amero · 7 years ago
  21. 4dc9b39 Fix other occurrences of same bounds check issue by Manuel Pégourié-Gonnard · 10 years ago
  22. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  23. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  24. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  25. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  26. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  27. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  28. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  29. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  30. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  31. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  32. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  33. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  34. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  35. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  36. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  37. f3e5c22 Refactor x509_string_to_names(): data in a table by Manuel Pégourié-Gonnard · 11 years ago
  38. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  39. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  40. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  41. 6384440 Better support for the different Attribute Types from IETF PKIX (RFC 5280) by Paul Bakker · 11 years ago
  42. 0767e67 Add support for 'emailAddress' to x509_string_to_names() by Paul Bakker · 11 years ago
  43. a9c16d2 Removed unused cur variable in x509_string_to_names() by Paul Bakker · 11 years ago
  44. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  45. 7b0be68 Support for serialNumber, postalAddress and postalCode in X509 names by Paul Bakker · 12 years ago
  46. 50dc850 Const correctness by Paul Bakker · 12 years ago
  47. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  48. fcc1721 Fixed const-correctness issues by Paul Bakker · 12 years ago
  49. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  50. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  51. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago