1. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  2. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  3. 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
  4. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  5. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  6. d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
  7. a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years ago
  8. c508dc2 Unify csr and crt san writing functions by Andrzej Kurek · 2 years, 1 month ago
  9. 1c8ecbe Add support for x509 SAN RCF822 and DirectoryName for csr generation by Andrzej Kurek · 2 years, 1 month ago
  10. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  11. 8bde649 Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  12. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  13. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  14. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  15. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  16. 55ceff6 Code optimization and style fixes by Przemek Stekiel · 2 years, 5 months ago
  17. 42510a9 Use for loop instead while loop by Przemek Stekiel · 2 years, 5 months ago
  18. 07c5ea3 Add check for buffer overflow and fix style. by Przemek Stekiel · 2 years, 5 months ago
  19. 5720771 Add MBEDTLS_ASN1_CHK_CLEANUP_ADD macro to be able to release memory on failure by Przemek Stekiel · 2 years, 5 months ago
  20. 5a49d3c Replace mbedtls_x509_san_node with mbedtls_x509_subject_alternative_name by Przemek Stekiel · 2 years, 5 months ago
  21. f40de93 Remove redundant variable by Przemek Stekiel · 2 years, 6 months ago
  22. 18904ac Adapt the code to support SAN types: uniformResourceIdentifier, dNSName and IPAddress by Przemek Stekiel · 2 years, 6 months ago
  23. 6b10860 Added ability to include the SubjectAltName extension to a CSR by Hannes Tschofenig · 2 years, 7 months ago
  24. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  25. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  26. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  27. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  28. b9ca22d Improving readability of x509_crt and x509write_crt for PR by pespacek · 3 years, 5 months ago
  29. b9f07a7 Changing buffer size checks. by pespacek · 3 years, 6 months ago
  30. 3110c7b Changing error codes. by pespacek · 3 years, 6 months ago
  31. 7599a77 X.509: use PSA for hashing under USE_PSA_CRYPTO by pespacek · 3 years, 6 months ago
  32. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  33. 95273f4 Expose flag for critical extensions by Christoph Reiter · 4 years, 6 months ago
  34. aa13e93 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  35. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  36. d4d6ad0 Merge pull request #3464 from CodeMonkeyLeet/csr_heap_alloc by Manuel Pégourié-Gonnard · 5 years ago
  37. 40ca54a Revise comments for x509write_csr_der_internal by Simon Leet · 5 years ago
  38. 2957b35 Avoid stack-allocation of large memory buffers by Doru Gucea · 7 years ago
  39. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  40. b08e44f Add missing return code check on call to mbedtls_md() by Gilles Peskine · 6 years ago
  41. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  42. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  43. df8185e Merge pull request #2923 from Patater/reduce-ram-pem-csr by Jaeden Amero · 6 years ago
  44. bf88780 Use MBEDTLS_PK_SIGNATURE_MAX_SIZE in X.509 by Gilles Peskine · 6 years ago
  45. 6ffac75 x509write_csr: Reduce stack usage of mbedtls_x509write_csr_pem() by Jaeden Amero · 6 years ago
  46. c4638cc Change size of preallocated buffer for pk_sign() calls by k-stachowiak · 6 years ago
  47. 6e95914 Add new function mbedtls_asn1_write_named_bitstring() by Andres Amaya Garcia · 7 years ago
  48. 3497323 Initialize PSA Crypto operation contexts by Jaeden Amero · 6 years ago
  49. a609337 x509: remove unnecessary calls to psa_hash_abort by Andrzej Kurek · 7 years ago
  50. d4a6553 x509: use the PSA API to perform hashing operations by Andrzej Kurek · 7 years ago
  51. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  52. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  53. d8a6f7c Clarify code-paths in x509write_csr and x509write_crt by Hanno Becker · 8 years ago
  54. 81535d0 Minor style and typo corrections by Hanno Becker · 8 years ago
  55. fc77144 Fix extraction of signature-type from PK context instance by Hanno Becker · 8 years ago
  56. 60dbc93 Add missing bounds check in X509 DER write funcs by Andres AG · 9 years ago
  57. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  58. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  59. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  60. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  61. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  62. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  63. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  64. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  65. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  66. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  67. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  68. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  69. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  70. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  71. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  72. 50dc850 Const correctness by Paul Bakker · 12 years ago
  73. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  74. 9556d3d Renamed x509_crt_write.c and x509_csr_write.c by Paul Bakker · 12 years ago[Renamed from library/x509_csr_write.c]
  75. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  76. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago