summaryrefslogtreecommitdiffstats
path: root/src/mbedTLS++/X509Cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbedTLS++/X509Cert.h')
-rw-r--r--src/mbedTLS++/X509Cert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbedTLS++/X509Cert.h b/src/mbedTLS++/X509Cert.h
index 126b7387a..f46d84bf5 100644
--- a/src/mbedTLS++/X509Cert.h
+++ b/src/mbedTLS++/X509Cert.h
@@ -24,6 +24,7 @@ public:
~cX509Cert(void);
/** Parses the certificate chain data into the context.
+ The certificate can be DER- or PEM-encoded.
Returns 0 on succes, or mbedTLS error code on failure. */
int Parse(const void * a_CertContents, size_t a_Size);