mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 02:38:11 +00:00
Fix typo in docs for mbedtls_x509write_csr_der()
This commit is contained in:
parent
d7b9049806
commit
2280e9cc48
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ int mbedtls_x509write_csr_der( mbedtls_x509write_csr *ctx, unsigned char *buf, s
|
||||||
*
|
*
|
||||||
* \note f_rng may be NULL if RSA is used for signature and the
|
* \note f_rng may be NULL if RSA is used for signature and the
|
||||||
* signature is made offline (otherwise f_rng is desirable
|
* signature is made offline (otherwise f_rng is desirable
|
||||||
* for couermeasures against timing attacks).
|
* for countermeasures against timing attacks).
|
||||||
* ECDSA signatures always require a non-NULL f_rng.
|
* ECDSA signatures always require a non-NULL f_rng.
|
||||||
*/
|
*/
|
||||||
int mbedtls_x509write_csr_pem( mbedtls_x509write_csr *ctx, unsigned char *buf, size_t size,
|
int mbedtls_x509write_csr_pem( mbedtls_x509write_csr *ctx, unsigned char *buf, size_t size,
|
||||||
|
|
Loading…
Reference in a new issue