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. 440cb2a Remove RNG from x509 and PK by Ben Taylor · 5 months ago
  5. f60b09b Rm dead !USE_PSA code: X.509 by Manuel Pégourié-Gonnard · 6 months ago
  6. 6b64a1b x509: remove definition and implementation of x509write_crt_set_serial by Valerio Setti · 7 months ago
  7. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  8. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  9. 9ac3e23 Fix NULL argument handling in mbedtls_xxx_free() functions by Troy-Butler · 1 year, 4 months ago
  10. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  11. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  12. 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
  13. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  14. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  15. d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
  16. a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years ago
  17. c508dc2 Unify csr and crt san writing functions by Andrzej Kurek · 2 years, 1 month ago
  18. 1c8ecbe Add support for x509 SAN RCF822 and DirectoryName for csr generation by Andrzej Kurek · 2 years, 1 month ago
  19. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  20. 8bde649 Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  21. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  22. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  23. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  24. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  25. e773978 Remove unnecessary addition to buffer size estimation by Andrzej Kurek · 2 years, 2 months ago
  26. 7c86974 Fix overflow checks in x509write_crt by Andrzej Kurek · 2 years, 2 months ago
  27. 63a6a26 Check for overflows when writing x509 SANs by Andrzej Kurek · 2 years, 3 months ago
  28. 908716f Add missing RFC822_NAME case to SAN setting by Andrzej Kurek · 2 years, 3 months ago
  29. e488c45 Remove unnecessary zeroization by Andrzej Kurek · 2 years, 3 months ago
  30. dc22090 Return an error on an unsupported SubjectAltName by Andrzej Kurek · 2 years, 3 months ago
  31. c6215b0 Add braces to a switch case by Andrzej Kurek · 2 years, 4 months ago
  32. 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
  33. 67fdb33 Add a possibility to write subject alt names in a certificate by Andrzej Kurek · 2 years, 4 months ago
  34. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  35. a946489 X.509: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  36. 2cd7514 Use MD, not low-level SHA1, in X.509 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  37. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  38. 856cec4 test: x509: add more tests for checking certificate serial by Valerio Setti · 2 years, 7 months ago
  39. 4752aac x509: enhancement and fixes by Valerio Setti · 2 years, 7 months ago
  40. 746def5 x509: renaming of buffer variables in new serial setting function by Valerio Setti · 2 years, 7 months ago
  41. acf12fb x509: fix endianness and input data format for x509write_crt_set_serial_new by Valerio Setti · 2 years, 7 months ago
  42. 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
  43. da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  44. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  45. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  46. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  47. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  48. e2b772d Fix whitespace, missing const by Dave Rodgman · 3 years ago
  49. 5f3f0d0 Address minor review comments by Dave Rodgman · 3 years ago
  50. ca841d3 Add test for mbedtls_x509write_crt_set_ext_key_usage, and fix reversed order by Nicholas Wilson · 10 years ago
  51. 8e5bdfb Improve programs/cert_write with a way to set extended key usages by Nicholas Wilson · 10 years ago
  52. 4146525 Fix compilation guard (comment) by Przemek Stekiel · 3 years ago
  53. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  54. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  55. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  56. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  57. b9ca22d Improving readability of x509_crt and x509write_crt for PR by pespacek · 3 years, 5 months ago
  58. d924e55 Improving readability of x509_crt and x509write_crt by pespacek · 3 years, 5 months ago
  59. 3015148 Improving readability by pespacek · 3 years, 6 months ago
  60. a6e955e X.509: x509write_crt_set_key_identifier created by pespacek · 3 years, 6 months ago
  61. b9f07a7 Changing buffer size checks. by pespacek · 3 years, 6 months ago
  62. 3110c7b Changing error codes. by pespacek · 3 years, 6 months ago
  63. 7599a77 X.509: use PSA for hashing under USE_PSA_CRYPTO by pespacek · 3 years, 6 months ago
  64. 6dd7364 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  65. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
  66. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  67. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  68. aa13e93 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  69. e560be3 Mark basic constraints critical as appropriate. by Darren Krahn · 4 years, 11 months ago
  70. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  71. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  72. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  73. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  74. bf88780 Use MBEDTLS_PK_SIGNATURE_MAX_SIZE in X.509 by Gilles Peskine · 6 years ago
  75. c510b1a Merge remote-tracking branch 'origin/development' into development-restricted by Jaeden Amero · 6 years ago
  76. c4638cc Change size of preallocated buffer for pk_sign() calls by k-stachowiak · 6 years ago
  77. 67d4259 Avoid use of large stack buffers in mbedtls_x509_write_crt_pem() by Hanno Becker · 6 years ago
  78. def4305 Perform CRT writing in-place on the output buffer by Hanno Becker · 6 years ago
  79. 6ad3fd1 Adapt x509write_crt.c to coding style by Hanno Becker · 6 years ago
  80. 6e95914 Add new function mbedtls_asn1_write_named_bitstring() by Andres Amaya Garcia · 7 years ago
  81. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  82. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  83. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  84. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  85. d8a6f7c Clarify code-paths in x509write_csr and x509write_crt by Hanno Becker · 8 years ago
  86. a20e33a Use X509 CRT version macros for version checks in x509write_crt_der by Hanno Becker · 8 years ago
  87. 81535d0 Minor style and typo corrections by Hanno Becker · 8 years ago
  88. 4769865 Omit version from X.509 v1 certificates by Hanno Becker · 8 years ago
  89. d7f3520 Don't add extensions for X.509 non-v3 certificates by Hanno Becker · 8 years ago
  90. fc77144 Fix extraction of signature-type from PK context instance by Hanno Becker · 8 years ago
  91. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  92. 8d8204f Change x509write_crt to use new MD API ret code by Andres Amaya Garcia · 8 years ago
  93. 60dbc93 Add missing bounds check in X509 DER write funcs by Andres AG · 9 years ago
  94. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  95. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  96. 1cd10ad Update prototype of x509write_set_key_usage() by Manuel Pégourié-Gonnard · 10 years ago
  97. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  98. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  99. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  100. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago