mbedtls/programs
Simon Butcher e19acd5e79 Add extra compilation conditions to X.509 samples
The sample applications programs/pkey/cert_req.c and
programs/pkey/cert_write.c use the library functions
mbedtls_pk_write_csr_pem() and mbedtls_pk_write_crt_pem() respectively which
are dependent on the configuration option MBEDTLS_PEM_WRITE_C. If the option
isn't defined the build breaks.

This change adds the compilation condition MBEDTLS_PEM_WRITE_C to these
sample application.
2016-10-13 13:52:00 +01:00
..
aes Fix for #441 - crypt and hash gcm (#546) 2016-09-02 23:44:09 +03:00
hash Put clang analyzer fix inside __clang_analyzer__ guard 2016-05-23 14:29:31 +01:00
pkey Add extra compilation conditions to gen_key.c #559 2016-10-13 13:51:13 +01:00
random Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl Rename net.{c,h} to net_sockets.{c,h} 2016-10-13 13:48:48 +01:00
test Clean up of formatting, and potential integer overflow fix 2016-10-13 13:51:13 +01:00
util Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
x509 Add extra compilation conditions to X.509 samples 2016-10-13 13:52:00 +01:00
.gitignore Add new program to gitignore 2015-11-02 06:34:29 +09:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Add example program for Curve25519 2015-10-09 12:13:29 +01:00
wince_main.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00