mbedtls/library
2013-12-31 11:38:33 +01:00
..
.gitignore
aes.c Only specify done label in aes.c when AES-NI is possible 2013-12-30 15:29:04 +01:00
aesni.c Made AES-NI bit-size specific key expansion functions static 2013-12-30 19:20:06 +01:00
arc4.c
asn1parse.c
asn1write.c
base64.c
bignum.c Added missing MPI_CHK() around some statements 2013-12-31 11:17:14 +01:00
blowfish.c
camellia.c
certs.c
cipher_wrap.c
cipher.c Place olen initalization after reference check in cipher_update() 2013-12-17 13:09:12 +01:00
CMakeLists.txt Prepped for 1.3.3 2013-12-31 10:57:44 +01:00
ctr_drbg.c
debug.c
des.c
dhm.c
ecdh.c Add ecdh_get_params() to import from an EC key 2013-12-17 11:32:31 +01:00
ecdsa.c Some operations are not supported with Curve25519 2013-12-05 15:58:38 +01:00
ecp_curves.c Disable ecp_use_curve25519() if not POLARSSL_ECP_DP_M255_ENABLED 2013-12-19 16:20:53 +01:00
ecp.c Merged ECP memory usage optimizations 2013-12-31 10:33:47 +01:00
entropy_poll.c
entropy.c
error.c
gcm.c aesni_gcm_mult() now returns void 2013-12-30 13:54:23 +01:00
havege.c
Makefile Add files for (upcoming) AES-NI support 2013-12-25 13:03:26 +01:00
md2.c
md4.c
md5.c
md_wrap.c
md.c
memory_buffer_alloc.c Add statistics about number of allocated blocks 2013-12-30 19:16:05 +01:00
memory.c
net.c Added cast to socket() return value to prevent Windows warning 2013-12-31 10:45:16 +01:00
oid.c
padlock.c Initialize ebx and edx in padlock functions 2013-12-31 09:46:09 +01:00
pbkdf2.c
pem.c
pk_wrap.c
pk.c
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c
pkwrite.c
rsa.c Fixed typo in POLARSSL_PKCS1_V15 in rsa.c 2013-12-11 13:36:30 +01:00
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c Add ECDH_RSA and ECDH_ECDSA ciphersuites 2013-12-17 11:32:31 +01:00
ssl_cli.c Add client-side support for ECDH key exchanges 2013-12-17 11:32:31 +01:00
ssl_srv.c Add server support for ECDH key exchanges 2013-12-17 11:32:31 +01:00
ssl_tls.c Fixed potential overflow in certificate size in ssl_write_certificate() 2013-12-31 11:38:33 +01:00
threading.c
timing.c
version.c
x509_create.c
x509_crl.c
x509_crt.c Fixed x509_crt_parse_path() bug on Windows platforms 2013-12-19 13:52:33 +01:00
x509_csr.c
x509.c
x509write_crt.c
x509write_csr.c
xtea.c