1. 2ee7bbd Replace some constant values with sizeof by Dave Rodgman · 3 years ago
  2. e2b772d Fix whitespace, missing const by Dave Rodgman · 3 years ago
  3. 5f3f0d0 Address minor review comments by Dave Rodgman · 3 years ago
  4. ec9f6b4 Fix minor compile errors by Dave Rodgman · 3 years ago
  5. abdb0df Fix test fails due to changes in cert generation by Dave Rodgman · 3 years, 1 month ago
  6. ca841d3 Add test for mbedtls_x509write_crt_set_ext_key_usage, and fix reversed order by Nicholas Wilson · 10 years ago
  7. 99a96b1 Improve programs/cert_write with a way to set the signature digest by Nicholas Wilson · 10 years ago
  8. 8e5bdfb Improve programs/cert_write with a way to set extended key usages by Nicholas Wilson · 10 years ago
  9. 0edfa9d Merge pull request #6207 from daverodgman/ticket_time by Dave Rodgman · 3 years ago
  10. fac3ea5 Merge pull request #6184 from leorosen/ssl_tls_curve_group_id_null_protect by Dave Rodgman · 3 years ago
  11. bcc13c9 Add further missing whitespaces inside parentheses by Tom Cosgrove · 3 years ago
  12. 20c1137 Fix coding style by Tom Cosgrove · 3 years ago
  13. 5a28142 Merge pull request #6189 from Kxuan/fix-ctr_drbg-uninit by Dave Rodgman · 3 years ago
  14. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  15. 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
  16. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  17. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  18. 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
  19. 03f1c39 Merge pull request #6171 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  20. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  21. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  22. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  23. 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
  24. 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
  25. af3f39c Fix typos by Janos Follath · 3 years ago
  26. 07c0f12 test_suite_pem.data: change MBEDTLS_CMAC_C->MBEDTLS_CIPHER_MODE_CBC dependency by Przemek Stekiel · 3 years ago
  27. beb4fc0 Merge pull request #6185 from leorosen/tls12_server_null_on_missing_key by Dave Rodgman · 3 years ago
  28. 19e5973 mbedtls_ssl_check_curve prevent potential NULL pointer dereferencing by Leonid Rozenboim · 3 years ago
  29. deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago
  30. a95f204 Improve documentation by Janos Follath · 3 years ago
  31. ca5688e Improve coding style by Janos Follath · 3 years ago
  32. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  33. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  34. 01a7d31 Make ecjpake test suite depend on MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA by Neil Armstrong · 3 years ago
  35. a327b52 Fix incorrect use of mbedtls_ecp_group_id in test_suite_ssl.function by Tom Cosgrove · 3 years ago
  36. 7b044c1 Enable ECJPAKE in test_crypto_full_no_md () & test_psa_crypto_config_accel_hash_use_psa () components by Neil Armstrong · 3 years ago
  37. ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
  38. 0d76341 Remove md_info by md_type in ecjpake context, use mbedtls_hash_info_get_size() to get hash length by Neil Armstrong · 3 years ago
  39. bc3906c pem_pbkdf1(): optimize psa version by Przemek Stekiel · 3 years ago
  40. 10836a0 config: Fix requirements for MBEDTLS_X509_USE_C and MBEDTLS_X509_CREATE_C by Przemek Stekiel · 3 years ago
  41. bf01c64 oid.c: unify dependencies (VIA_MD_OR_PSA->VIA_LOWLEVEL_OR_PSA) by Przemek Stekiel · 3 years ago
  42. 4146525 Fix compilation guard (comment) by Przemek Stekiel · 3 years ago
  43. 0cd6f08 pem.c: fix style issues (redundant spaces) by Przemek Stekiel · 3 years ago
  44. d23a4ef pem.c: remove redundant compilation guard by Przemek Stekiel · 3 years ago
  45. c410ccc Include psa/crypto.h in legacy_or_psa.h by Przemek Stekiel · 3 years ago
  46. 4092ff9 pem.c: add internal macro to increase code readability by Przemek Stekiel · 3 years ago
  47. bc0509a test_suite_pem, test_suite_pkparse: Adjust dependecies by Przemek Stekiel · 3 years ago
  48. 12e69cb oid.h: remove MBEDTLS_MD_C guard by Przemek Stekiel · 3 years ago
  49. 829e97d Fix include order by Przemek Stekiel · 3 years ago
  50. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  51. 81799fd pem.c, test_suite_pem: fix dependency MBEDTLS_HAS_ALG_MD5_VIA_MD_OR_PSA->MBEDTLS_HAS_ALG_MD5_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
  52. 2c70a0d test_suite_oid: Replace MBEDTLS_MD5_C and MBEDTLS_SHAxxx_C with the corresponding MBEDTLS_HAS_ALG_xxx_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
  53. 050819c test_suite_x509write: Move MBEDTLS_HAS_ALG_SHA_1_VIA_MD_OR_PSA dependency for x509_crt_check to .function file by Przemek Stekiel · 3 years ago
  54. 41b742f test_suite_pem: Adapt dependencies for MD by Przemek Stekiel · 3 years ago
  55. be92bee pem.c: Fix conditional compilation flags by Przemek Stekiel · 3 years ago
  56. f8087e5 x509_crt_check: remove MBEDTLS_SHA1_C dependency from .function file (already handed in .data file) by Przemek Stekiel · 3 years ago
  57. a68d08f pem.c: adjust for bulid without md by Przemek Stekiel · 3 years ago
  58. 55c1743 oid.h: remove redundant MBEDTLS_MD_C dependency by Przemek Stekiel · 3 years ago
  59. b792cfd component_test_psa_crypto_config_accel_hash_use_psa: stop removing all X.509 modules from the build by Przemek Stekiel · 3 years ago
  60. 278b667 check_config.h: Adjust x509 dependencies (MBEDTLS_MD_C or MBEDTLS_USE_PSA_CRYPTO) by Przemek Stekiel · 3 years ago
  61. de81028 Adjust dependencies in library/oid.c by Przemek Stekiel · 3 years ago
  62. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  63. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  64. f3f6b0a Merge pull request #6123 from yuhaoth/pr/finialize-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  65. 70dfd4c ssl_tls12_server: fix potential NULL-dereferencing if local certificate was not set. by Leonid Rozenboim · 3 years ago
  66. 583816c Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
  67. 92cd864 Merge pull request #6090 from hanno-arm/fix_bnmul_arm_v7a by Dave Rodgman · 3 years ago
  68. e28d974 fix coding style issues by Jerry Yu · 3 years ago
  69. 5b7c7ca fix wrong condition issues by Jerry Yu · 3 years ago
  70. 3419107 Add checks for ticket and resumption_key fields by Jerry Yu · 3 years ago
  71. 86c333e Add explicit cast to satisfy compiler by Dave Rodgman · 3 years ago
  72. e36fdd6 Change signature of tls13_session_save by Jerry Yu · 3 years ago
  73. 03f7a6e Add armcc plain armv7-m target; tidy up arg order by Dave Rodgman · 3 years ago
  74. 536f28c Respect MBEDTLS_HAVE_TIME in ssl_ticket by Dave Rodgman · 3 years ago
  75. 392f714 Fix type used for capturing TLS ticket generation time by Dave Rodgman · 3 years ago
  76. 8c9a0ae Merge pull request #5985 from zhangsenWang/development by Dave Rodgman · 3 years ago
  77. 96a4be9 Merge pull request #6177 from AndrzejKurek/ecdsa-no-md by Dave Rodgman · 3 years ago
  78. a7448bf Merge pull request #6141 from mpg/driver-hashes-rsa-v21 by Dave Rodgman · 3 years ago
  79. 3f95d30 rebase with lastest development branch by Zhangsen Wang · 3 years ago
  80. cc93908 Bignum: Declare loop variable in loop head by Janos Follath · 3 years ago
  81. 620c58c Bignum: make const placement consistent by Janos Follath · 3 years ago
  82. ed5c8d3 Bignum: make modulus value const by Janos Follath · 3 years ago
  83. 138f51c Fix alphabetic order in makefiles by Janos Follath · 3 years ago
  84. 8162064 Bignum: Improve style by Janos Follath · 3 years ago
  85. fd65e82 Rename structure elements by Gabor Mezei · 3 years ago
  86. 7f08178 Unify mpi mod raw read/write test with the other tests by Gabor Mezei · 3 years ago
  87. c414ba3 Simplify code by Gabor Mezei · 3 years ago
  88. 5a5c0c5 Move the declaration of variables to their scope of usage by Gabor Mezei · 3 years ago
  89. 7f93264 Change struct element order by Gabor Mezei · 3 years ago
  90. 89e3146 Typo by Gabor Mezei · 3 years ago
  91. d41f627 Order the file names by Gabor Mezei · 3 years ago
  92. 7b1be55 Merge pull request #5993 from eliteraspberries/android-soname by Dave Rodgman · 3 years ago
  93. 5f56df4 Remove redundant check by Gabor Mezei · 3 years ago
  94. bf9da1d Do not read if output pointer is NULL by Gabor Mezei · 3 years ago
  95. 273efeb Add Changelog entry by Dave Rodgman · 3 years ago
  96. fca2bcc Update bump_version.sh to recognise Makefile changes by Dave Rodgman · 3 years ago
  97. 6a86730 Allow non-versioned library soname. by Mansour Moufid · 3 years, 1 month ago
  98. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  99. a30b4e5 Bignum: remove duplicate documentation from source by Janos Follath · 3 years ago
  100. 8b0799d Merge pull request #6181 from wernerlewis/ecp_set_zero by Dave Rodgman · 3 years ago