1. 9c4dd4e Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  2. 6c9779f Remove unneeded testcase by Jonathan Winzig · 1 year, 7 months ago
  3. a72454b Update test-data to use SIZE_MAX by Jonathan Winzig · 1 year, 7 months ago
  4. c5e77bf Add missing newline at the end of test_suite_x509write.data by Jonathan Winzig · 1 year, 7 months ago
  5. 2bd2b78 Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  6. 2151ba5 test_suite_x509write: use plaintext key file by Pengyu Lv · 1 year, 9 months ago
  7. 1a3ad26 Merge branch 'development-restricted' into mbedtls-3.5.0rc0-pr by Minos Galanakis · 1 year, 10 months ago
  8. 7f420fa parse_attribute_value_hex_der_encoded: clean up length validation by Gilles Peskine · 1 year, 11 months ago
  9. 26dd764 parse_attribute_value_hex_der_encoded test case fixups by Gilles Peskine · 1 year, 11 months ago
  10. c94500b Add may-fail mode to mbedtls_x509_string_to_names output tests by Gilles Peskine · 1 year, 11 months ago
  11. 70a9340 More test cases for parse_attribute_value_der_encoded by Gilles Peskine · 1 year, 11 months ago
  12. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  13. 6d809cc lib/test: use new internal helpers in library's code and tests by Valerio Setti · 2 years ago
  14. 4ce9ac8 Add round trip tests for x509 RDNs by Agathiyan Bragadeesh · 1 year, 11 months ago
  15. 733766b Remove trailing whitespace in data file. by Agathiyan Bragadeesh · 2 years ago
  16. de84f9d Add test for rejecting empty AttributeValue by Agathiyan Bragadeesh · 2 years ago
  17. ea3e83f Amend test in test_suite_x509write by Agathiyan Bragadeesh · 2 years ago
  18. 01e9392 Add malformatted DER test for string_to_names by Agathiyan Bragadeesh · 2 years ago
  19. cab7918 Remove redundant tests in test_suite_x509write by Agathiyan Bragadeesh · 2 years ago
  20. a953f8a Remove duplicate test in test_suite_x509write by Agathiyan Bragadeesh · 2 years ago
  21. 957ca05 Accept short name/ber encoded data in DNs by Agathiyan Bragadeesh · 2 years ago
  22. afdb187 Add more comprehensive string to name tests by Agathiyan Bragadeesh · 2 years ago
  23. e59dedb Add test reject null characters in string to names by Agathiyan Bragadeesh · 2 years ago
  24. 5ca9848 Reword test in test_suite_x509write by Agathiyan Bragadeesh · 2 years ago
  25. ef299d6 Add more tests for RFC 4514 by Agathiyan Bragadeesh · 2 years ago
  26. 404b4bb Add x509 tests for upper and lowercase hexpairs by Agathiyan Bragadeesh · 2 years ago
  27. ef2decb Escape hexpairs characters RFC 4514 by Agathiyan Bragadeesh · 2 years, 1 month ago
  28. 48513b8 Escape special characters RFC 4514 by Agathiyan Bragadeesh · 2 years, 1 month ago
  29. b50ae1f Add regression testcase for string_to_names() by David Horstmann · 2 years, 1 month ago
  30. 51cef9c Add missing AES_C dependency in x509 tests by Andrzej Kurek · 2 years, 3 months ago
  31. a194904 Fix subjectAltName test prerequisites by Andrzej Kurek · 2 years, 4 months ago
  32. 76c9662 Add a test for SubjectAltName writing to a certificate by Andrzej Kurek · 2 years, 4 months ago
  33. 4823d5f Merge branch 'Mbed-TLS:development' into update-pkparse-tests-to-use-AES by Mukesh Bharsakle · 2 years, 3 months ago
  34. 1a24895 Simplify string escapes by Gilles Peskine · 2 years, 8 months ago
  35. 1a4cc5e updating test-ca.key to use AES instead of DES by Mukesh Bharsakle · 2 years, 4 months ago
  36. a946489 X.509: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  37. 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
  38. fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
  39. 18b9b03 test: add test for a full length serial of 0xFF by Valerio Setti · 2 years, 6 months ago
  40. 856cec4 test: x509: add more tests for checking certificate serial by Valerio Setti · 2 years, 7 months ago
  41. ea19d2d changelog: fixed typos by Valerio Setti · 2 years, 7 months ago
  42. aad8dbd test: fix tests for x509write_crt_set_serial(_new) by Valerio Setti · 2 years, 7 months ago
  43. edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  44. 48e8fc7 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  45. ca841d3 Add test for mbedtls_x509write_crt_set_ext_key_usage, and fix reversed order by Nicholas Wilson · 10 years ago
  46. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  47. 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
  48. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  49. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  50. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  51. 6ce6dd9 Add Test generating certificates using an opaque EC key by Neil Armstrong · 3 years, 5 months ago
  52. 98f899c Test generating certificates using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  53. 9fb9203 Test generating CSRs using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  54. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  55. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 4 months ago
  56. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  57. e560be3 Mark basic constraints critical as appropriate. by Darren Krahn · 4 years, 11 months ago
  58. 049feff Add dependencies on !MBEDTLS_SHA512_NO_SHA384 to x509/ssl unit tests by Gilles Peskine · 5 years ago
  59. 9eeb861 Update certificates to expire in 2029 by Ron Eldor · 6 years ago
  60. 412ddf3 Fix typo in x509write test data by Andres Amaya Garcia · 6 years ago
  61. 7067f81 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  62. 4b11407 Cosmetic changes by Andrzej Kurek · 7 years ago
  63. 5f7bad3 Add CSR write testing using opaque keys by Andrzej Kurek · 7 years ago
  64. 418a622 Extend tests/data_files/Makefile to include CRT's for CRT write test by Hanno Becker · 8 years ago
  65. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  66. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  67. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  68. ec4d273 Fix curve dependencies in *keyusage tests by Manuel Pégourié-Gonnard · 11 years ago
  69. 6c1a73e Improve x509xrite_csr testing: extensions, version by Manuel Pégourié-Gonnard · 11 years ago
  70. c5ce83a Improve x509xrite_csr testing: extensions, ECDSA by Manuel Pégourié-Gonnard · 11 years ago
  71. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  72. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  73. 0237620 Fix some dependencies declaration by Manuel Pégourié-Gonnard · 12 years ago
  74. 7f1f092 Add test for x509write_key by Manuel Pégourié-Gonnard · 12 years ago
  75. 3837dae Add EC support to x509write_pubkey by Manuel Pégourié-Gonnard · 12 years ago
  76. 33250b0 Add test for x509write_pubkey_pem() by Manuel Pégourié-Gonnard · 12 years ago
  77. 2397cf3 First certificate writing test. Full server1.crt reconstruction by Paul Bakker · 12 years ago
  78. 48377d9 Configuration option to enable/disable POLARSSL_PKCS1_V15 operations by Paul Bakker · 12 years ago
  79. 82e2945 Changed naming and prototype convention for x509write functions by Paul Bakker · 12 years ago
  80. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  81. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  82. 6d62050 - First tests for x509_write_cert_req() compat with OpenSSL output by Paul Bakker · 13 years ago