1. b2eecc6 switch to mbedtls_pk_sigalg_t by Ben Taylor · 3 months ago
  2. 1819a91 Include limits.h where needed by Gilles Peskine · 3 months ago
  3. ed87da7 Merge remote-tracking branch 'restricted/development-restricted' into future_rc by Minos Galanakis · 4 months ago
  4. cd4c0d7 Move OID string definitions back to mbedtls/oid.h by Gilles Peskine · 5 months ago
  5. 47f1d7b Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL by Gilles Peskine · 5 months ago
  6. 86a47f8 Switch to "x509_oid.h" in code that uses OID functions by Gilles Peskine · 5 months ago
  7. 43a1e73 Fix undocumented free() in x509_string_to_names() by Manuel Pégourié-Gonnard · 5 months ago
  8. 0f6bc41 Update includes for each library file by Harry Ramsey · 1 year ago
  9. 3b71262 Remove MBEDTLS_OID_C guard from static functions by Harry Ramsey · 1 year, 1 month ago
  10. 3da783b Move static OID functions to x509.c by Sam Berry · 1 year, 1 month ago
  11. c71abc3 Move mbedtls_oid_from_numeric_string to x509_create.c by Sam Berry · 1 year, 3 months ago
  12. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 9 months ago
  13. 5caf20e Update fix to be more platform-independent by Jonathan Winzig · 1 year, 9 months ago
  14. 05c722b Fix Issue #8687 by Jonathan Winzig · 1 year, 9 months ago
  15. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 2 years ago
  16. 16799db update headers by Dave Rodgman · 2 years ago
  17. 515af1d Stop IAR warning about goto skipping variable definition by Dave Rodgman · 2 years ago
  18. 391dd7f Fix propagation of return value from parse_attribute_value_hex_der_encoded by Gilles Peskine · 2 years, 1 month ago
  19. 7f420fa parse_attribute_value_hex_der_encoded: clean up length validation by Gilles Peskine · 2 years, 1 month ago
  20. 7077781 Fix integer overflow with an input buffer larger than INT_MAX by Gilles Peskine · 2 years, 1 month ago
  21. 2566578 Rewrite parse_attribute_value_hex_der_encoded() by Gilles Peskine · 2 years, 1 month ago
  22. a72ea81 Remove double blank line in x509_create.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  23. 706a1c3 Fix code style by Agathiyan Bragadeesh · 2 years, 1 month ago
  24. c34804d Fix bug with checking max dn length with hexpairs by Agathiyan Bragadeesh · 2 years, 1 month ago
  25. fca0861 Add asn1 get tag and len to x509 create config by Agathiyan Bragadeesh · 2 years, 1 month ago
  26. a2423de Fix code style by Agathiyan Bragadeesh · 2 years, 2 months ago
  27. de02ee2 Refactor parse_attribute_value_string by Agathiyan Bragadeesh · 2 years, 2 months ago
  28. 1aece47 Make hexpair_to_int take a char pointer by Agathiyan Bragadeesh · 2 years, 2 months ago
  29. e9d1c8e Reword and reformat comments by Agathiyan Bragadeesh · 2 years, 2 months ago
  30. ef6abd4 Add blank lines after variable declarations by Agathiyan Bragadeesh · 2 years, 2 months ago
  31. 457ac84 Refactor previous fix by Agathiyan Bragadeesh · 2 years, 2 months ago
  32. 4c7d7bf Add guard for empty AttributeValue by Agathiyan Bragadeesh · 2 years, 2 months ago
  33. 15df012 Fix code style by Agathiyan Bragadeesh · 2 years, 2 months ago
  34. 4606bf3 Refactor reading AttributeValue in dn gets by Agathiyan Bragadeesh · 2 years, 2 months ago
  35. d9d79bb Rename parse_attribute_value_ber_encoded by Agathiyan Bragadeesh · 2 years, 2 months ago
  36. ba386ec Remove magic number for null tag by Agathiyan Bragadeesh · 2 years, 2 months ago
  37. 12b9d70 Remove x509_oid_from_numericoid by Agathiyan Bragadeesh · 2 years, 2 months ago
  38. fb94702 Add catch for alloc error x509_oid_from_numericoid by Agathiyan Bragadeesh · 2 years, 2 months ago
  39. 4294ccc Use mbedtls_calloc instead of calloc by Agathiyan Bragadeesh · 2 years, 2 months ago
  40. 55d9319 Fix oid memory leak by Agathiyan Bragadeesh · 2 years, 2 months ago
  41. f826d11 Reject null bytes in DER encoded values in DNs by Agathiyan Bragadeesh · 2 years, 2 months ago
  42. eb55867 Fix code style by Agathiyan Bragadeesh · 2 years, 2 months ago
  43. 9caaa6d Reject escaped null hexpairs in DNs by Agathiyan Bragadeesh · 2 years, 2 months ago
  44. 957ca05 Accept short name/ber encoded data in DNs by Agathiyan Bragadeesh · 2 years, 2 months ago
  45. 1798487 Change error from unknown oid to invalid name by Agathiyan Bragadeesh · 2 years, 2 months ago
  46. f88bd5a Accept any valid oid in string_to_names by Agathiyan Bragadeesh · 2 years, 2 months ago
  47. a7f9630 Remove duplicate '+' in comparison string by Agathiyan Bragadeesh · 2 years, 2 months ago
  48. e18a178 Use MBEDTLS_X509_MAX_DN_NAME_SIZE for buffer size by Agathiyan Bragadeesh · 2 years, 2 months ago
  49. ee642d9 Format preprocessor conditionals by Agathiyan Bragadeesh · 2 years, 2 months ago
  50. ed88eef Rename in_tag to in_attr_type by Agathiyan Bragadeesh · 2 years, 2 months ago
  51. 97178f2 Fix code style in mbedtls_x509_string_to_names by Agathiyan Bragadeesh · 2 years, 2 months ago
  52. 7f639fc Fix Windows x64 build errors with type conversions by Agathiyan Bragadeesh · 2 years, 2 months ago
  53. 39ba121 Fix memory leak in alternative code route by Agathiyan Bragadeesh · 2 years, 3 months ago
  54. f818e01 FIx memory leak in x509_attr_descr_from_numericoid; by Agathiyan Bragadeesh · 2 years, 3 months ago
  55. 4987c8f Fix code style on x509.c and x509_create.c by Agathiyan Bragadeesh · 2 years, 3 months ago
  56. 0eb6673 Add preprocessor config guards by Agathiyan Bragadeesh · 2 years, 3 months ago
  57. 6cbfae5 Parse DER tag mbedtls_x509_string_to_names by Agathiyan Bragadeesh · 2 years, 3 months ago
  58. b73778d Implement parse_attribute_value_ber_encoded by Agathiyan Bragadeesh · 2 years, 3 months ago
  59. e119f3c Refactor mbedtls_x509_string_to_names by Agathiyan Bragadeesh · 2 years, 3 months ago
  60. ef2decb Escape hexpairs characters RFC 4514 by Agathiyan Bragadeesh · 2 years, 3 months ago
  61. 48513b8 Escape special characters RFC 4514 by Agathiyan Bragadeesh · 2 years, 3 months ago
  62. a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years, 2 months ago
  63. 8fd98d6 Return an error when no name is parsed by David Horstmann · 2 years, 4 months ago
  64. 8bde649 Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 3 years ago
  65. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 9 months ago
  66. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  67. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  68. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  69. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  70. cec1c26 Break overly long line in library/x509_create.c by Hanno Becker · 7 years ago
  71. ee334a3 Remove Doxygen tags from documentation of private structure by Hanno Becker · 7 years ago
  72. 1624e2e Avoid overly long lines X.509 DN attr array def in x509_create.c by Hanno Becker · 7 years ago
  73. 35b6854 Replace reference to RFC 3280 by reference to newer RFC 5280 by Hanno Becker · 7 years ago
  74. cfc47ba Correct some indentation and line lengths in x509_create.c by Hanno Becker · 7 years ago
  75. d355e69 Rename `tag` to `default_tag` in x509_attr_descriptor_t by Hanno Becker · 7 years ago
  76. d2c9009 Improve documentation of x509_attr_descriptor_t by Hanno Becker · 7 years ago
  77. eba6c9b changes requested by @hanno-arm by thomas-dee · 7 years ago
  78. 020c823 fixed segmentation fault by tdoe · 7 years ago
  79. c150f0d fixed missing initializer by tdoe · 7 years ago
  80. 23f954d Fix string downcast to `PrintableString` as issued in #1033 by Jaeden Amero · 7 years ago
  81. 4dc9b39 Fix other occurrences of same bounds check issue by Manuel Pégourié-Gonnard · 10 years ago
  82. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  83. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  84. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  85. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  86. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 11 years ago
  87. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 11 years ago
  88. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 11 years ago
  89. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 11 years ago
  90. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  91. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  92. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  93. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  94. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  95. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  96. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  97. f3e5c22 Refactor x509_string_to_names(): data in a table by Manuel Pégourié-Gonnard · 11 years ago
  98. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  99. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  100. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago