mbedtls/programs/x509
Hanno Becker e87e5f6c71 Extend cert_write example program by multiple cmd line options
This commit adds the following command line options to programs/x509/cert_write:
- version (val 1, 2, 3): Set the certificate's version (v1, v2, v3)
- authority_identifier (val 0, 1): Enable or disable the addition of the
                                   authority identifier extension.
- subject_identifier (val 0, 1): Enable or disable the addition of the
                                 subject identifier extension.
- basic_constraints (val 0, 1): Enable or disable the addition of the
                                basic constraints extension.
- md (val MD5, SHA1, SHA256, SHA512): Set the hash function used
                                      when creating the CRT.
2017-10-05 08:37:53 +01:00
..
cert_app.c Actually apply debug_level settings in cert_app 2016-10-13 12:44:20 +01:00
cert_req.c Add extra compilation conditions to X.509 samples 2016-10-13 12:45:07 +01:00
cert_write.c Extend cert_write example program by multiple cmd line options 2017-10-05 08:37:53 +01:00
CMakeLists.txt Rename project in CMake 2015-01-27 15:44:46 +00:00
crl_app.c Simplify ifdef checks in programs/x509 2015-03-31 15:10:03 +02:00
req_app.c Simplify ifdef checks in programs/x509 2015-03-31 15:10:03 +02:00