mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 18:05:37 +01:00
Fix typo 'setup' -> 'set up' throughout x509_crt.h
This commit is contained in:
parent
fd5c185ed6
commit
c0dab627ce
@ -646,7 +646,7 @@ void mbedtls_x509_crt_restart_free( mbedtls_x509_crt_restart_ctx *ctx );
|
||||
* \brief Request CRT frame giving access to basic CRT fields
|
||||
* and raw ASN.1 data of complex fields.
|
||||
*
|
||||
* \param crt The CRT to use. This must be initialized and setup.
|
||||
* \param crt The CRT to use. This must be initialized and set up.
|
||||
* \param dst The address of the destination frame structure.
|
||||
* This need not be initialized.
|
||||
*
|
||||
@ -666,7 +666,7 @@ int mbedtls_x509_crt_get_frame( mbedtls_x509_crt const *crt,
|
||||
/**
|
||||
* \brief Setup a PK context with the public key in a certificate.
|
||||
*
|
||||
* \param crt The certificate to use. This must be initialized and setup.
|
||||
* \param crt The certificate to use. This must be initialized and set up.
|
||||
* \param pk The address of the destination PK context to fill.
|
||||
* This must be initialized via mbedtls_pk_init().
|
||||
*
|
||||
@ -682,7 +682,7 @@ int mbedtls_x509_crt_get_pk( mbedtls_x509_crt const *crt,
|
||||
* \brief Request the subject name of a CRT, presented
|
||||
* as a dynamically allocated linked list.
|
||||
*
|
||||
* \param crt The CRT to use. This must be initialized and setup.
|
||||
* \param crt The CRT to use. This must be initialized and set up.
|
||||
* \param subject The address at which to store the address of the
|
||||
* first entry of the generated linked list holding
|
||||
* the subject name.
|
||||
@ -707,7 +707,7 @@ int mbedtls_x509_crt_get_subject( mbedtls_x509_crt const *crt,
|
||||
* \brief Request the subject name of a CRT, presented
|
||||
* as a dynamically allocated linked list.
|
||||
*
|
||||
* \param crt The CRT to use. This must be initialized and setup.
|
||||
* \param crt The CRT to use. This must be initialized and set up.
|
||||
* \param issuer The address at which to store the address of the
|
||||
* first entry of the generated linked list holding
|
||||
* the subject name.
|
||||
@ -732,7 +732,7 @@ int mbedtls_x509_crt_get_issuer( mbedtls_x509_crt const *crt,
|
||||
* \brief Request the subject alternative name of a CRT, presented
|
||||
* as a dynamically allocated linked list.
|
||||
*
|
||||
* \param crt The CRT to use. This must be initialized and setup.
|
||||
* \param crt The CRT to use. This must be initialized and set up.
|
||||
* \param subj_alt The address at which to store the address of the
|
||||
* first component of the subject alternative names list.
|
||||
*
|
||||
@ -757,7 +757,7 @@ int mbedtls_x509_crt_get_subject_alt_names( mbedtls_x509_crt const *crt,
|
||||
* \brief Request the ExtendedKeyUsage extension of a CRT,
|
||||
* presented as a dynamically allocated linked list.
|
||||
*
|
||||
* \param crt The CRT to use. This must be initialized and setup.
|
||||
* \param crt The CRT to use. This must be initialized and set up.
|
||||
* \param ext_key_usage The address at which to store the address of the
|
||||
* first entry of the ExtendedKeyUsage extension.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user