1. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  2. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  3. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  4. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  5. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  6. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  7. 71f4fa1 Merge pull request #721 from gilles-peskine-arm/x509parse_crl-empty_entry-development by Gilles Peskine · 5 years ago
  8. 5dd5a49 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
  9. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  10. 3605073 Fixed possibly undefined variable warnings by initializing variables to 0. by Benjamin Kier · 6 years ago
  11. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  12. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  13. 6ccfb18 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago
  14. 12f62fb Obey bounds of ASN.1 substructures by Hanno Becker · 6 years ago
  15. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  16. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  17. fd3e4fb x509: CRL: reject unsupported critical extensions by Manuel Pégourié-Gonnard · 7 years ago
  18. c9d6226 Change formatting of allocation check in x509_crl by Andres Amaya Garcia · 8 years ago
  19. cb5123f Ensure memcpy is not called with NULL and 0 args in x509 module by Andres Amaya Garcia · 8 years ago
  20. f1ee635 Style fixes in pem, x509_crl and buf_alloc by Andres Amaya Garcia · 8 years ago
  21. 9cf1f96 Fix corner case uses of memory_buffer_alloc.c by Andres AG · 8 years ago
  22. 4f753c1 Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  23. 5708dcb Fix memory leak in mbedtls_x509_crl_parse() by Andres AG · 9 years ago
  24. 939954c Fix CRL parsing to avoid infinite loop by Andres AG · 9 years ago
  25. 97e8290 Fixes whitespace errors in x509_crl.c by Simon Butcher · 9 years ago
  26. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  27. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  28. 1685368 Rationalize snprintf() usage in X.509 modules by Manuel Pégourié-Gonnard · 10 years ago
  29. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  30. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  31. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  32. 0ece0f9 Fix checks for nul-termination by Manuel Pégourié-Gonnard · 10 years ago
  33. 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
  34. e36d564 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  35. 159c524 Fix undefined behaviour in x509 by Manuel Pégourié-Gonnard · 10 years ago
  36. 8408a94 Remove MBEDTLS_ from internal macros by Manuel Pégourié-Gonnard · 10 years ago
  37. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  38. 1022fed Remove redundant sig_oid2 in x509 structures by Manuel Pégourié-Gonnard · 10 years ago
  39. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  40. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  41. 981732b Fix missing/misplaced #include's by Manuel Pégourié-Gonnard · 10 years ago
  42. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  43. fac657f modify library/x509*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  44. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  45. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  46. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  47. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  48. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  49. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  50. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  51. 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
  52. 6ed2d92 Make x509_crl_parse() iterative by Manuel Pégourié-Gonnard · 11 years ago
  53. 426d4ae Split x509_crl_parse_der() out of x509_crl_parse() by Manuel Pégourié-Gonnard · 11 years ago
  54. e5b0fc1 Make malloc-init script a bit happier by Manuel Pégourié-Gonnard · 11 years ago
  55. 1c082f3 Update description and references for X.509 files by Manuel Pégourié-Gonnard · 11 years ago
  56. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  57. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  58. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  59. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  60. bf696d0 Make sig_opts non-optional in X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  61. dddbb1d Rm sig_params from various X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  62. 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 11 years ago
  63. f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  64. cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  65. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  66. 8e42ff6 Parse CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  67. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  68. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  69. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  70. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  71. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  72. 27b93ad Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  73. 5cac583 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  74. 5eeb32b Parse CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  75. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  76. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  77. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  78. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  79. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  80. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  81. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago