1. eaf5789 library: remove ECDSA_C dependency from ECP_RESTARTABLE by Valerio Setti · 3 months ago
  2. c6654fc Replace MBEDTLS_ERR_ECP_IN_PROGRESS with alias PSA_OPERATION_INCOMPLETE in documentation by Felix Conway · 8 weeks ago
  3. 68878cc library: x509: simplify RSA-PSS management by Valerio Setti · 4 months ago
  4. 440cb2a Remove RNG from x509 and PK by Ben Taylor · 5 months ago
  5. 6b64a1b x509: remove definition and implementation of x509write_crt_set_serial by Valerio Setti · 6 months ago
  6. 582ecd0 Remove USE_PSA references from X509 documentation by Janos Follath · 8 months ago
  7. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  8. 87b4f6d x509: Reworded documentation bits. by Minos Galanakis · 1 year, 5 months ago
  9. 2abbac7 x509: Added `mbedtls_x509_crt_get_ca_istrue()` API accessor. by Minos Galanakis · 1 year, 6 months ago
  10. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  11. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  12. 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
  13. 975d9c0 Merge pull request #7530 from AndrzejKurek/misc-subjectaltname-fixes by Gilles Peskine · 2 years, 2 months ago
  14. 1747304 Update the descriptions of SANs by Andrzej Kurek · 2 years, 3 months ago
  15. 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
  16. 67fdb33 Add a possibility to write subject alt names in a certificate by Andrzej Kurek · 2 years, 4 months ago
  17. 199eab9 Add partial support for URI SubjectAltNames by Andrzej Kurek · 2 years, 3 months ago
  18. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  19. c26bd76 x509 crt verify SAN iPAddress by Glenn Strauss · 2 years, 9 months ago
  20. 21903ec Fix after rebase by Przemek Stekiel · 2 years, 5 months ago
  21. 8a13866 Remove parsing of rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  22. 9a511c5 Rename back mbedtls_x509_parse_general_name->mbedtls_x509_parse_subject_alt_name by Przemek Stekiel · 2 years, 7 months ago
  23. 8d435a0 Renaming x509_get_subject_alt_name to x509_get_general_names and mbedtls_x509_parse_subject_alt_name to mbedtls_x509_parse_general_name so they can be used not only to collect subject alt name, but the V3 authority cert issuer that is also GeneralName type. by toth92g · 4 years, 3 months ago
  24. a41954d Extracting SubjectKeyId and AuthorityKeyId in case of x509 V3 extensions. Updating mbedtls_x509_crt_free function to also free the new dynamic elements (issuer field of AuthorityKeyId). by toth92g · 4 years, 6 months ago
  25. 8bc128e Add missing information about supported subjectAltName types by Andrzej Kurek · 2 years, 5 months ago
  26. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  27. a946489 X.509: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  28. 5b7e164 Document the need to call psa_crypto_init() with USE_PSA_CRYPTO by Gilles Peskine · 3 years ago
  29. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  30. 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
  31. 9b5e1da fixing a typo in comment by Valerio Setti · 2 years, 6 months ago
  32. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  33. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 6 months ago
  34. 746def5 x509: renaming of buffer variables in new serial setting function by Valerio Setti · 2 years, 7 months ago
  35. acf12fb x509: fix endianness and input data format for x509write_crt_set_serial_new by Valerio Setti · 2 years, 7 months ago
  36. 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
  37. da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  38. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  39. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  40. b33f6e5 Fix typo by Jan Bruckner · 2 years, 10 months ago
  41. e896705 Take advantage of legacy_or_psa.h being public by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  42. 8e5bdfb Improve programs/cert_write with a way to set extended key usages by Nicholas Wilson · 10 years ago
  43. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  44. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  45. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  46. 979aa49 Add accessor for x509 certificate extension types by Thomas Daubney · 3 years, 3 months ago
  47. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  48. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  49. 8ba99e7 Clarify wording of documentation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  50. 2b9fb88 Clarify documentation of mbedtls_x509_crt_profile by Hanno Becker · 7 years ago
  51. a0defed doxygen: move addtogroup closures to include more elements by Andrzej Kurek · 3 years, 7 months ago
  52. 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
  53. ca93995 Allow read-only access to lists of certificates, CRL, CRL entries by Gilles Peskine · 4 years ago
  54. 842edf4 Make many fields of X.509 structures public by Gilles Peskine · 4 years ago
  55. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  56. cb17fc3 Merge pull request #4671 from mpg/x509-crt-profile-public by Dave Rodgman · 4 years, 1 month ago
  57. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  58. 9d4c2c4 Clarify how to create custom profiles by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  59. 3995750 Remove secp256k1 from the default X.509 and TLS profiles by Gilles Peskine · 4 years, 1 month ago
  60. ffb92da Upgrade the default X.509 profile to the former "next" profile by Gilles Peskine · 4 years, 2 months ago
  61. 55a7fb8 Improve documentation by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  62. 5314e08 Make the fields of mbedtls_x509_crt_profile public by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  63. c305b72 Make RNG parameters mandatory in X.509 functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  64. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  65. 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
  66. 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 2 months ago
  67. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  68. 88c2bf3 Minor style improvements by Hanno Becker · 6 years ago
  69. 7ac83f9 Print X.509 verify info strings even if MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  70. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  71. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  72. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  73. f58e5cc Improve documentation of cn in x509_crt_verify() by Manuel Pégourié-Gonnard · 5 years ago
  74. 511bc8c add comment about potential future extension by Nicola Di Lieto · 5 years ago
  75. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  76. 565b52b mbedtls_x509_crt_parse_der_with_ext_cb improvement by Nicola Di Lieto · 5 years ago
  77. 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
  78. 5f6ebde Fix wrong parameter name in comment by Nicola Di Lieto · 5 years ago
  79. 4dbe567 mbedtls_x509_crt_parse_der_with_ext_cb enhancement by Nicola Di Lieto · 5 years ago
  80. fae25a1 mbedtls_x509_crt_ext_cb_t definition changed by Nicola Di Lieto · 5 years ago
  81. fde98f7 Rename mbedtls_x509_crt_parse_der_ext by Nicola Di Lieto · 5 years ago
  82. 6e24980 Minor style and documentation improvements by ndilieto · 5 years ago
  83. 502d4b4 New mbedtls_x509_crt_parse_der_ext() routine by Nicola Di Lieto · 5 years ago
  84. 6609aef Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  85. dbc0db9 include bignum.h from x509_crt.h by Philippe Antoine · 7 years ago
  86. c8b5f3f Documentation fixes by Ron Eldor · 6 years ago
  87. cc45cd1 Update SAN parsing documentation by Ron Eldor · 6 years ago
  88. f05f594 change the type of hardware_module_name member by Ron Eldor · 6 years ago
  89. 890819a Change mbedtls_x509_subject_alternative_name by Ron Eldor · 6 years ago
  90. 78c3040 Rephrase x509_crt extension member description by Ron Eldor · 6 years ago
  91. 11b41eb Fix typos in x509_crt.h by Janos Follath · 6 years ago
  92. 5091bec Fix doxygen for new x509 structures by Janos Follath · 6 years ago
  93. 74d9acc Add support for certificate policies extension by Ron Eldor · 6 years ago
  94. b2dc3fa Suppport otherName of type hardware module name by Ron Eldor · 6 years ago
  95. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  96. 846ae7a Document and test flags in x509_verify by Janos Follath · 6 years ago
  97. f49fedc Change docs according to review comments by Jarno Lamsa · 6 years ago
  98. 31d9db6 Change the verify function naming by Jarno Lamsa · 6 years ago
  99. e15dae7 Declare CA callback type even if feature is disabled by Hanno Becker · 6 years ago
  100. f53893b Implement X.509 CRT verification using CA callback by Hanno Becker · 6 years ago