commit | 8dcb2d7d7e6275ad2d669f531fb1390e467ea564 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Aug 08 12:22:30 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Aug 11 11:59:52 2014 +0200 |
tree | acd9763954ffe378c98258266932f8a20e419508 | |
parent | 333fdeca3af1ff305a624c9c04f234da445ed413 [diff] [blame] |
Support escaping of commas in x509_string_to_names()
diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h index 583cb83..9b0bcb7 100644 --- a/include/polarssl/x509.h +++ b/include/polarssl/x509.h
@@ -143,6 +143,8 @@ #define X509_FORMAT_DER 1 #define X509_FORMAT_PEM 2 +#define X509_MAX_DN_NAME_SIZE 256 /**< Maximum value size of a DN entry */ + #ifdef __cplusplus extern "C" { #endif