mbedtls/include/polarssl
Manuel Pégourié-Gonnard edb7ed3a43 Merge commit 'd7e2483' into dtls
* commit 'd7e2483': (57 commits)
  Skip signature_algorithms ext if PSK only
  Fix bug in ssl_client2 reconnect option
  Cosmetics in ssl_server2
  Improve debugging message.
  Fix net_usleep for durations greater than 1 second
  Use pk_load_file() in X509
  Create ticket keys only if enabled
  Fix typo in #ifdef
  Clarify documentation a bit
  Fix comment on resumption
  Update comment from draft to RFC
  Use more #ifdef's on CLI_C and SRV_C in ssl_tls.c
  Add recursion.pl to all.sh
  Allow x509_crt_verify_child() in recursion.pl
  Set a compile-time limit to X.509 chain length
  Fix 3DES -> DES in all.sh (+ time estimates)
  Add curves.pl to all.sh
  Rework all.sh to use MSan instead of valgrind
  Fix depends on individual curves in tests
  Add script to test depends on individual curves
  ...

Conflicts:
	CMakeLists.txt
	programs/ssl/ssl_client2.c
2015-01-20 16:52:28 +00:00
..
aes.h Add _init() and _free() for cipher modules 2014-07-09 10:19:22 +02:00
aesni.h aesni_gcm_mult() now returns void 2013-12-30 13:54:23 +01:00
arc4.h Add _init() and _free() for cipher modules 2014-07-09 10:19:22 +02:00
asn1.h Finish parsing RSASSA-PSS parameters 2014-06-02 16:10:29 +02:00
asn1write.h Fix formatting: fix some 'easy' > 80 length lines 2014-05-01 14:18:25 +02:00
base64.h base64_decode() also forcefully returns on dst == NULL 2013-07-16 17:48:58 +02:00
bignum.h Increase MPI_MAX_BYTES to allow RSA 8192 2014-10-15 22:06:46 +02:00
blowfish.h Add _init() and _free() for cipher modules 2014-07-09 10:19:22 +02:00
bn_mul.h Added explicit casts to prevent compiler warnings when trying to build for iOS 2014-08-21 23:48:14 +02:00
camellia.h Add _init() and _free() for cipher modules 2014-07-09 10:19:22 +02:00
ccm.h CCM operations allow input == output 2014-05-14 14:10:35 +02:00
certs.h Simplify the way default certs are used 2013-09-25 14:05:49 +02:00
check_config.h Merge branch 'etm' into dtls 2014-11-06 01:36:32 +01:00
cipher.h Adapt cipher and MD layer with _init() and _free() 2014-07-09 10:19:24 +02:00
cipher_wrap.h Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) 2014-05-01 13:03:14 +02:00
compat-1.2.h Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) 2014-05-01 13:03:14 +02:00
config.h Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
ctr_drbg.h Fix missing bound check 2015-01-13 14:58:00 +01:00
debug.h Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) 2014-05-01 13:03:14 +02:00
des.h Add _init() and _free() for cipher modules 2014-07-09 10:19:22 +02:00
dhm.h Add dhm_init() 2014-07-09 10:19:23 +02:00
ecdh.h Fix typos in comments 2014-06-25 14:45:24 +02:00
ecdsa.h Fix typos in comments 2014-06-25 14:45:24 +02:00
ecp.h Clarify documentation a bit 2014-11-27 17:44:45 +01:00
entropy.h Add more tests for the entropy module 2014-06-10 15:38:44 +02:00
entropy_poll.h Adapt sources to configurable config.h name 2014-04-30 16:40:20 +02:00
error.h Add net_recv_timeout() 2014-10-21 16:32:26 +02:00
gcm.h Fixed documentation issues found by clang 2013-12-30 17:57:27 +01:00
havege.h Adapt programs / test suites 2014-07-09 10:19:24 +02:00
hmac_drbg.h Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) 2014-05-01 13:03:14 +02:00
md.h Adapt cipher and MD layer with _init() and _free() 2014-07-09 10:19:24 +02:00
md2.h Add _init() and _free() for hash modules 2014-07-09 10:19:23 +02:00
md4.h Add _init() and _free() for hash modules 2014-07-09 10:19:23 +02:00
md5.h Add _init() and _free() for hash modules 2014-07-09 10:19:23 +02:00
md_wrap.h Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) 2014-05-01 13:03:14 +02:00
memory.h Adapt sources to configurable config.h name 2014-04-30 16:40:20 +02:00
memory_buffer_alloc.h Add memory_buffer_alloc_self_test() 2015-01-13 14:58:00 +01:00
net.h Move to milliseconds in recv_timeout() 2014-10-21 16:32:44 +02:00
oid.h Finish parsing RSASSA-PSS parameters 2014-06-02 16:10:29 +02:00
openssl.h Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) 2014-05-01 13:03:14 +02:00
padlock.h Fix formatting: fix some 'easy' > 80 length lines 2014-05-01 14:18:25 +02:00
pbkdf2.h Defines for UEFI environment under MSVC added 2013-10-29 14:05:38 +01:00
pem.h POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C 2013-09-16 13:36:18 +02:00
pk.h Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
pk_wrap.h Adapt sources to configurable config.h name 2014-04-30 16:40:20 +02:00
pkcs5.h Defines for UEFI environment under MSVC added 2013-10-29 14:05:38 +01:00
pkcs11.h Fix formatting: fix some 'easy' > 80 length lines 2014-05-01 14:18:25 +02:00
pkcs12.h Fixed documentation issues found by clang 2013-12-30 17:57:27 +01:00
platform.h Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) 2014-05-01 13:03:14 +02:00
ripemd160.h Add _init() and _free() for hash modules 2014-07-09 10:19:23 +02:00
rsa.h Add rsa_check_pub_priv() 2014-11-06 18:25:51 +01:00
sha1.h Add _init() and _free() for hash modules 2014-07-09 10:19:23 +02:00
sha256.h Add _init() and _free() for hash modules 2014-07-09 10:19:23 +02:00
sha512.h Add _init() and _free() for hash modules 2014-07-09 10:19:23 +02:00
ssl.h Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
ssl_cache.h POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually 2014-04-25 11:11:10 +02:00
ssl_ciphersuites.h Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
ssl_cookie.h Make cookie timeout configurable 2014-10-21 16:30:19 +02:00
threading.h Adapt sources to configurable config.h name 2014-04-30 16:40:20 +02:00
timing.h Adapt sources to configurable config.h name 2014-04-30 16:40:20 +02:00
version.h Preparation for PolarSSL 1.4.0 2014-10-21 16:40:54 +02:00
x509.h Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
x509_crl.h Split x509_crl_parse_der() out of x509_crl_parse() 2014-11-20 16:36:07 +01:00
x509_crt.h Fix comments about X.509 versions 2014-06-25 11:26:12 +02:00
x509_csr.h Fix comments about X.509 versions 2014-06-25 11:26:12 +02:00
xtea.h Add _init() and _free() for cipher modules 2014-07-09 10:19:22 +02:00