- Added preliminary ASN.1 buffer writing support

- Added preliminary X509 Certificate Request writing support
 - Added key_app_writer example application
 - Added cert_req example application
This commit is contained in:
Paul Bakker 2012-02-13 23:11:30 +00:00
parent 048d04ef4b
commit bdb912db69
16 changed files with 1245 additions and 12 deletions

View file

@ -29,7 +29,7 @@
#include <string.h>
#define POLARSSL_ERR_NET_UNKNOWN_HOST -0x0040 /**< Failed to get an IP address for the given hostname. */
#define POLARSSL_ERR_NET_UNKNOWN_HOST -0x0056 /**< Failed to get an IP address for the given hostname. */
#define POLARSSL_ERR_NET_SOCKET_FAILED -0x0042 /**< Failed to open a socket. */
#define POLARSSL_ERR_NET_CONNECT_FAILED -0x0044 /**< The connection to the given server / port failed. */
#define POLARSSL_ERR_NET_BIND_FAILED -0x0046 /**< Binding of the socket failed. */