mbedtls/library
Manuel Pégourié-Gonnard 67505bf9e8 Merge branch 'development' into dtls
* development:
  Adapt tests to new defaults/errors.
  Fix typos/cosmetics in Changelog
  Disable RC4 by default in example programs.
  Add ssl_set_arc4_support()
  Set min version to TLS 1.0 in programs

Conflicts:
	include/polarssl/ssl.h
	library/ssl_cli.c
	library/ssl_srv.c
	tests/compat.sh
2015-01-21 13:57:33 +00:00
..
.gitignore
aes.c
aesni.c
arc4.c
asn1parse.c Fix uninitialised pointer dereference 2014-11-12 00:01:52 +01:00
asn1write.c Make malloc-init script a bit happier 2014-11-13 12:42:12 +01:00
base64.c Accept spaces at end of line/buffer in base64 2014-10-15 23:53:33 +02:00
bignum.c Fix compile error with armcc in mpi_is_prime() 2014-10-15 22:06:46 +02:00
blowfish.c
camellia.c Fix potential undefined behaviour in Camellia 2014-11-12 00:01:51 +01:00
ccm.c
certs.c
cipher_wrap.c
cipher.c
CMakeLists.txt Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
ctr_drbg.c Fix missing bound check 2015-01-13 14:58:00 +01:00
debug.c Add text view to debug_print_buf() 2014-11-19 13:21:38 +01:00
des.c
dhm.c
ecdh.c
ecdsa.c Fix ECDSA sign buffer size 2014-11-12 00:01:52 +01:00
ecp_curves.c
ecp.c Add ecp_check_pub_priv() 2014-11-06 18:25:51 +01:00
entropy_poll.c Add support for getrandom() 2015-01-09 14:34:13 +01:00
entropy.c
error.c Merge commit '36adc36' into dtls 2015-01-21 13:48:45 +00:00
gcm.c
havege.c
hmac_drbg.c
Makefile Preparation for PolarSSL 1.4.0 2014-10-21 16:40:54 +02:00
md2.c
md4.c
md5.c
md_wrap.c
md.c Fix selection of hash from sig_alg ClientHello ext. 2014-08-30 14:19:59 +02:00
memory_buffer_alloc.c Fix len miscalculation in buffer-based allocator 2015-01-13 14:58:01 +01:00
net.c Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
oid.c
padlock.c
pbkdf2.c
pem.c
pk_wrap.c Fix dependency issues 2014-11-12 00:01:34 +01:00
pk.c Implement pk_check_pair() for RSA-alt 2014-11-08 18:00:22 +01:00
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
pkwrite.c
platform.c
ripemd160.c
rsa.c Add rsa_check_pub_priv() 2014-11-06 18:25:51 +01:00
sha1.c
sha256.c
sha512.c
ssl_cache.c Make malloc-init script a bit happier 2014-11-13 12:42:12 +01:00
ssl_ciphersuites.c Add a ciphersuite NODTLS flag 2014-10-21 16:30:03 +02:00
ssl_cli.c Merge branch 'development' into dtls 2015-01-21 13:57:33 +00:00
ssl_cookie.c Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL 2014-10-21 16:30:20 +02:00
ssl_srv.c Merge branch 'development' into dtls 2015-01-21 13:57:33 +00:00
ssl_tls.c Merge branch 'development' into dtls 2015-01-21 13:57:33 +00:00
threading.c
timing.c
version_features.c Preparation for PolarSSL 1.4.0 2014-10-21 16:40:54 +02:00
version.c
x509_create.c
x509_crl.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
x509_crt.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
x509_csr.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
x509.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
x509write_crt.c
x509write_csr.c
xtea.c