1. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  2. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  3. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  4. e2b772d Fix whitespace, missing const by Dave Rodgman · 3 years ago
  5. 5f3f0d0 Address minor review comments by Dave Rodgman · 3 years ago
  6. ca841d3 Add test for mbedtls_x509write_crt_set_ext_key_usage, and fix reversed order by Nicholas Wilson · 10 years ago
  7. 8e5bdfb Improve programs/cert_write with a way to set extended key usages by Nicholas Wilson · 10 years ago
  8. 4146525 Fix compilation guard (comment) by Przemek Stekiel · 3 years ago
  9. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  10. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  11. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
  12. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  13. b9ca22d Improving readability of x509_crt and x509write_crt for PR by pespacek · 3 years, 5 months ago
  14. d924e55 Improving readability of x509_crt and x509write_crt by pespacek · 3 years, 5 months ago
  15. 3015148 Improving readability by pespacek · 3 years, 5 months ago
  16. a6e955e X.509: x509write_crt_set_key_identifier created by pespacek · 3 years, 6 months ago
  17. b9f07a7 Changing buffer size checks. by pespacek · 3 years, 6 months ago
  18. 3110c7b Changing error codes. by pespacek · 3 years, 6 months ago
  19. 7599a77 X.509: use PSA for hashing under USE_PSA_CRYPTO by pespacek · 3 years, 6 months ago
  20. 6dd7364 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years ago
  21. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years ago
  22. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  23. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  24. aa13e93 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  25. e560be3 Mark basic constraints critical as appropriate. by Darren Krahn · 4 years, 10 months ago
  26. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  27. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  28. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  29. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  30. bf88780 Use MBEDTLS_PK_SIGNATURE_MAX_SIZE in X.509 by Gilles Peskine · 6 years ago
  31. c510b1a Merge remote-tracking branch 'origin/development' into development-restricted by Jaeden Amero · 6 years ago
  32. c4638cc Change size of preallocated buffer for pk_sign() calls by k-stachowiak · 6 years ago
  33. 67d4259 Avoid use of large stack buffers in mbedtls_x509_write_crt_pem() by Hanno Becker · 6 years ago
  34. def4305 Perform CRT writing in-place on the output buffer by Hanno Becker · 6 years ago
  35. 6ad3fd1 Adapt x509write_crt.c to coding style by Hanno Becker · 6 years ago
  36. 6e95914 Add new function mbedtls_asn1_write_named_bitstring() by Andres Amaya Garcia · 7 years ago
  37. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  38. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  39. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  40. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  41. d8a6f7c Clarify code-paths in x509write_csr and x509write_crt by Hanno Becker · 8 years ago
  42. a20e33a Use X509 CRT version macros for version checks in x509write_crt_der by Hanno Becker · 8 years ago
  43. 81535d0 Minor style and typo corrections by Hanno Becker · 8 years ago
  44. 4769865 Omit version from X.509 v1 certificates by Hanno Becker · 8 years ago
  45. d7f3520 Don't add extensions for X.509 non-v3 certificates by Hanno Becker · 8 years ago
  46. fc77144 Fix extraction of signature-type from PK context instance by Hanno Becker · 8 years ago
  47. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  48. 8d8204f Change x509write_crt to use new MD API ret code by Andres Amaya Garcia · 8 years ago
  49. 60dbc93 Add missing bounds check in X509 DER write funcs by Andres AG · 9 years ago
  50. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  51. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  52. 1cd10ad Update prototype of x509write_set_key_usage() by Manuel Pégourié-Gonnard · 10 years ago
  53. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  54. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  55. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  56. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  57. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  58. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  59. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  60. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  61. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  62. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  63. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  64. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  65. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  66. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  67. 50dc850 Const correctness by Paul Bakker · 12 years ago
  68. 3daaf3d X509 key identifiers depend on SHA1 by Manuel Pégourié-Gonnard · 12 years ago
  69. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  70. 5191e92 Added missing x509write_crt_set_version() by Paul Bakker · 12 years ago
  71. 9556d3d Renamed x509_crt_write.c and x509_csr_write.c by Paul Bakker · 12 years ago[Renamed from library/x509_crt_write.c]
  72. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  73. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  74. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago