mbedtls/programs/x509
Przemek Stekiel 68ca81c8fe Change separator for SAN names to ';'
When ';' is used as a separator san names must be provided in quotation marks:
./cert_req filename=../../tests/data_files/server8.key subject_name=dannybackx.hopto.org san="URI:http://pki.example.com/;IP:127.1.1.0;DNS:example.com"

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
2023-03-09 14:04:11 +01:00
..
cert_app.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-01-30 16:48:13 +00:00
cert_req.c Change separator for SAN names to ';' 2023-03-09 14:04:11 +01:00
cert_write.c Merge pull request #6998 from aditya-deshpande-arm/fix-example-programs-usage 2023-02-06 09:53:50 +00:00
CMakeLists.txt New sample program to benchmark certificate loading 2021-10-25 22:08:33 +02:00
crl_app.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-01-30 16:48:13 +00:00
load_roots.c Switch to the new code style 2023-01-11 14:50:10 +01:00
req_app.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-01-30 16:48:13 +00:00