1. 2abbac7 x509: Added `mbedtls_x509_crt_get_ca_istrue()` API accessor. by Minos Galanakis · 1 year, 6 months ago
  2. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  3. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  4. 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
  5. a4b38f2 Merge pull request #8579 from valeriosetti/issue7995 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  6. f9362b7 pk_internal: small renaming for mbedtls_pk_get_group_id() by Valerio Setti · 1 year, 8 months ago
  7. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  8. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  9. 2108775 x509_crt: Removed unused intsafe.h by Minos Galanakis · 1 year, 10 months ago
  10. a9bb34c x509_crt: Removed length_as_int intermediate variable by Minos Galanakis · 1 year, 10 months ago
  11. 59108d3 x509_crt: Adjusted the len of lpMultiByteStr arg in WideCharToMultiByte by Minos Galanakis · 1 year, 10 months ago
  12. 08a67cc x509_crt: Set WideCharToMultiByte to use -1 for length. by Minos Galanakis · 1 year, 10 months ago
  13. 40995e1 x509_crt: Removed checks for windows versions < WINXP by Minos Galanakis · 1 year, 11 months ago
  14. 4952f70 Removed unsupported Visual Studio related code in entropy_poll.c and x509_crt.c. by Minos Galanakis · 2 years ago
  15. 12b493f entropy_poll/x509_crt: Added MBEDTLS_POP_TARGET_PRAGMA define guards. by Minos Galanakis · 2 years ago
  16. a277b21 Code style fixes by Minos Galanakis · 2 years ago
  17. de573f5 Fix coding style of length_as_int var in x509_crt.c by Simon Butcher · 7 years ago
  18. 35e5dad Add clarifying comment on use of MultiByteToWideChar() and CP_ACP by Simon Butcher · 7 years ago
  19. def90f4 Fix formatting and detail of comments in PR #730 by Simon Butcher · 7 years ago
  20. e068aa7 Fix the build for mingw and CMake + VStudio by Simon Butcher · 7 years ago
  21. 0ec1e68 Replace Windows APIs that are banned in Windows Store apps by Kevin Kane · 9 years ago
  22. cfa7223 Fix warnings about unreachable code by Dave Rodgman · 1 year, 11 months ago
  23. 1ee4d12 Fix error strings without quotes by Antonio de Angelis · 2 years ago
  24. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
  25. 8f6094c Merge pull request #7792 from robUx4/win32_winnt by Dave Rodgman · 2 years, 1 month ago
  26. 4000b6e Don't force the default windows version down by Steve Lhomme · 2 years, 2 months ago
  27. 369d7c7 Don't use FindFirstFileW() before Windows XP by Steve Lhomme · 2 years, 2 months ago
  28. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  29. 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
  30. 8c3404f x509: update ECP_LIGHT dependencies to PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  31. eb0f18a Don't use inet_pton() before Windows Vista by Steve Lhomme · 2 years, 2 months ago
  32. 4b2a6e8 Reuse time when verifying certificate chain by Glenn Strauss · 3 years, 1 month ago
  33. c40a1b5 Remove references to x509_invasive.h by Andrzej Kurek · 2 years, 2 months ago
  34. cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
  35. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  36. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  37. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  38. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  39. 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
  40. 9720778 tls/x509: minor enhancement for using the new private key format by Valerio Setti · 2 years, 2 months ago
  41. aa266f2 Merge pull request #7602 from mprse/AuthorityKeyId_leak_fix by Paul Elliott · 2 years, 2 months ago
  42. b1c0afe Merge pull request #7595 from valeriosetti/deprecate_pk_ec by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  43. 690ff69 mbedtls_x509_crt_free: release authorityCertIssuer sequence by Przemek Stekiel · 2 years, 3 months ago
  44. 926bcb0 Merge pull request #7532 from AndrzejKurek/remove-leading-zeroes-ip-parsing by Paul Elliott · 2 years, 3 months ago
  45. 3f00b84 pk: fix build issues by Valerio Setti · 2 years, 3 months ago
  46. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  47. 199eab9 Add partial support for URI SubjectAltNames by Andrzej Kurek · 2 years, 3 months ago
  48. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  49. 61aed06 Code optimization by Przemek Stekiel · 2 years, 3 months ago
  50. ed9fb78 Fix parsing of KeyIdentifier (tag length error case) + test by Przemek Stekiel · 2 years, 3 months ago
  51. 8194285 Fix parsing of authorityCertSerialNumber (use valid tags) by Przemek Stekiel · 2 years, 3 months ago
  52. 9c9880a Explicitly exit IPv4 parsing on a fatal error by Andrzej Kurek · 2 years, 3 months ago
  53. 6f400a3 Disallow leading zeroes when parsing IPv4 addresses by Andrzej Kurek · 2 years, 3 months ago
  54. f5b8f78 authorityCertIssuer and authorityCertSerialNumber MUST both be present or absent by Przemek Stekiel · 2 years, 3 months ago
  55. f419494 Use do-while(0) format in macros by Przemek Stekiel · 2 years, 3 months ago
  56. 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 3 months ago
  57. 90117db Split a complex condition into separate ones by Andrzej Kurek · 2 years, 3 months ago
  58. 8bc2cc9 Refactor IPv6 parsing by Andrzej Kurek · 2 years, 3 months ago
  59. ea3e71f Further refactor IPv4 parsing by Andrzej Kurek · 2 years, 3 months ago
  60. 9a7a725 Fix code style by Przemek Stekiel · 2 years, 4 months ago
  61. 6cbca6d Rename a variable in ipv4 and ipv6 parsing by Andrzej Kurek · 2 years, 4 months ago
  62. 0d57896 Refactor ipv6 parsing by Andrzej Kurek · 2 years, 4 months ago
  63. 7f5a1a4 Rename ipv6 parsing variables, introduce one new one by Andrzej Kurek · 2 years, 4 months ago
  64. 06969fc Introduce a test for a sw implementation of inet_pton by Andrzej Kurek · 2 years, 4 months ago
  65. 13b8b78 Improve x509_inet_pton_ipv4 readability by Andrzej Kurek · 2 years, 4 months ago
  66. b255e21 Handle endianness in x509_inet_pton_ipv6() by Glenn Strauss · 2 years, 5 months ago
  67. 6f545ac Add mbedtls_x509_crt_parse_cn_inet_pton() tests by Glenn Strauss · 2 years, 9 months ago
  68. 416c295 x509 crt verify local implementation to parse IP by Glenn Strauss · 2 years, 9 months ago
  69. c26bd76 x509 crt verify SAN iPAddress by Glenn Strauss · 2 years, 9 months ago
  70. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  71. 725688b Fix code style by Przemek Stekiel · 2 years, 4 months ago
  72. 294ec12 Remove redundant memory relase for authorityCertIssuer by Przemek Stekiel · 2 years, 4 months ago
  73. 21903ec Fix after rebase by Przemek Stekiel · 2 years, 5 months ago
  74. 4f3e7b9 Fix parsing of authorityCertIssuer by Przemek Stekiel · 2 years, 6 months ago
  75. 75653b1 Add indication of extension error while parsing authority/subject key id by Przemek Stekiel · 2 years, 6 months ago
  76. 6ec839a x509_get_authority_key_id: add length check + test by Przemek Stekiel · 2 years, 6 months ago
  77. 3520fe6 Use MBEDTLS_ERROR_ADD() and tag macros by Przemek Stekiel · 2 years, 6 months ago
  78. 8a13866 Remove parsing of rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  79. a2939e8 Remove duplicated function by Przemek Stekiel · 2 years, 7 months ago
  80. 9a511c5 Rename back mbedtls_x509_parse_general_name->mbedtls_x509_parse_subject_alt_name by Przemek Stekiel · 2 years, 7 months ago
  81. 62d8f84 Adapt mbedtls_x509_crt_free after rebase by Przemek Stekiel · 2 years, 7 months ago
  82. 9232e0a Adding some comments for easier understand by toth92g · 4 years, 3 months ago
  83. 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
  84. d96027a Correcting documentation issues: by toth92g · 4 years, 3 months ago
  85. 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
  86. b96c309 Don't use lstrlenW() on Windows by Tom Cosgrove · 2 years, 6 months ago
  87. 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
  88. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  89. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 7 months ago
  90. db128f5 Allow empty ns_cert_type, key_usage while parsing certificates by Przemek Stekiel · 2 years, 7 months ago
  91. 21c3728 Adapt function names by Przemek Stekiel · 2 years, 7 months ago
  92. cbaf316 mbedtls_x509_csr_info: Add parsing code for v3 csr extensions by Przemek Stekiel · 2 years, 7 months ago
  93. 2d9e359 Parsing v3 extensions from a CSR by Jens Alfke · 6 years ago
  94. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  95. 4a480ac Merge pull request #6265 from Kabbah/x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  96. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  97. 47c7a73 Print RFC 4108 hwSerialNum in hex format by Victor Barpp Gomes · 2 years, 10 months ago
  98. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  99. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  100. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago