..
.gitignore
Minor gitginore fixes
2015-01-28 15:34:01 +00:00
aes.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
aesni.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
arc4.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
asn1parse.c
Fix whitespace of 369e6c20
.
2015-02-16 10:43:52 +00:00
asn1write.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
base64.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
bignum.c
Apply the semantic patch rm-malloc-cast.cocci.
2015-02-16 10:43:52 +00:00
blowfish.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
camellia.c
Fix two warnings from armcc v5
2015-02-10 17:34:35 +01:00
ccm.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
certs.c
Fix url again
2015-01-28 17:12:07 +00:00
cipher_wrap.c
Only define mode_func if mode is enabled (CBC etc)
2015-02-16 17:23:59 +00:00
cipher.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
CMakeLists.txt
Prepare for mbed TLS 1.3.10 release
2015-02-08 15:49:54 +01:00
ctr_drbg.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
debug.c
modify library/debug.c to use polarssl_snprintf
2015-02-13 13:50:26 +00:00
des.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
dhm.c
Apply the semantic patch rm-malloc-cast.cocci.
2015-02-16 10:43:52 +00:00
ecdh.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
ecdsa.c
Fix "int vs enum" warnings from armcc v5
2015-02-10 17:34:48 +01:00
ecp_curves.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
ecp.c
Apply the semantic patch rm-malloc-cast.cocci.
2015-02-16 10:43:52 +00:00
entropy_poll.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
entropy.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
error.c
Merge branch 'development' into dtls
2015-02-16 18:44:39 +00:00
gcm.c
Make loop bound more obvious
2015-02-16 09:13:40 +00:00
havege.c
Fix url again
2015-01-28 17:12:07 +00:00
hmac_drbg.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
Makefile
Merge branch 'development' into dtls
2015-02-16 18:44:39 +00:00
md2.c
Fix missing include in non-default things
2015-02-10 12:47:52 +00:00
md4.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
md5.c
Write literal byte more clearly
2015-02-16 09:13:40 +00:00
md_wrap.c
Apply the semantic patch rm-malloc-cast.cocci.
2015-02-16 10:43:52 +00:00
md.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
memory_buffer_alloc.c
Fix compile error in memory_buffer_alloc_selftest
2015-02-16 17:28:11 +00:00
net.c
Merge branch 'development' into dtls
2015-02-16 18:44:39 +00:00
oid.c
modify oid.c to use polarssl_snprintf
2015-02-13 13:50:25 +00:00
padlock.c
Fix missing include in i386-specific file
2015-02-10 13:50:47 +00:00
pbkdf2.c
Fix url again
2015-01-28 17:12:07 +00:00
pem.c
Apply the semantic patch rm-malloc-cast.cocci.
2015-02-16 10:43:52 +00:00
pk_wrap.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
pk.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
pkcs5.c
Fix "int vs enum" warnings from armcc v5
2015-02-10 17:34:48 +01:00
pkcs11.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
pkcs12.c
Fix "int vs enum" warnings from armcc v5
2015-02-10 17:34:48 +01:00
pkparse.c
PKCS8 encrypted key depend on PKCS5 or PKCS12
2015-02-16 17:22:47 +00:00
pkwrite.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
platform.c
add POLARSSL_PLATFORM_EXIT_ALT
2015-02-13 13:50:26 +00:00
ripemd160.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
rsa.c
Fix "int vs enum" warnings from armcc v5
2015-02-10 17:34:48 +01:00
sha1.c
Write literal byte more clearly
2015-02-16 09:13:40 +00:00
sha256.c
Write literal byte more clearly
2015-02-16 09:13:40 +00:00
sha512.c
Write literal byte more clearly
2015-02-16 09:13:40 +00:00
ssl_cache.c
Fix whitespace of 369e6c20
.
2015-02-16 10:43:52 +00:00
ssl_ciphersuites.c
Merge branch 'development' into dtls
2015-02-16 18:44:39 +00:00
ssl_cli.c
Merge branch 'development' into dtls
2015-02-16 18:44:39 +00:00
ssl_cookie.c
Merge branch 'development' into dtls
2015-02-16 18:44:39 +00:00
ssl_srv.c
Merge branch 'development' into dtls
2015-02-16 18:44:39 +00:00
ssl_tls.c
Merge branch 'development' into dtls
2015-02-16 18:44:39 +00:00
threading.c
Fix url again
2015-01-28 17:12:07 +00:00
timing.c
Fix one more warning on windows
2015-02-11 12:54:35 +00:00
version_features.c
Merge branch 'development' into dtls
2015-02-16 18:44:39 +00:00
version.c
Fix url again
2015-01-28 17:12:07 +00:00
x509_create.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
x509_crl.c
Apply the semantic patch rm-malloc-cast.cocci.
2015-02-16 10:43:52 +00:00
x509_crt.c
Fix whitespace of 369e6c20
.
2015-02-16 10:43:52 +00:00
x509_csr.c
Apply the semantic patch rm-malloc-cast.cocci.
2015-02-16 10:43:52 +00:00
x509.c
Apply the semantic patch rm-malloc-cast.cocci.
2015-02-16 10:43:52 +00:00
x509write_crt.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
x509write_csr.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00
xtea.c
cleanup library and some basic tests. Includes, add guards to includes
2015-02-10 11:28:46 +00:00