mbedtls/programs
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
..
aes Correct comments 2017-07-28 22:04:08 +01:00
hash Rename website and repository 2015-03-06 13:17:10 +00:00
pkey Clarify the use of ECDSA API 2017-06-07 17:05:00 +01:00
random Rename website and repository 2015-03-06 13:17:10 +00:00
ssl Minor: Fix typo in program comments 2017-07-19 23:44:21 +02:00
test Adds dl link library to OpenSSL example builds 2017-02-01 12:38:44 +00:00
util Rename website and repository 2015-03-06 13:17:10 +00:00
x509 Extend cert_write example program by multiple cmd line options 2017-10-05 08:37:53 +01:00
.gitignore Add mini_client.c 2015-02-16 17:22:46 +00:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Add forgotten programs in Makefile 2015-06-29 18:52:57 +02:00
wince_main.c Rename website and repository 2015-03-06 13:17:10 +00:00