- bb47c73 CMake: support "make programs" by Gilles Peskine · 11 months ago
- 82984bc Adjust spacing in sample programs by Michael Schuster · 1 year, 2 months ago
- 6fa32fd Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
- 3ea9450 Merge pull request #8734 from valeriosetti/issue8564 by Gilles Peskine · 1 year, 6 months ago
- 7fd162e Refactor common PThreads CMake code by Paul Elliott · 1 year, 6 months ago
- e351176 cert_[req/write]: add MD_C dependency by Valerio Setti · 1 year, 6 months ago
- 85ea3e6 Set preferences before finding Threads in CMake by Paul Elliott · 1 year, 7 months ago
- 4068c7e Link programs with pthread via cmake by Paul Elliott · 1 year, 8 months ago
- 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
- f8be5f6 Fix overlooked files by Dave Rodgman · 1 year, 9 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- 62418dd Merge pull request #8350 from waleed-elmelegy-arm/fix-null-dereference-in-x509-cert-write by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8350-d44ee9e6d13ff10b99a55150d1d0b3d2a5b2013c
- 9534dfd Reword error message on format of SAN arguments by David Horstmann · 1 year, 10 months ago
- 4a493b2 Reword error message on format of SAN arguments by David Horstmann · 1 year, 10 months ago
- 5867465 Fix code style issue in cert_write program by Waleed Elmelegy · 1 year, 10 months ago
- eade3fe Fix code style issue in cert_req program by Waleed Elmelegy · 1 year, 10 months ago
- ac97af2 Fix possible NULL dereference issue in X509 cert_req program by Waleed Elmelegy · 1 year, 10 months ago
- 1444c0e Add changelog entry for x509 cert_write null dereference fix by Waleed Elmelegy · 1 year, 10 months ago
- 476c119 Fix possible NULL dereference issue in X509 cert_write program by Waleed Elmelegy · 1 year, 10 months ago
- dbd13c3 Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
- 312b6df Add a missing guard in cert_req.c by Andrzej Kurek · 2 years, 1 month ago
- 6bc7a38 Support more SAN subtypes in cert_req.c by Andrzej Kurek · 2 years, 1 month ago
- b078607 cert_write: Support write any for extended key usage by Pengyu Lv · 2 years, 3 months ago
- 0624e46 Add a guard for IP parsing in cert_req app by Andrzej Kurek · 2 years, 2 months ago
- cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
- f994bc5 Refactor code in cert_write.c by Andrzej Kurek · 2 years, 2 months ago
- 5eebfb8 Enable escaping ';' in cert_write.c SANs by Andrzej Kurek · 2 years, 3 months ago
- 446e53d Fix a code style issue by Andrzej Kurek · 2 years, 3 months ago
- f70f460 Fix temporary IP parsing error by Andrzej Kurek · 2 years, 3 months ago
- ed55793 Update ip_string_to_bytes to cert_req version by Andrzej Kurek · 2 years, 4 months ago
- 5da1d75 Add missing memory deallocation by Andrzej Kurek · 2 years, 4 months ago
- 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
- ccdd975 Add a certificate exercising all supported SAN types by Andrzej Kurek · 2 years, 4 months ago
- 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
- a8c560a Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
- a0a1c1e Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
- 6260ee9 cert_app: init entropy unconditionally by Przemek Stekiel · 2 years, 4 months ago
- 89c636e Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
- 0af3248 Change the format of md.h include comments by Andrzej Kurek · 2 years, 4 months ago
- 316b7dd Add a justification for early md.h include in programs by Andrzej Kurek · 2 years, 4 months ago
- eaea30d Remove duplicated md.h includes by Andrzej Kurek · 2 years, 4 months ago
- 1b75e5f Add missing md.h includes by Andrzej Kurek · 2 years, 4 months ago
- 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- f86fe73 Fix error on Windows builds (conversion from 'unsigned long' to 'uint8_t') by Przemek Stekiel · 2 years, 5 months ago
- 55ceff6 Code optimization and style fixes by Przemek Stekiel · 2 years, 5 months ago
- 68ca81c Change separator for SAN names to ';' by Przemek Stekiel · 2 years, 5 months ago
- 6cb59c5 ip_string_to_bytes: remove status, add info about supported ip version by Przemek Stekiel · 2 years, 5 months ago
- 5a49d3c Replace mbedtls_x509_san_node with mbedtls_x509_subject_alternative_name by Przemek Stekiel · 2 years, 5 months ago
- 3a92593 Adapt cert_req app to support SAN IP by Przemek Stekiel · 2 years, 6 months ago
- 6b10860 Added ability to include the SubjectAltName extension to a CSR by Hannes Tschofenig · 2 years, 7 months ago
- 94c9c96 Merge pull request #6998 from aditya-deshpande-arm/fix-example-programs-usage by Dave Rodgman · 2 years, 6 months ago
- 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
- af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
- 48fdbb3 programs: cert_write: fixed bug in parsing dec serial by Valerio Setti · 2 years, 7 months ago
- 791bbe6 programs: improved cert_write serial management by Valerio Setti · 2 years, 7 months ago
- acf12fb x509: fix endianness and input data format for x509write_crt_set_serial_new by Valerio Setti · 2 years, 7 months ago
- 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
- da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
- 66e0550 Support generating DER format certificates by Dave Rodgman · 2 years, 9 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- 1577c54 Use NULL instead of 0 by Dave Rodgman · 2 years, 11 months ago
- c5e0a8a Add missing error message by Dave Rodgman · 3 years ago
- 6493785 Correct order of extended key usage attributes by Dave Rodgman · 3 years ago
- 18b02d3 Remove redundant sig_alg argument by Dave Rodgman · 3 years ago
- 2ee7bbd Replace some constant values with sizeof by Dave Rodgman · 3 years ago
- 5f3f0d0 Address minor review comments by Dave Rodgman · 3 years ago
- ec9f6b4 Fix minor compile errors by Dave Rodgman · 3 years ago
- 99a96b1 Improve programs/cert_write with a way to set the signature digest by Nicholas Wilson · 10 years ago
- 8e5bdfb Improve programs/cert_write with a way to set extended key usages by Nicholas Wilson · 10 years ago
- 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
- 680747b Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
- 9879844 Fix printf format signedness error by Gilles Peskine · 4 years ago
- 9a2114c load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
- 01997e1 load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
- 618a70e load_roots: arguments must be files by Gilles Peskine · 4 years ago
- 2c1442e New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
- ca93995 Allow read-only access to lists of certificates, CRL, CRL entries by Gilles Peskine · 4 years ago
- 842edf4 Make many fields of X.509 structures public by Gilles Peskine · 4 years ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 36a8963 Fix cmake build of programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
- 5dd4f6e Add MBEDTLS_PRIVATE wrapping to sample programs. by Mateusz Starzyk · 4 years, 3 months ago
- ee33c60 Fix minor styling issues by Chris Jones · 4 years, 8 months ago
- 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
- 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
- f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 4 months ago
- a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 6 months ago
- 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
- 384e274 cert_req: discover hash algorithms automatically by Gilles Peskine · 5 years ago
- 18292fe cert_write: discover hash algorithms automatically by Gilles Peskine · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
- bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
- e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago