mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
1bc7df2540
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
7 lines
309 B
Plaintext
7 lines
309 B
Plaintext
Features
|
|
* It is now possible to generate certificates with SubjectAltNames.
|
|
Currently supported subtypes: DnsName, UniformResourceIdentifier,
|
|
IP address, OtherName, and DirectoryName, as defined in RFC 5280.
|
|
See mbedtls_x509write_crt_set_subject_alternative_name for
|
|
more information.
|