Rename to mbed TLS in the documentation/comments

This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-22 16:11:05 +00:00
parent 967a2a5f8c
commit b4fe3cb1fa
32 changed files with 73 additions and 73 deletions

View file

@ -164,7 +164,7 @@ void x509write_csr_init( x509write_csr *ctx );
* \brief Set the subject name for a CSR
* Subject names should contain a comma-separated list
* of OID types and values:
* e.g. "C=NL,O=Offspark,CN=PolarSSL Server 1"
* e.g. "C=UK,O=ARM,CN=mbed TLS Server 1"
*
* \param ctx CSR context to use
* \param subject_name subject name to set