1. dbd13c3 Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
  2. 312b6df Add a missing guard in cert_req.c by Andrzej Kurek · 2 years, 1 month ago
  3. 6bc7a38 Support more SAN subtypes in cert_req.c by Andrzej Kurek · 2 years, 1 month ago
  4. b078607 cert_write: Support write any for extended key usage by Pengyu Lv · 2 years, 3 months ago
  5. 0624e46 Add a guard for IP parsing in cert_req app by Andrzej Kurek · 2 years, 2 months ago
  6. cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
  7. f994bc5 Refactor code in cert_write.c by Andrzej Kurek · 2 years, 2 months ago
  8. 5eebfb8 Enable escaping ';' in cert_write.c SANs by Andrzej Kurek · 2 years, 3 months ago
  9. 446e53d Fix a code style issue by Andrzej Kurek · 2 years, 3 months ago
  10. f70f460 Fix temporary IP parsing error by Andrzej Kurek · 2 years, 3 months ago
  11. ed55793 Update ip_string_to_bytes to cert_req version by Andrzej Kurek · 2 years, 4 months ago
  12. 5da1d75 Add missing memory deallocation by Andrzej Kurek · 2 years, 4 months ago
  13. 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
  14. ccdd975 Add a certificate exercising all supported SAN types by Andrzej Kurek · 2 years, 4 months ago
  15. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  16. a8c560a Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
  17. a0a1c1e Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
  18. 6260ee9 cert_app: init entropy unconditionally by Przemek Stekiel · 2 years, 4 months ago
  19. 89c636e Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
  20. 0af3248 Change the format of md.h include comments by Andrzej Kurek · 2 years, 4 months ago
  21. 316b7dd Add a justification for early md.h include in programs by Andrzej Kurek · 2 years, 4 months ago
  22. eaea30d Remove duplicated md.h includes by Andrzej Kurek · 2 years, 4 months ago
  23. 1b75e5f Add missing md.h includes by Andrzej Kurek · 2 years, 4 months ago
  24. 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  25. f86fe73 Fix error on Windows builds (conversion from 'unsigned long' to 'uint8_t') by Przemek Stekiel · 2 years, 5 months ago
  26. 55ceff6 Code optimization and style fixes by Przemek Stekiel · 2 years, 5 months ago
  27. 68ca81c Change separator for SAN names to ';' by Przemek Stekiel · 2 years, 5 months ago
  28. 6cb59c5 ip_string_to_bytes: remove status, add info about supported ip version by Przemek Stekiel · 2 years, 5 months ago
  29. 5a49d3c Replace mbedtls_x509_san_node with mbedtls_x509_subject_alternative_name by Przemek Stekiel · 2 years, 5 months ago
  30. 3a92593 Adapt cert_req app to support SAN IP by Przemek Stekiel · 2 years, 6 months ago
  31. 6b10860 Added ability to include the SubjectAltName extension to a CSR by Hannes Tschofenig · 2 years, 7 months ago
  32. 94c9c96 Merge pull request #6998 from aditya-deshpande-arm/fix-example-programs-usage by Dave Rodgman · 2 years, 6 months ago
  33. 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  34. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  35. 48fdbb3 programs: cert_write: fixed bug in parsing dec serial by Valerio Setti · 2 years, 7 months ago
  36. 791bbe6 programs: improved cert_write serial management by Valerio Setti · 2 years, 7 months ago
  37. acf12fb x509: fix endianness and input data format for x509write_crt_set_serial_new by Valerio Setti · 2 years, 7 months ago
  38. 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
  39. da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  40. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  41. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  42. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  43. 66e0550 Support generating DER format certificates by Dave Rodgman · 2 years, 9 months ago
  44. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  45. 1577c54 Use NULL instead of 0 by Dave Rodgman · 2 years, 11 months ago
  46. c5e0a8a Add missing error message by Dave Rodgman · 3 years ago
  47. 6493785 Correct order of extended key usage attributes by Dave Rodgman · 3 years ago
  48. 18b02d3 Remove redundant sig_alg argument by Dave Rodgman · 3 years ago
  49. 2ee7bbd Replace some constant values with sizeof by Dave Rodgman · 3 years ago
  50. 5f3f0d0 Address minor review comments by Dave Rodgman · 3 years ago
  51. ec9f6b4 Fix minor compile errors by Dave Rodgman · 3 years ago
  52. 99a96b1 Improve programs/cert_write with a way to set the signature digest by Nicholas Wilson · 10 years ago
  53. 8e5bdfb Improve programs/cert_write with a way to set extended key usages by Nicholas Wilson · 10 years ago
  54. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  55. 680747b Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  56. 9879844 Fix printf format signedness error by Gilles Peskine · 4 years ago
  57. 9a2114c load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
  58. 01997e1 load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
  59. 618a70e load_roots: arguments must be files by Gilles Peskine · 4 years ago
  60. 2c1442e New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
  61. ca93995 Allow read-only access to lists of certificates, CRL, CRL entries by Gilles Peskine · 4 years ago
  62. 842edf4 Make many fields of X.509 structures public by Gilles Peskine · 4 years ago
  63. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  64. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  65. 36a8963 Fix cmake build of programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  66. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  67. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  68. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  69. 5dd4f6e Add MBEDTLS_PRIVATE wrapping to sample programs. by Mateusz Starzyk · 4 years, 3 months ago
  70. ee33c60 Fix minor styling issues by Chris Jones · 4 years, 8 months ago
  71. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  72. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  73. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 4 months ago
  74. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 6 months ago
  75. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  76. 384e274 cert_req: discover hash algorithms automatically by Gilles Peskine · 5 years ago
  77. 18292fe cert_write: discover hash algorithms automatically by Gilles Peskine · 5 years ago
  78. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  79. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  80. bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
  81. e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
  82. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  83. e732f04 cmake: link programs that only use x509 with libmbedx509 by Gilles Peskine · 5 years ago
  84. 5e1b195 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  85. 991a05b Add support for all SHA modes in cert_write by Ron Eldor · 6 years ago
  86. fd0f654 Merge remote-tracking branch 'origin/pr/2697' into development by Jaeden Amero · 6 years ago
  87. 3abbced Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  88. 024b53a Document support for MD2 and MD4 in programs/x509/cert_write by Hanno Becker · 6 years ago
  89. 9dbc561 Add suppport for MD2 to CSR and CRT writing example programs by Hanno Becker · 6 years ago
  90. 535ee4a Merge remote-tracking branch 'public/pr/2421' into development by Simon Butcher · 6 years ago archive/mbedtls-2.17 mbedtls-2.17
  91. 7067f81 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  92. 57b33c9 Use mbedtls_ssl_get_peer_cert() to query peer cert in cert_app by Hanno Becker · 6 years ago
  93. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  94. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  95. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  96. 56e8463 Add 'password' cmd line parameter to cert_req example program by Hanno Becker · 7 years ago
  97. f745733 Add 'md' cmd line parameter to cert_req example program by Hanno Becker · 7 years ago
  98. 30a9510 Fix memory leak and freeing without initialization in cert_write by Hanno Becker · 7 years ago
  99. 25d882b Fix typos in programs/x509/cert_write.c by Hanno Becker · 7 years ago
  100. eb8bca6 Add missing platform macro defines in cert_app.c by Andres Amaya Garcia · 7 years ago