1. cd4c0d7 Move OID string definitions back to mbedtls/oid.h by Gilles Peskine · 3 months ago
  2. 532e3ee Switch library and tests to the x509_oid module by Gilles Peskine · 3 months ago
  3. 86a47f8 Switch to "x509_oid.h" in code that uses OID functions by Gilles Peskine · 3 months ago
  4. d24dfad library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets() by Valerio Setti · 3 months ago
  5. 68878cc library: x509: simplify RSA-PSS management by Valerio Setti · 4 months ago
  6. b5c079b fix: rename BEFORE_COLON and BC to avoid conflicts by Stefan Gloor · 5 months ago
  7. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  8. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  9. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  10. 4dec9eb Merge pull request #8378 from mschulz-at-hilscher/fixes/issue-8377 by Gilles Peskine · 1 year, 9 months ago
  11. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  12. edc32ea Uncrustified by Matthias Schulz · 1 year, 10 months ago
  13. ab40822 Added parameters to add callback function to handle unsupported extensions. Similar to how the callback functions work when parsing certificates. Also added new test cases. by Matthias Schulz · 1 year, 10 months ago
  14. 873a202 Now handling critical extensions similarly to how its done in x509_get_crt_ext just without the callback function to handle unknown extensions. by Matthias Schulz · 1 year, 10 months ago
  15. cc923f3 Added missing like between variables and function body. by Matthias Schulz · 1 year, 10 months ago
  16. adb3cc4 Fixes #8377. by Matthias Schulz · 1 year, 10 months ago
  17. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years, 1 month ago
  18. 36ad5e7 Fix code style by Przemek Stekiel · 2 years, 6 months ago
  19. 94e21e1 Skip unsupported extensions by Przemek Stekiel · 2 years, 6 months ago
  20. a468768 Dealocate memory for subject alt names by Przemek Stekiel · 2 years, 6 months ago
  21. 86d1946 Fix error codes returned on failures by Przemek Stekiel · 2 years, 6 months ago
  22. 21c3728 Adapt function names by Przemek Stekiel · 2 years, 7 months ago
  23. cbaf316 mbedtls_x509_csr_info: Add parsing code for v3 csr extensions by Przemek Stekiel · 2 years, 7 months ago
  24. 2d9e359 Parsing v3 extensions from a CSR by Jens Alfke · 6 years ago
  25. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  26. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  27. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  28. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  29. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  30. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  31. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  32. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  33. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  34. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  35. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  36. e1660af Fix CSR parsing header call by Simon Butcher · 7 years ago
  37. 0488ce6 Add support for alternative CSR headers by Simon Butcher · 7 years ago
  38. 034e139 Merge remote-tracking branch 'public/pr/1621' into development by Simon Butcher · 7 years ago
  39. 21f73b5 Coding style by Philippe Antoine · 7 years ago
  40. c03059d Simplify code in mbedtls_x509_csr_parse by Philippe Antoine · 7 years ago
  41. 6087f20 Fix memory leak in mbedtls_x509_csr_parse by Philippe Antoine · 7 years ago
  42. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  43. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  44. 2e3ddfa Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  45. 0368cb7 Fix unused variable/function compilation warnings by Andres AG · 9 years ago
  46. 42d47f0 Silence a clang-analyze warning by Nicholas Wilson · 9 years ago
  47. 986bbf2 x509: by Manuel Pégourié-Gonnard · 9 years ago
  48. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  49. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  50. 1685368 Rationalize snprintf() usage in X.509 modules by Manuel Pégourié-Gonnard · 10 years ago
  51. 097c7bb Rename relevant global symbols from size to bitlen by Manuel Pégourié-Gonnard · 10 years ago
  52. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  53. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  54. 0ece0f9 Fix checks for nul-termination by Manuel Pégourié-Gonnard · 10 years ago
  55. 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
  56. 8408a94 Remove MBEDTLS_ from internal macros by Manuel Pégourié-Gonnard · 10 years ago
  57. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  58. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  59. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  60. 981732b Fix missing/misplaced #include's by Manuel Pégourié-Gonnard · 10 years ago
  61. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  62. fac657f modify library/x509*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  63. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  64. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  65. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  66. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  67. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  68. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  69. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  70. 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
  71. f3b4724 Split x509_csr_parse_der() out of x509_csr_parse() by Manuel Pégourié-Gonnard · 11 years ago
  72. 1c082f3 Update description and references for X.509 files by Manuel Pégourié-Gonnard · 11 years ago
  73. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  74. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  75. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  76. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  77. bf696d0 Make sig_opts non-optional in X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  78. dddbb1d Rm sig_params from various X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  79. 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 11 years ago
  80. f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  81. cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  82. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  83. 39868ee Parse CSRs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  84. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  85. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  86. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  87. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 12 years ago
  88. 27b93ad Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  89. 5cac583 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  90. 41cae8e Parse CSRs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  91. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
  92. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  93. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  94. fe28646 Fix references to x509parse in config.h by Manuel Pégourié-Gonnard · 12 years ago
  95. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  96. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  97. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  98. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  99. da77115 Changed pk_parse_get_pubkey() to pk_parse_subpubkey() by Paul Bakker · 12 years ago
  100. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago