commit | 43b37cbc92f35bae312f08a0ae285c582412c46d | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue May 12 11:20:10 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue May 12 11:26:43 2015 +0200 |
tree | dc114da051189d862e182ac7ca31336db9f288cf | |
parent | 2088ba6d30836da0984d3e0f0fd847ba4bf976f8 [diff] [blame] |
Fix use of pem_read_buffer() in PK, DHM and X509
diff --git a/include/mbedtls/x509_csr.h b/include/mbedtls/x509_csr.h index c46bc61..0082ada 100644 --- a/include/mbedtls/x509_csr.h +++ b/include/mbedtls/x509_csr.h
@@ -99,6 +99,7 @@ * \param csr CSR context to fill * \param buf buffer holding the CRL data * \param buflen size of the buffer + * (including the terminating null byte for PEM data) * * \return 0 if successful, or a specific X509 or PEM error code */