1. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 6 months ago
  2. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  3. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  4. c508dc2 Unify csr and crt san writing functions by Andrzej Kurek · 2 years, 1 month ago
  5. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  6. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  7. 77e23fb Move *_pemify() function to PEM module by Paul Bakker · 12 years ago
  8. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  9. bb323ff Complete EC support in x509write_crt by Manuel Pégourié-Gonnard · 12 years ago
  10. 31e5940 Add missing f_rng/p_rng arguments to x509write_crt by Manuel Pégourié-Gonnard · 12 years ago
  11. 53c6425 Use PK internally for x509write_crt by Manuel Pégourié-Gonnard · 12 years ago
  12. f38e71a Convert x509write_crt interface to PK by Manuel Pégourié-Gonnard · 12 years ago
  13. 6de63e4 Add EC support to x509write_key by Manuel Pégourié-Gonnard · 12 years ago
  14. 7f1f092 Add test for x509write_key by Manuel Pégourié-Gonnard · 12 years ago
  15. 0088c69 Complete x509write_csr support for EC key by Manuel Pégourié-Gonnard · 12 years ago
  16. edda904 Adapt asn1_write_algorithm_identifier() to params by Manuel Pégourié-Gonnard · 12 years ago
  17. 3837dae Add EC support to x509write_pubkey by Manuel Pégourié-Gonnard · 12 years ago
  18. e1f821a Adapt x509write_pubkey interface to use PK by Manuel Pégourié-Gonnard · 12 years ago
  19. ee73179 Adapt x509write_csr prototypes for PK by Manuel Pégourié-Gonnard · 12 years ago
  20. 8053da4 x509write_csr() now fully using PK internally by Manuel Pégourié-Gonnard · 12 years ago
  21. d4eb5b5 Add references by Manuel Pégourié-Gonnard · 12 years ago
  22. 27d87fa Fix many off-by-one errors by Manuel Pégourié-Gonnard · 12 years ago
  23. 6dcf0bf Use x509write_pubkey_der() when applicable by Manuel Pégourié-Gonnard · 12 years ago
  24. 5353a03 x509write_csr using PK internally (WIP) by Manuel Pégourié-Gonnard · 12 years ago
  25. da7317e Use asn1_free_named_data_list() when relevant by Manuel Pégourié-Gonnard · 12 years ago
  26. 1c3853b oid_get_oid_by_*() now give back oid length as well by Paul Bakker · 12 years ago
  27. d4bf870 Allow spaces after the comma when converting X509 names by Paul Bakker · 12 years ago
  28. 52be08c Added support for writing Key Usage and NS Cert Type extensions by Paul Bakker · 12 years ago
  29. cd35803 Changes x509_csr to x509write_csr by Paul Bakker · 12 years ago
  30. 5f45e62 Migrated from x509_req_name to asn1_named_data structure by Paul Bakker · 12 years ago
  31. 59ba59f Generalized x509_set_extension() behaviour to asn1_store_named_data() by Paul Bakker · 12 years ago
  32. 9c208aa Use ASN1_UTC_TIME in some cases by Paul Bakker · 12 years ago
  33. 15162a0 Writing of X509v3 extensions supported by Paul Bakker · 12 years ago
  34. 9397dcb Base X509 certificate writing functinality by Paul Bakker · 12 years ago
  35. f3df61a Generalized PEM writing in x509write module for RSA keys as well by Paul Bakker · 12 years ago
  36. 135f1e9 Move PEM conversion of DER data to x509write module by Paul Bakker · 12 years ago
  37. 624d03a Fixed length of key_usage bitstring to 7 bits by Paul Bakker · 12 years ago
  38. 1c0e550 Added support for Netscape Certificate Types in CSR writing by Paul Bakker · 12 years ago
  39. e5eae76 Generalized the x509write_csr_set_key_usage() function and key_usage storage by Paul Bakker · 12 years ago
  40. fde4270 Added support for writing key_usage extension by Paul Bakker · 12 years ago
  41. 0e06c0f Assigned error codes to the error defines by Paul Bakker · 12 years ago
  42. 82e2945 Changed naming and prototype convention for x509write functions by Paul Bakker · 12 years ago
  43. 2130796 Switched order of storing x509_req_names to match inputed order by Paul Bakker · 12 years ago
  44. 8eabfc1 Rewrote x509 certificate request writing to use structure for storing by Paul Bakker · 12 years ago
  45. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  46. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  47. ac0fba5 Added missing header for MD2 and made code compile with missing header files by Paul Bakker · 12 years ago
  48. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  49. 3cac5e0 - x509_write_cert_req() now supports all available hash functions by Paul Bakker · 13 years ago
  50. 0588815 - Certificate Requests written now have the Email address written in IA5String by Paul Bakker · 13 years ago
  51. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago