mbedtls/programs
Hanno Becker 781af0d60c 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-04 14:35:34 +01:00
..
aes Correct comment and remove empty line 2017-07-28 21:43:19 +01:00
hash Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pkey Clarify the use of ECDSA API 2017-06-07 15:59:21 +01:00
random Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl Minor: Fix typo in program comments 2017-07-19 23:39:59 +02:00
test Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
util Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
x509 Extend cert_write example program by multiple cmd line options 2017-10-04 14:35:34 +01:00
.gitignore Rm obsolete things (compat-1.2, openssl, etc) 2015-03-09 13:05:06 +00:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Cosmetics in Makefiles 2015-07-08 22:12:06 +01:00
wince_main.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00