1. edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  2. 48e8fc7 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  3. ca841d3 Add test for mbedtls_x509write_crt_set_ext_key_usage, and fix reversed order by Nicholas Wilson · 10 years ago
  4. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  5. 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
  6. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  7. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  8. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  9. 6ce6dd9 Add Test generating certificates using an opaque EC key by Neil Armstrong · 3 years, 5 months ago
  10. 98f899c Test generating certificates using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  11. 9fb9203 Test generating CSRs using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  12. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  13. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 4 months ago
  14. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  15. e560be3 Mark basic constraints critical as appropriate. by Darren Krahn · 4 years, 11 months ago
  16. 049feff Add dependencies on !MBEDTLS_SHA512_NO_SHA384 to x509/ssl unit tests by Gilles Peskine · 5 years ago
  17. 9eeb861 Update certificates to expire in 2029 by Ron Eldor · 6 years ago
  18. 412ddf3 Fix typo in x509write test data by Andres Amaya Garcia · 6 years ago
  19. 7067f81 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  20. 4b11407 Cosmetic changes by Andrzej Kurek · 7 years ago
  21. 5f7bad3 Add CSR write testing using opaque keys by Andrzej Kurek · 7 years ago
  22. 418a622 Extend tests/data_files/Makefile to include CRT's for CRT write test by Hanno Becker · 8 years ago
  23. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  24. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  25. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  26. ec4d273 Fix curve dependencies in *keyusage tests by Manuel Pégourié-Gonnard · 11 years ago
  27. 6c1a73e Improve x509xrite_csr testing: extensions, version by Manuel Pégourié-Gonnard · 11 years ago
  28. c5ce83a Improve x509xrite_csr testing: extensions, ECDSA by Manuel Pégourié-Gonnard · 11 years ago
  29. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  30. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  31. 0237620 Fix some dependencies declaration by Manuel Pégourié-Gonnard · 12 years ago
  32. 7f1f092 Add test for x509write_key by Manuel Pégourié-Gonnard · 12 years ago
  33. 3837dae Add EC support to x509write_pubkey by Manuel Pégourié-Gonnard · 12 years ago
  34. 33250b0 Add test for x509write_pubkey_pem() by Manuel Pégourié-Gonnard · 12 years ago
  35. 2397cf3 First certificate writing test. Full server1.crt reconstruction by Paul Bakker · 12 years ago
  36. 48377d9 Configuration option to enable/disable POLARSSL_PKCS1_V15 operations by Paul Bakker · 12 years ago
  37. 82e2945 Changed naming and prototype convention for x509write functions by Paul Bakker · 12 years ago
  38. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  39. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  40. 6d62050 - First tests for x509_write_cert_req() compat with OpenSSL output by Paul Bakker · 13 years ago