Replace mbedtls_x509_san_node with mbedtls_x509_subject_alternative_name
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
3a92593d1e
commit
5a49d3cce3
4 changed files with 30 additions and 30 deletions
|
@ -83,15 +83,8 @@ typedef struct mbedtls_x509write_csr {
|
|||
}
|
||||
mbedtls_x509write_csr;
|
||||
|
||||
typedef struct mbedtls_x509_san_node {
|
||||
int type; /**< Subject Alternative Name types */
|
||||
char *name; /**< Value, following the syntax allowed bythe type */
|
||||
size_t len; /**< Length of the provided value */
|
||||
}
|
||||
mbedtls_x509_san_node;
|
||||
|
||||
typedef struct mbedtls_x509_san_list {
|
||||
mbedtls_x509_san_node node;
|
||||
mbedtls_x509_subject_alternative_name node;
|
||||
struct mbedtls_x509_san_list *next;
|
||||
}
|
||||
mbedtls_x509_san_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue