1. 9a511c5 Rename back mbedtls_x509_parse_general_name->mbedtls_x509_parse_subject_alt_name by Przemek Stekiel · 2 years, 7 months ago
  2. 9085cff Removing obsolete test after merging and correcting missing macro by toth92g · 4 years, 3 months ago
  3. 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
  4. 5042b10 - Removing obsolete test files (DER strings are used instead of them to minimize resource usage) by toth92g · 4 years, 3 months ago
  5. 357b297 Correcting tests: by toth92g · 4 years, 3 months ago
  6. 2d2fb3a Correting findings: Using DER format instead of PEM while testing to minimize the resource usage. Comparation of byte arrays in test are now done via the dedicated ASSERT_COMPARE test macro for better understanding by toth92g · 4 years, 3 months ago
  7. 0e2e2d6 x509parse tests used only last 16 bits of the return values. They are updated to check the whole 32 bit value by toth92g · 4 years, 5 months ago
  8. 3c2243c Replacing hard-coded literals with macros of the library in the new x509parse tests by toth92g · 4 years, 5 months ago
  9. 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
  10. 56f59d7 Merge pull request #7394 from mprse/fix_pkcs7_test_alloc by Dave Rodgman · 2 years, 4 months ago
  11. 13c73de Merge pull request #6233 from tom-cosgrove-arm/issue-6226-core-mul by Janos Follath · 2 years, 4 months ago
  12. 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
  13. 9735be5 Fix memory allocations in pkcs7_verify test by Przemek Stekiel · 2 years, 4 months ago
  14. 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  15. f8b55d6 Fix code style issues by Gabor Mezei · 2 years, 4 months ago
  16. c6ecdad test: disable all RSA algs and fix tests by Valerio Setti · 2 years, 4 months ago
  17. dd48c6e Merge pull request #7385 from daverodgman/timing_alignment by Dave Rodgman · 2 years, 4 months ago
  18. d43b42e Whitespace fix by Dave Rodgman · 2 years, 4 months ago
  19. 4ffc9d8 Test that setting reset actually does something by Dave Rodgman · 2 years, 4 months ago
  20. 87223ab Add generated test for core_mul by Gabor Mezei · 2 years, 4 months ago
  21. e16a945 Add unit tests for mbedtls_mpi_core_mul() by Tom Cosgrove · 3 years ago
  22. b8f5ba8 Merge pull request #6891 from yuhaoth/pr/add-milliseconds-platform-function by Dave Rodgman · 2 years, 4 months ago
  23. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  24. 03d557d Merge pull request #6900 from AndrzejKurek/san-dirname by Paul Elliott · 2 years, 4 months ago
  25. 54118a1 Merge pull request #7352 from gabor-mezei-arm/6349_fix_merge by Janos Follath · 2 years, 4 months ago
  26. 43d7131 Fix rfc822name test arguments by Andrzej Kurek · 2 years, 5 months ago
  27. 532b8d4 Move an x509 malformation test by Andrzej Kurek · 2 years, 6 months ago
  28. d90376e Add a test for a malformed directoryname sequence by Andrzej Kurek · 2 years, 7 months ago
  29. d348632 Switch from PEM to DER format for new x509 directoryname test by Andrzej Kurek · 2 years, 7 months ago
  30. 151d85d Introduce a test for a malformed directoryname SAN by Andrzej Kurek · 2 years, 7 months ago
  31. d40c2b6 Introduce proper memory management for SANs by Andrzej Kurek · 2 years, 6 months ago
  32. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  33. e4758aa test: add a companion test for another curve (x25519) and fix issues by Valerio Setti · 2 years, 5 months ago
  34. 1a6d96f test: use full config as test starting point and solve issues by Valerio Setti · 2 years, 5 months ago
  35. 659aa68 test: use BUILTIN symbols in as weierstrass key derivation guard by Valerio Setti · 2 years, 5 months ago
  36. a532983 test: add legacy dependency for weierstrass key derivation by Valerio Setti · 2 years, 5 months ago
  37. df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
  38. 0f50868 Merge pull request #7343 from minosgalanakis/ecp/sec-384-update-test-macro-deps by Janos Follath · 2 years, 4 months ago
  39. f04848c Revert "Add generated files" by Paul Elliott · 2 years, 4 months ago
  40. 37bdd93 ecp_mod_p224_raw: Added `MBEDTLS_ECP_DP_SECP224R1_ENABLED` as a dependency by Minos Galanakis · 2 years, 4 months ago
  41. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  42. 445c3bf Merge pull request #7222 from minosgalanakis/bignum/6851_extract_Secp384r1_fast_reduction by Janos Follath · 2 years, 4 months ago
  43. c584c27 Disable built-in SHA-256 in accel_hash too by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  44. e931977 Fix failures in test_suite_random by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  45. 33783b4 Manually fix two remaining instances of old macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  46. 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  47. 2334d3a Fix driver_wrappers test by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  48. 5cd4b64 Use MD-light in entropy.c by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  49. ac6db4d Merge pull request #7317 from mpg/lift-exclusions by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  50. df2b5da Add generated files by Paul Elliott · 2 years, 5 months ago
  51. db67e99 Bump library, libcrypto and libx509 versions by Paul Elliott · 2 years, 5 months ago
  52. 13ce403 test_suite_ssl: remove redundant dependencies when the key exchange is specified by Valerio Setti · 2 years, 5 months ago
  53. 7a2f396 ecdhe: solve disparities in accelerated ECDHE vs reference by Valerio Setti · 2 years, 5 months ago
  54. 37f4cb6 ecp_curves: Minor rework for p384 by Minos Galanakis · 2 years, 5 months ago
  55. 619385d test_suite_ecp: Added ecp_mod_p384_raw() test case. by Minos Galanakis · 2 years, 5 months ago
  56. 8965b65 Remove now-spurious dependencies by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  57. 91cc8bb Enable ECDSA-det in driver-only hashes component by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  58. d111fbd Enable HMAC-DRBG in driver-only hashes component by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  59. 0d1921c Enable HKDF in driver-only hashes test by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  60. f1eb5e2 Merge branch 'development-restricted' into mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 5 months ago
  61. 7d381f5 MD: use MD_CAN in test suite and check for parity by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  62. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  63. 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  64. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  65. 33a1302 X.509: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  66. a946489 X.509: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  67. fa99afa PK: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  68. 0b8095d PK: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  69. ebef58d OID + misc crypto: use MD_CAN and fix failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  70. 1d3bf24 test_suite_psa_crypto: use PSA_WANT by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  71. a5f0462 PKCS5: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  72. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  73. c1f1044 RSA: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  74. fb8d90a RSA: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  75. 52d02a8 PEM: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  76. 1c2008f PEM: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  77. 0baad53 PKCS12: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  78. be97afe PKCS12: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  79. b2eb1f7 ECJPAKE: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  80. 41bc8b6 ECJPAKE: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  81. ffcda56 Make MD_PSA_INIT/DONE available to all suites by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  82. e0e161b Merge pull request #7296 from valeriosetti/issue7253-part1 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  83. 3543806 Merge pull request #7190 from yanrayw/6197_rsa_get_padding_hashID by Dave Rodgman · 2 years, 5 months ago
  84. d3b6e92 Merge pull request #997 from gilles-peskine-arm/aesni-intrinsics by Dave Rodgman · 2 years, 5 months ago
  85. fdea36d test_suite_ssl: remove redundant ECDH dependencies when the key exchange is specified by Valerio Setti · 2 years, 5 months ago
  86. 866aa18 ecdh: solve disparities in accelerated ECDH vs reference by Valerio Setti · 2 years, 5 months ago
  87. 14c194a Merge pull request #7271 from mpg/use-md-light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  88. 69bc840 rsa_tests: use TEST_EQUAL instead of TEST_ASSERT by Yanray Wang · 2 years, 5 months ago
  89. e05a21f rsa: add a test to check default padding mode and hash_id by Yanray Wang · 2 years, 5 months ago
  90. 15d3df7 rsa: add positive test cases for getter functions by Yanray Wang · 2 years, 5 months ago
  91. d41684e rsa.c: rename getter function of hash_id by Yanray Wang · 2 years, 5 months ago
  92. 9f02a41 Merge pull request #7009 from mprse/csr_write_san by Paul Elliott · 2 years, 5 months ago
  93. 6ea8d34 Fix a comment by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  94. ec000c1 Merge pull request #7242 from mpg/md-dispatch-psa by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  95. 28e4dc1 Fix use of arithmetic on void* by Gilles Peskine · 2 years, 5 months ago
  96. c18cd0c Merge pull request #7230 from gabor-mezei-arm/6850_Secp256r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  97. 4a060ff Merge pull request #7303 from daverodgman/msan_bzero_testcase by Dave Rodgman · 2 years, 5 months ago
  98. 844f65d Explicitly test AES contexts with different alignments by Gilles Peskine · 2 years, 5 months ago
  99. 0a3c72d Add explanatory comment by Dave Rodgman · 2 years, 5 months ago
  100. 5fcdf49 Move copy-context testing to an auxiliary function by Gilles Peskine · 2 years, 5 months ago